body {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    letter-spacing: 0.9px;
    color: #000;
}

 h2 {
    font-size: 26px; 
}

h3 {
    font-size: 20px;
}

ul.nav.navbar-nav.navbar-right {
    display: none;
}
.navbar-toggle {
    display: none;
}

.banner-region {
    background: #0048b3;
    color: #fff;
}
.banner-region p{ color: #fff;
text-align: justify;}
.banner-region h3 {
    border-radius: 10px;
    clear: both;
    color: #ffce10;
    margin-top: 0px;
    display: inline-block;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
}

.banner-region h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
}

.banner-region h1::before{
    background: none;
}

.banner-region h1::after{
    background: none;
}

.banner-region.banner-region h4 {
    font-size: 16px!important;    margin-bottom: 5px;
}

.banner-region ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner-region .btn.btn-warning {
    white-space: initial;
    background: #9d254d;
    border-color: #9d254d;
    width: inherit;
    margin: 0 auto;
    padding: 7px 15px;
    margin-top: 15px;
}

.banner-region .rty {
    text-align: center;
}

.bg-light {
    background-color: #edf7ff;
}

.msi ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    letter-spacing: 0.9px;
}
.msi ul li {
    list-style: outside none none;
    margin: 0;
    padding: 5px 0 5px 25px;
    position: relative;
    text-align: left;
    font-size: 15px;
}

.msi ul li::before {
   color: #FF692E;
    content: "\f0a4";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 5px;  font-weight: 600;   
}

table tr:first-child {
    background: #f15a22;
    font-weight: 600;
    color: #fff;
}

.stream-section .btn-warning {
    background-color: #0048b3;
    border: none;
    width: 100%;
    margin-bottom: 10px;
}

.stream-section .btn-warning:hover {
    background-color: #d73906;
}

section.hall-region h4 {
    font-size: 19px !important;
    color: #1d274e;
    margin-bottom: 10px;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
    margin-top: 20px;
}
.animate-charcter {
    display: block;
    font-weight: 800 !important;
}

@media screen and (max-width: 767px) {
    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
        white-space: normal;
    }
}