.nav-wrp.dark .nav-links>li>a {
    color: rgb(247, 7, 7);
} 
* {
    font-size: 28px;
}
.nav-wrp .nav-links>li>a:hover, .nav-wrp.bg-glass:hover .nav-links>li>a:hover, .dark.nav-wrp .nav-links>li>a:hover {
    border: none;
    color: #0d0d0d;
}
h2, .hd-2 {
    text-align: center;
}


h2, .hd-2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

h1, h2, h3, h4, h5, h6, .hd-1, .hd-2, .hd-3, .hd-4, .hd-5, .hd-6 {
    margin: 0;
    color: #fb0527;
    line-height: 1.4;
}  
* {
    font-size: 21px;
} 
.title-sub.mini {
    font-size: 16px;
    display: none;
} 
.footer_infor .footer_content {    
    text-align: left;
    font-size:16px;
}
.footer_heading {
display:none;
}
 
#story {display: none;} 
.info-box5 .sub-txt {
    font-size: 15px;
} 
#content h1 {
    color: #0b0b0b;
}
#content h1 {
    font-weight: bold;
    text-align: center;
} 
.info-box6 .img {background:white}
#content h1 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
 .video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}