* {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

body {
    background-color: #efefef;
}

nav ul li.nav-item.profile-bdr {
    border: 1px solid #fff !important;
    border-radius: 3px;
}

.section {
    width: 1260px;
    margin: 0 auto;
    background: #fff;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.p0 {
    padding: 0px !important;
}

.pt10 {
    padding-top: 10px;
}

.pb30 {
    padding-bottom: 30px;
}

.pdrl20 {
    padding-left: 20px;
    padding-right: 20px;
}

.hdng {
    padding: 10px 0px;
}

.sctn-hdng h4 {
    color: #5dbb02;
    margin: 10px 0px;
}

/*.menu ul { list-style: none;}
.menu ul li { float: left; padding: 0px 5px; }
.menu ul li a { font-size: 14px; font-weight: 500; text-decoration: none; color: #000; }
.menu ul li a:hover { color: #000; }*/

/***********Header CSS Start************/
nav ul {
    padding: 0px;
}

    nav ul li {
        display: inline-block;
    }


nav a {
    color: #363636;
    display: block;
    text-decoration: none;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
}

    nav a:hover {
        text-decoration: none;
        color: #6bbf12;
    }

.menu-trigger {
    display: none;
    color: #000;
}




.reg {
    text-align: right;
    list-style: none;
}

    .reg li {
        display: inline-block;
    }

        .reg li a {
            color: #363636;
            text-decoration: none;
            display: block;
            padding: 10px;
            font-size: 14px;
            font-weight: 400;
        }

    .reg i {
        background: #5ebc03;
        color: #fff;
        border-radius: 100%;
        padding: 3px 5px;
    }


.logo {
    text-align: center;
}

.expo-text h5 {
    font-weight: 300;
    font-size: 18px;
    text-align: center;
}

.date {
   
    vertical-align: middle;
}

    .date h6 {
        text-align: center;
        margin-top: 6px;
        font-size: 15px;
    }


.search-bar {
    background: #bdc0c7;
    padding: 8px 0px;
}

.add-list {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

    .add-list p {
        font-size: 14px;
        color: #3b3b3b;
        margin-bottom: 0px;
        margin-top: 5px;
        text-align: center;
    }

    .add-list a {
        color: #3b3b3b;
        text-decoration: none;
    }

        .add-list a:hover {
            color: #3b3b3b;
            text-decoration: none;
        }

.search {
    text-align: right;
}

    .search span {
        font-size: 14px;
        color: #3b3b3b;
        margin-bottom: 0px;
    }

    .search span {
        font-size: 14px;
        color: #3b3b3b;
        margin-bottom: 0px;
    }

.frm {
    font-size: 14px;
    color: #3b3b3b;
    font-weight: 400;
}

    .frm .inpt {
        width: 34%;
    }
/*********Header CSS END************/

.left-clm {
    padding-left: 0px !important;
    text-align: center;
}

    .left-clm h5 {
        background: #3d3b3c;
        color: #fff;
        text-align: center;
    }


.right-clm {
    padding-right: 0px !important;
    text-align: center;
}

    .right-clm h5 {
        background: #000733;
        color: #fff;
        text-align: center;
    }


.live-stat h7 {
    font-weight: 600;
    display: block;
    background: #5ebc03;
    color: #fff;
    text-align: center;
    padding: 6px 10px;
}

.live-stat p {
    color: #5ebc03;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 26px;
}

.live-stat span {
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    color: #3D3D3D;
}

.full-stat h7 {
    display: block;
    background: #e2e2e2;
    color: #000;
    text-align: center;
    padding: 6px 10px;
}

.full-stat p {
    color: #3c3a3b;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 26px;
}

.comn-colm h7 {
    font-weight: 600;
    display: block;
    background: #5ebc03;
    color: #fff;
    text-align: center;
    padding: 6px 10px;
}

.comn-colm img {
    width: 100%;
}


/**********SLIDER CSS**********/
.slider {
    width: 100%;
    position: relative;
    margin: auto;
}

.slide {
    display: none;
    width: 100%;
}


.caption {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
    color: #fff;
    padding: 8px 16px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
}

a.prev, a.nxt {
    position: absolute;
    top: 75%;
    font-size: 30px;
    cursor: pointer;
    color: #000 !important;
    padding: 12px;
    transition: 0.2s;
}

.nxt {
    right: 50px;
}

.prev {
    left: 50px;
}

.show {
    animation: fade 0.5s ease-out;
}
a.prprev,
a.prnxt {
    position: absolute;
    top: 50%;
    font-size: 30px;
    cursor: pointer;
    color: #000 !important;
    padding: 12px;
    transition: 0.2s;
}

.prnxt {
    right: 50px;
}

.prprev {
    left: 50px;
}

.prshow {
    animation: fade 0.5s ease-out;
}

.center-colm {
    border: 2px solid #d8d8d8;
    border-top: none;
    border-bottom: none;
}

    .center-colm p {
        font-size: 16px;
        font-weight: 500;
        line-height: 18px;
        margin-top: 8px;
    }


.prps-halls {
    border: 2px solid #838182;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .prps-halls p {
        line-height: 18px;
        color: #858182;
        font-weight: 500;
    }

    .prps-halls .img01 {
        display: none;
    }

    .prps-halls:hover .img1 {
        display: none;
    }

    .prps-halls:hover .img01 {
        display: inline;
    }



    .prps-halls:hover {
        border: 2px solid #60ba00;
    }

        .prps-halls:hover p {
            color: #60ba00;
        }

.frm-srch {
    font-size: 14px;
    color: #3b3b3b;
    font-weight: 400;
}

    .frm-srch .inpt-srch {
        width: 35%;
        padding: 6px;
    }

    .frm-srch button {
        padding: 6px;
        background: #b7b7b7;
        border: 1px solid #000;
        color: #fff;
    }




.list h7 {
    background: #5fbb02;
    border-bottom: 2px solid #5fbb02;
    color: #fff;
    padding: 3px 8px;
}

.tbl {
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.show-more {
    padding: 6px;
    background: #b7b7b7;
    border: 1px solid #000;
    color: #fff;
    font-size: 12px;
    margin: 0 auto;
}

@media (min-width: 320px) and (max-width:680px) {
    .menu-trigger {
        display: block;
    }

    nav a {
        color: #363636;
        display: block;
        text-decoration: none;
        padding: 10px;
        font-size: 11px;
        font-weight: 400;
    }

    nav ul li {
        display: block;
        border-top: 1px #79896D solid;
    }

    nav ul {
        display: none;
    }

    .hide-mb {
        display: none;
    }

    .logo {
        border: none;
    }

    .reg li a {
        color: #363636;
        text-decoration: none;
        display: block;
        padding: 10px 6px;
        font-size: 12px;
        font-weight: 400;
    }

    .add-list p {
        font-size: 12px;
        color: #3b3b3b;
        margin-bottom: 0px;
        margin-top: 3px;
        text-align: center;
    }

    .search {
        text-align: right;
    }

        .search span {
            font-size: 12px;
            color: #3b3b3b;
            margin-bottom: 0px;
        }

        .search span {
            font-size: 12px;
            color: #3b3b3b;
            margin-bottom: 0px;
        }

    .frm {
        font-size: 12px;
        color: #3b3b3b;
        font-weight: 400;
    }

        .frm .inpt {
            width: 70%;
        }

    .frm-srch {
        font-size: 12px;
        color: #3b3b3b;
        font-weight: 400;
    }

        .frm-srch .inpt-srch {
            width: 60%;
            padding: 6px;
        }
}






@media (min-width: 681px) and (max-width:792px) {
    .menu-trigger {
        display: block;
    }

    nav a {
        color: #363636;
        display: block;
        text-decoration: none;
        padding: 10px;
        font-size: 12px;
        font-weight: 400;
    }

    nav ul li {
        display: block;
        border-top: 1px #79896D solid;
    }

    nav ul {
        display: none;
    }

    .hide-mb {
        display: none;
    }

    .reg li a {
        color: #363636;
        text-decoration: none;
        display: block;
        padding: 10px 6px;
        font-size: 12px;
        font-weight: 400;
    }

    .expo-text h5 {
        font-weight: 300;
        font-size: 12px;
    }

    .date h6 {
        text-align: center;
        margin-top: 3px;
        font-size: 10px;
    }

    .add-list p {
        font-size: 11px;
        color: #3b3b3b;
        margin-bottom: 0px;
        margin-top: 3px;
        text-align: center;
    }

    .search {
        text-align: right;
    }

        .search span {
            font-size: 12px;
            color: #3b3b3b;
            margin-bottom: 0px;
        }

        .search span {
            font-size: 12px;
            color: #3b3b3b;
            margin-bottom: 0px;
        }

    .frm {
        font-size: 11px;
        color: #3b3b3b;
        font-weight: 400;
    }

        .frm .inpt {
            width: 70%;
        }

    .frm-srch {
        font-size: 12px;
        color: #3b3b3b;
        font-weight: 400;
    }

        .frm-srch .inpt-srch {
            width: 60%;
            padding: 6px;
        }
}


@media (min-width:758px) and (max-width:780px) {
    .manage-width-7 {
        flex: 0 0 70.333333% !important;
        max-width: 70.333333% !important;
    }

    .manage-width-5 {
        flex: 0 0 29.666667% !important;
        max-width: 29.666667% !important;
    }

}


@media (min-width: 792px) and (max-width:990px) {

    nav a {
        color: #363636;
        display: block;
        text-decoration: none;
        padding: 10px;
        font-size: 12px;
        font-weight: 400;
    }

    .reg li a {
        color: #363636;
        text-decoration: none;
        display: block;
        padding: 10px 6px;
        font-size: 12px;
        font-weight: 400;
    }

    .expo-text h5 {
        font-weight: 300;
        font-size: 12px;
    }

    .date h6 {
        text-align: center;
        margin-top: 6px;
        font-size: 10px;
    }

    .add-list p {
        font-size: 11px;
        color: #3b3b3b;
        margin-bottom: 0px;
        margin-top: 5px;
        text-align: center;
    }

    .frm {
        font-size: 11px;
        color: #3b3b3b;
        font-weight: 400;
    }
}
