* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}


.header_bg {
    background: #a40313;
}

.top_left {
    padding-top: 18px;
    float: left;
    list-style: none;
}

.top_right {
    padding-top: 12px;
    float: right;
    list-style: none;
}

@media screen and (min-width: 240px) and (max-width: 767px) {

    .top_right,
    .top_left {
        float: none;
        text-align: center;
    }
}

.clearfix {

    clear: both;
    content: "";
}

.middle_header {
    background-image: url(../images/building.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.middle_color {
    background: rgba(252, 219, 0, 0.74);
    display: flex;
    justify-content: center;
    /* display: flex;
    justify-content: space-evenly; */
}

@media(max-width:767px) {
    .middle_color {
        display: block;
        text-align: center;
    }
}

.middle_left {
    /* display: inline-block; */
    /* display: inline-block; */
    vertical-align: middle;
    padding-left: 50px;
    padding-top: 5px;
}

.middle_right {
    display: flex;
    justify-content: space-around;
    /* display: inline-block; */
    vertical-align: middle;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 185px;
    padding-right: 10px;

}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .middle_left {
        padding-left: 5px;
    }

    .middle_right {
        padding-left: 15px;
    }
}

@media screen and (min-width: 240px) and (max-width: 767px) {
    .middle_left {
        text-align: center;
        float: none;
        padding-left: 0;
    }

    .middle_right {
        padding-top: 0;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

}

.top_left span {
    background: #d10014;
    color: #fff;
}

.top_left li {

    color: #fff;
}

.facebook i {
    border-radius: 3px;
    padding: 10px;
}

.twitter i {
    border-radius: 3px;
    padding: 10px;
}

.youtube i {
    border-radius: 3px;
    padding: 10px;
}

.instagram {
    padding: 7.5px 12px;
    border-radius: 3px;
    color: #fff;
    background: radial-gradient(circle farthest-corner at 32% 106%, #ffe17d 0, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), linear-gradient(135deg, #234bd7 12%, #c33cbe 58%);
}

.time {
    padding: 1px 3px;
    font-weight: 600;
    border-radius: 3px;
}

@media(max-width:767px) {
    .top_right {
        padding-top: 0;
    }

    .top_left {
        padding-top: 13px;
    }
}

/* navbar */
.navbar li a {
    padding: 10px 22px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.navbar .container-fluid {
    padding-left: 55px;
    padding-right: 55px;
}

.fa-house-chimney {
    color: #ffffff;
    background: #d10014;
    font-size: 22px;
    /* padding: 12px; */
}

@media(min-width:992px) {
    .navbar .container-fluid {
        /* flex-direction: row-reverse !important; */
    }
}

@media(min-width:992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 6px;
        padding-left: 20px;
    }
}

@media(min-width:1201px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 21px;
        padding-left: 21px;
    }
}

.navbar-nav li a {
    font-weight: 600;
}

.navbar-nav li a:hover {
    background: #d10014;
    cursor: pointer;
}

.home :hover {
    cursor: pointer;
}

.dropdown_menu {
    left: inherit !important;
    right: 0 !important;
    padding: 10px;
    background: black;
    border-radius: 5px;
}

.span-btn .btn {
    background: #d10014;
}

.dropdown1 {
    position: absolute;
    left: 150px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* navbar */

/* ticker */


/* ticker */

.carousel-caption {
    position: relative;
}

.top1 {
    position: absolute;
    background: #d10014;
    padding: 7px 13px;
    border-radius: 5px;
    left: 0;
    top: -140px;
}

.top2 span {
    padding: 5px 10px;
    background: #d10014;
}

.top2 .text-bg1 {
    position: absolute;
    left: 2px;
    top: -60px;
}

.top2 .text-bg2 {
    position: absolute;
    left: 60px;
    top: -60px;
}

.top2 .text-bg3 {
    position: absolute;
    left: 105px;
    top: -60px;
}

.title a {
    text-decoration: none;
    color: #fff;
    font-weight: 900;
}

.title {
    position: absolute;
    left: 0;
    top: -30px;
}

.top3 a {
    text-decoration: none;
    color: white;
    font-weight: 600;
}

.top3 {
    position: absolute;
    top: 10px;
    font-size: 14px;
}

.top3 a:hover {
    color: #d10014;
    transition: .3s all ease-in-out;
}

.title a:hover {
    color: #d10014;
    transition: .3s all ease-in-out;
}

@media(max-width:991px) {
    .top1 {
        position: absolute;
        top: -140px;
    }

    .top2 {
        position: absolute;
        top: -40px;
    }

    .title {
        position: absolute;
        top: -50px;
    }

    .top3 {
        position: absolute;
        top: 10px;
    }
}

@media(max-width:575px) {
    .top1 {
        position: absolute;
        top: -75px;
        padding: 2px 6px;
    }

    .top2 {
        position: absolute;
        top: 16px;
    }

    .top2 span {
        padding: 3px 5px;
    }

    .title a {
        font-size: 16px;
    }

    .title {
        position: absolute;
        top: -10px;
    }

    .top3 {
        position: absolute;
        top: -10px;
        line-height: 1;
    }

    .top3 i {
        font-size: 10px;
    }

    .top3 a {
        font-size: 10px;
    }

    .top3 {
        position: absolute;
        top: 40px;
    }
}

.nav-tabs {
    border-bottom: none;
}

.nav {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    border-color: #eee;
    color: #212121;
    background: #fff;
    font-weight: 500;
    margin-right: 0px;
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    border-radius: 0;
    color: #212121;
    background: #fff;
    padding: 3px;
    line-height: 1.42857143;
    display: block;
}

.nav-tabs .nav-link.active {
    color: #212121;
    background-color: #fff;
    border-color: #eee;
    border-bottom-color: #d10014;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {
    cursor: default;
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    border-top: none;
}

.nav-tabs>li {
    text-align: center;
    flex-grow: 1;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.bn-label h4 {
    font-size: 18px;
    padding-top: 13px;
    font-weight: 600;
}

.row1 {

    padding-left: 40px;
    padding-right: 40px;
}

@media(max-width:992px) {
    .row1 {
        padding-left: 0px;
        padding-right: 0px;
    }
}


.mg-latest-news-sec {
    padding: 0;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
}

.fluid {
    padding-right: 50px;
    padding-left: 50px;
}

.mg-latest-news {
    width: 100%;
    height: 40px;
    position: relative;
    overflow: hidden;
    margin: 0;
    background-color: #fff;
}

.mg-latest-news .bn_title {
    width: auto;
    height: 40px;
    display: inline-block;
    position: relative;
    z-index: 100;
}

.mg-latest-news .bn_title {
    background-color: #d10014;
}

.mg-latest-news .bn_title h2 {
    display: inline-block;
    font-weight: 600;
    margin: 0;
    padding: 0 20px;
    line-height: 39px;
    font-size: 20px;
    color: #FFF;
    height: 40px;
    box-sizing: border-box;
}

.mg-latest-news .bn_title span {
    border-left-color: #d10014;
    border-color: transparent transparent transparent #d10014;
}

.mg-latest-news .bn_title span {
    width: 0;
    position: absolute;
    right: -30px;
    top: 0px;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0px 30px;
}

.mg-latest-news .mg-latest-news-slider {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 200px;
    top: 5px;
    right: 40px;
    height: 40px;
    font-size: 16px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    box-sizing: border-box;
    z-index: 50;
}

.mg-latest-news .mg-latest-news-slider a {
    color: #222;
}

.mg-latest-news .mg-latest-news-slider a::before {
    color: #d10014;
}

.mg-latest-news .mg-latest-news-slider a::before {
    content: "\f0a9";
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    margin-right: 4px;
    font-weight: 900;
}

.mg-latest-news .mg-latest-news-slider a span {
    color: #d10014;
}

.mg-latest-news .mg-latest-news-slider a {
    text-decoration: none;
    font-weight: normal;
    padding-left: 20px;
}


@keyframes marqueeAnimation-6039324 {
    100% {
        transform: translateX(-2254.36px);
    }
}

.js-marquee-wrapper {
    width: 100000px;
    transform: translateX(0px);
    animation: 35.03s linear 0s infinite normal none running marqueeAnimation-6039324;
}

.js-marquee-wrapper:hover {
    animation-play-state: paused;
    cursor: pointer;
}

.fa-home-lg:before,
.fa-house-chimney:before {
    content: "\e3af";
    padding: 16px;
    background: #d10014;
}

@media(max-width:992px) {

    .fa-home-lg:before,
    .fa-house-chimney:before {
        padding: 6px;
    }
}

.right_heading a {
    text-decoration: none;
}

.right_heading {
    margin-top: 15px;
    float: left;
    padding-left: 18px;

}

.back {
    background: #d10014;
    ;
}

.right_title {
    padding: 10px 5px;
}

.right_title a {
    text-decoration: none;
    color: black;

    float: left;
    padding-left: 10px;
    text-align: left;
    padding-top: 10px;
}

#tab-right3 {
    margin-right: 10px;
}

.right_title h6 {
    font-weight: 600;
    font-family: system-ui;
}

/* .right_title a :hover{
    color: #d10014;
    transition: .2s all ease-in-out;
} */
@media(max-width:991px) {
    .right_title h6 {
        font-size: 12px;
    }
}

.mg-sec-title {
    font-weight: bold;
    padding-bottom: 0;
    border-width: 0 0 2px 0;
    border-style: solid;
    /* margin-bottom: 20px; */
    position: relative;
    border-color: #d10014;
}

.mg-sec-title h4 {
    background-color: #d10014;
    color: #fff;
}

.mg-sec-title h4 {
    margin: 0px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 7px 0 15px;
    width: auto;
    height: 40px;
    display: inline-block;
    position: relative;
    font-size: 18px;
}

.mg-sec-title h4::before {
    border-left-color: #d10014;
    border-color: transparent transparent transparent #d10014;
}

.mg-sec-title h4::before {
    width: 0;
    position: absolute;
    right: -30px;
    top: 0px;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0px 30px;
    content: "";
}

/* featured_post */

.featured_post {
    position: relative;
}

.featured_top1 {
    position: absolute;
    background: #d10014;
    padding: 7px 13px;
    border-radius: 5px;
    left: 30px;
    top: 120px;
}

.featured_bg1 {
    position: absolute;
    background: #d10014;
    left: 30px;
    top: 200px;
}

.featured_bg2 {
    position: absolute;
    background: #d10014;
    left: 100px;
    top: 200px;
}

.featured_bg3 {
    position: absolute;
    background: #d10014;
    left: 160px;
    top: 200px;
}

.featured_title {
    position: absolute;
    left: 30px;
    top: 250px;
}

.featured_title a {
    text-decoration: none;
    color: white;
    font-weight: 600;
}

.featured_title a:hover {
    color: #d10014;
    transition: .3s all ease-in-out;
}

.featured_top3 a {
    text-decoration: none;
    color: white;
    font-weight: 500;
}

.featured_top3 a:hover {
    color: #d10014;
    transition: .3s all ease-in-out;
}

.featured_top3 {
    position: absolute;
    left: 30px;
    top: 320px;
}

.featured_top3 i {
    color: white;
    font-size: 14px;
}

@media(max-width:1200px) {
    .featured_post img {
        height: 475px;
    }

    .featured_top3 a {
        font-size: 12px;
    }

    .featured_top3 i {
        font-size: 10px;
    }

    .featured_top3 {
        top: 350px;
    }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
    .featured_title a {
        font-size: 18px;
    }

    .featured_bg2 {
        left: 88px;
    }

    .featured_bg3 {
        left: 132px;
    }
}

/* featured_post */
.row2 {
    margin-left: 0px;
    margin-right: 0px;
}

.tag {
    padding: 0px 0px;
    background: #fff;
    /* border-color: #eee; */
}

.tag_group {
    margin: 0 0 10px;
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    background: white;
}

.tag_group a {
    background: #f3eeee;
    color: #d10014;
    text-decoration: none;
    border-color: #f3eeee;

    cursor: pointer;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 20px;
    margin: 0 5px 9px 0;
    padding: 3px 6px;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 3px;
    text-transform: capitalize;
    border-width: 1px;
    border-style: solid;
}

.tag_group a:hover {
    color: #fff;
    background: #d10014;
    border-color: #d10014;
    transition: all 0.4s ease-in-out 0s;
}

.tag_group a:focus {
    color: #fff;
    background: #d10014;
    border-color: #d10014;
    transition: all 0.4s ease-in-out 0s;
}

.slider {
    background: white;
}

.slide_caption {
    position: relative;
}

.slider_top1 {
    position: absolute;
    background: #d10014;
    color: white;
    padding: 7px 13px;
    border-radius: 5px;
    left: 70px;
    top: -250px;
}

.slider_bg1 {
    background: #d10014;
    position: absolute;
    left: 70px;
    top: -180px;
}

.slider_bg2 {
    background: #d10014;
    position: absolute;
    left: 130px;
    top: -180px;
}

.slider_bg3 {
    background: #d10014;
    position: absolute;
    left: 180px;
    top: -180px;
}

.slider_title a {
    text-decoration: none;
    color: white;
}

.slider_title a:hover {
    color: #d10014;
    transition: .3s all ease-in-out;
}

.slider_title {
    position: absolute;
    left: 30px;
    top: -140px;
    font-weight: 600;
}

.slider_top3 {
    position: absolute;
    left: 30px;
    top: -80px;
}

.slider_top3 a {
    text-decoration: none;
    color: white;
    font-weight: 500;
}

.slider_top3 a:hover {
    color: #eb4141;
    transition: .3s all ease-in-out;
}

.slider_top3 i {
    color: white;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .slider_top1 {
        position: absolute;
        left: 15px;
        top: -190px;
    }

    .slider_bg1 {
        position: absolute;
        left: 15px;
        top: -140px;
    }

    .slider_bg2 {
        position: absolute;
        left: 72px;
        top: -140px;
    }

    .slider_bg3 {
        position: absolute;
        left: 118px;
        top: -140px;
    }

    .slider_title {
        position: absolute;
        left: 16px;
        font-size: 15px;
        top: -104px;
    }

    .slider_top3 i {
        font-size: 12px;
    }

    .slider_top3 a {
        font-size: 12px;
    }

    .slider_top3 {
        position: absolute;
        left: 20px;
        top: -60px;
    }
}


.cat {
    padding: 0px 0px;
    background: #fff;
    margin-top: 30px;
}

.category ul {
    list-style: none;
    background: white;
    padding-top: 20px;
    padding-right: 2rem;
}

.category ul li a {
    text-decoration: none;
    color: #222;
}

.category ul li a:focus {
    color: #d10014;
}

.category ul li a:hover {
    padding-left: 10px;
    transition: all 0.4s ease-in-out 0s;
}

.category ul li {

    position: relative;
    transition: all 0.4s ease-in-out 0s;

    display: block;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin: 0 0 8px;
    overflow: hidden;
    /* padding: 0; */
    border-bottom: 1px solid #eee;
}

.cat-item {
    padding: 10px 0;
}

/* post carousel  */
.carousel .item img {
    overflow: hidden;
    max-height: 200px;
    min-height: 160px;
}

.item {
    position: relative;
}

.carousel_bg1 {
    position: absolute;
    top: 20px;
    left: 10px;
    background: #d10014;
    color: white;
}

.carousel_bg2 {
    position: absolute;
    top: 20px;
    left: 70px;
    background: #d10014;
    color: white;
}

.carousel_bg3 {
    position: absolute;
    top: 20px;
    left: 120px;
    background: #d10014;
    color: white;
}

.carousel_title {
    position: absolute;
    top: 50px;
    left: 10px;
    font-size: 16px;
}

.carousel_title a {
    text-decoration: none;
    color: white;
    line-height: 1.5;
    font-weight: 600;
}

.carousel_title a:hover {
    color: #d10014;
    transition: .3s all ease-in-out;
}

.carousel_top3 {
    position: absolute;
    top: 100px;
    left: 10px;
}

.carousel_top3 i {
    font-size: 14px;
}

.carousel_top3 a {
    text-decoration: none;
    color: white;
    font-weight: 500;
    font-size: 12px;
}

.carousel_top3 a:hover {
    color: #d10014;
    transition: .3s all ease-in-out;
}

.carousel_top3 i {
    color: white;
}

/* post carousel  */

/* latest news */
.img-fluidd {
    max-width: 100%;
    height: 100%;
}

.missedd_bg1 {
    background: #d10014;
}

.missedd_bg2 {
    background: #d10014;
}

.missedd_bg3 {
    background: #d10014;
}

.missedd_top2 a {
    text-decoration: none;
}

.card-text a {
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 21px;
}

.card-text a:hover {
    color: #d10014;
    transition: .3s all ease-in-out;
}

.featuredd_top3 a:hover {
    color: #d10014;
    transition: .3s all ease-in-out;
}

.featuredd_top3 a {
    text-decoration: none;
    color: #333;
    font-weight: 400;
}

.latest_news {
    position: relative;
}

.latest_news1 {
    position: relative;
}

.latest_article {
    position: absolute;
    top: 320px;
    left: 30px;
}

.latest_article a {
    text-decoration: none;
}

.latest_article i {
    color: white;
}

.latest_top a {
    text-decoration: none;
}

.latest_top {
    position: absolute;
    top: 20px;
    left: 20px;
}

.latest_title {
    position: absolute;
    top: 60px;
    left: 20px;
}

.latest_title a {
    text-decoration: none;
    color: #000;
}

.latest_title a:hover {
    transition: .3s all ease-in-out;
    color: #d10014;
}

.latest_title h5 {
    font-weight: 600;
}

.latest_icon {
    position: absolute;
    top: 120px;
    left: 20px;
}

.latest_icon i {
    font-size: 14px;
    color: #333;
}

.latest_icon a {
    text-decoration: none;
    color: #333;
}

.latest_icon a:hover {
    transition: .3s all ease-in-out;
    color: #d10014;
}

.latest_text {
    position: absolute;
    top: 155px;
    left: 20px;
}

@media(max-width:1200px) {
    .latest_article .top1 {
        position: absolute;
        top: -220px;
        left: 0;
    }

    .latest_top {
        position: absolute;
        top: 1px;
        left: 20px;
    }

    .latest_title {
        position: absolute;
        top: 34px;
        left: 20px;
    }

    .latest_title h5 {
        font-size: 16px;
    }

    .latest_icon {
        position: absolute;
        top: 70px;
        left: 20px;
    }

    .latest_icon a {
        font-size: 12px;
    }

    .latest_icon i {
        font-size: 12px;
    }

    .latest_text {
        position: absolute;
        top: 100px;
        left: 20px;
    }

    .latest_text p {
        font-size: 15px;
    }
}

@media(max-width:991px) {
    .latest_article .top1 {
        position: absolute;
        top: -220px;
        left: 0;
    }

    .latest_top {
        position: absolute;
        top: 1px;
        left: 20px;
    }

    .latest_title {
        position: absolute;
        top: 34px;
        left: 20px;
    }

    .latest_title h5 {
        font-size: 15px;
    }

    .latest_icon {
        position: absolute;
        top: 68px;
        left: 20px;
    }

    .latest_icon a {
        font-size: 10px;
    }

    .latest_icon i {
        font-size: 10px;
    }

    .latest_text {
        position: absolute;
        top: 95px;
        left: 20px;
    }

    .latest_text p {
        font-size: 13px;
    }
}

.latest_news {
    overflow-y: clip;
}

.row-bottom {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: var(--bs-gutter-y);
}

/* latest news */

/* missed */
.image_bottom {
    position: relative;
}

.missed_bg1 {
    position: absolute;
    background: #d10014;
    top: 20px;
    left: 20px;
}

.missed_bg2 {
    position: absolute;
    background: #d10014;
    top: 20px;
    left: 80px;
}

.missed_bg3 {
    position: absolute;
    background: #d10014;
    top: 20px;
    left: 130px;
}

.missed_title {
    position: absolute;
    top: 70px;
    left: 10px;
}

.missed_title a {
    text-decoration: none;
    color: white;
    font-weight: 600;
}

.missed_title a:hover {
    color: #d10014;
    transition: .3s all ease-in-out;
}

.missed_top3 i {
    color: white;
    font-size: 14px;
}

.missed_top3 a {
    text-decoration: none;
    color: white;
    font-weight: 500;
    font-size: 15px;
}

.missed_top3 a:hover {
    color: #d10014;
    transition: .3s all ease-in-out;
}

.missed_top3 {
    position: absolute;
    top: 150px;
    left: 10px;
}

@media(max-width:1340px) {
    .missed_title a {
        font-size: 16px;
    }

    .missed_title {
        position: absolute;
        top: 55px;
        line-height: 1.1;
    }

    .missed_top3 {
        position: absolute;
        top: 120px;
        left: 5px;
    }
}

@media(max-width:1200px) {
    .missed_title a {
        font-size: 15px;
    }

    .missed_bg1 {
        position: absolute;
        top: 10px;
    }

    .missed_bg2 {
        position: absolute;
        top: 10px;
    }

    .missed_bg3 {
        position: absolute;
        top: 10px;
    }

    .missed_title {
        position: absolute;
        top: 45px;
        line-height: 1.1;
    }

    .missed_top3 {
        position: absolute;
        top: 102px;
        left: 1px;
    }

    .missed_top3 i {
        font-size: 12px;
    }

    .missed_top3 a {
        font-size: 12px;
    }
}

@media(max-width:992px) {
    .missed_title a {
        font-size: 14px;
    }

    .missed_title {
        position: absolute;
        top: 32px;
        line-height: .8;
        left: 5px;
    }

    .missed_top3 {
        position: absolute;
        top: 66px;
        left: 3px;
    }

    .missed_top3 i {
        font-size: 10px;
    }

    .missed_top3 a {
        font-size: 10px;
    }

    .missed_bg1 {
        position: absolute;
        top: 10px;
        left: 5px;
    }

    .missed_bg2 {
        position: absolute;
        top: 10px;
        left: 55px;
    }

    .missed_bg3 {
        position: absolute;
        top: 10px;
        left: 95px;
    }
}

@media(max-width:767px) {
    .missed_title a {
        font-size: 18px;
    }

    .missed_title {
        position: absolute;
        top: 60px;
        line-height: 1.2;
        left: 5px;
    }

    .missed_top3 {
        position: absolute;
        top: 131px;
        left: 12px;
    }

    .missed_top3 i {
        font-size: 12px;
    }

    .missed_top3 a {
        font-size: 12px;
    }

    .missed_bg1 {
        position: absolute;
        top: 15px;
        left: 20px;
    }

    .missed_bg2 {
        position: absolute;
        top: 15px;
        left: 90px;
    }

    .missed_bg3 {
        position: absolute;
        top: 15px;
        left: 150px;
    }
}

@media(max-width:575px) {
    .missed_title a {
        font-size: 22px;
    }

    .missed_title {
        position: absolute;
        top: 60px;
        line-height: 1.2;
        left: 43px;
        right: 45px;
    }

    .missed_top3 {
        position: absolute;
        top: 145px;
        left: 20px;
        right: 12px;
    }

    .missed_top3 i {
        font-size: 12px;
    }

    .missed_top3 a {
        font-size: 14px;
    }

    .missed_bg1 {
        position: absolute;
        top: 15px;
        left: 60px;
    }

    .missed_bg2 {
        position: absolute;
        top: 15px;
        left: 120px;
    }

    .missed_bg3 {
        position: absolute;
        top: 15px;
        left: 165px;
    }
}

.missed {
    padding: 20px 0;
}

.missed_row {
    padding-top: 30px;
}

@media(max-width:767px) {
    .image3 {
        padding-top: 25px;
    }

    .image4 {
        padding-top: 25px;
    }
}

@media(max-width:575px) {
    .image1 {
        padding-top: 25px;
    }

    .image2 {
        padding-top: 25px;
    }
}

/* missed */

/* footer */

footer {
    background: #121026;
}

.footer_item ul li:last-child {
    border-bottom: none;
}

.footer_item ul li {
    padding: 12px 0;

    display: block;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin: 0 0 10px;
    overflow: hidden;
    /* padding: 0; */
    border-bottom: 1px solid #242425;
}

.footer_item ul li a {
    text-decoration: none;
    color: white;
}

.footer_item ul li a:hover {
    padding-left: 10px;
    color: #d10014;
    transition: all 0.4s ease-in-out 0s;
}

.footer_item ul li a:focus {
    color: #d10014;
}

.footer_item_recent ul li {
    padding: 12px 0;

    display: block;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin: 0 0 10px;
    overflow: hidden;
    /* padding: 0; */
    border-bottom: 1px solid #242425;
}

.footer_item_recent ul li:last-child {
    border-bottom: none;
}

.footer_item_recent ul li a:hover {
    padding-left: 10px;
    color: #d10014;
    transition: all 0.4s ease-in-out 0s;
}

.footer_item_recent ul li a:focus {
    color: #d10014;
}

.footer_item_recent ul li a {
    text-decoration: none;
    color: white;
}

.logo_area {
    padding-right: 50px;
    padding-left: 50px;
    border-top: 1px solid #242425;
}

.footer_middle {
    padding-right: 50px;
    padding-left: 50px;
    margin: 40px 0;

}

.hr {
    color: #4d4d52;
    /* margin-top: 50px; */
}

.footer_image {
    font-size: 26px;
    height: auto;
    line-height: 25px;
    margin-right: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    text-shadow: 2px 2px 1px rgba(150, 150, 183, 0.18);
    display: inherit;
}

.footer_social ul {
    /* position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */

    padding-top: 12%;
    float: right;
    padding-right: 50px
}

@media(max-width:767px) {
    .footer_social ul {
        float: none;
        text-align: center;
        padding-top: 0;
        /* float: right; */
        padding-right: 30px;
    }

    .footer_image {
        margin-right: 0;
        padding-left: 0;
        text-align: center;
    }
}

.footer_bottom {
    background: #090818;
    padding: 50px;
}

.copy {
    color: #aaaed1;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}

.text-xs {
    margin: auto 0;
    text-align: right !important;
}

.info-right {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
}

.info-right li {
    display: inline-block;
    margin-right: 15px;
    padding: 0;
}

.info-right a {
    color: #aaaed1;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}

.info-right a:hover {
    color: white;
}

.info-right .nav-link {
    /* padding: 0.5rem; */
    padding: 4px;
}

@media(max-width:992px) {
    .footer_bottom {
        padding: 50px 0;
    }

    .navbar-toggler:focus {
        margin: auto;
    }

}

@media(max-width:991px) {
    .navbar-toggler:focus {
        margin: auto;
    }

    .navbar-toggler {
        margin: auto;
    }

    .navbar-collapse .navbar-nav {
        /* text-align: center; */
    }

    .navbar li a {
        padding: 10px 2px;
    }
}

@media(max-width:767px) {
    .copy {
        text-align: center;
    }

    .info-right {
        text-align: center;
        float: none;
        margin-top: 20px;
    }
}

@media(min-width:992px) {
    .glass {
        display: none;
    }
}

@media(max-width:991px) {
    .glass1 {
        display: none;
    }

    .navbar .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* footer */
.glass,
.glass1 {
    cursor: pointer;
}

.dropdown_menu2 {
    display: none;
}

.tablinks {
    border: none;
    background: white;
    width: 100%;
    padding: 8px 3px;
    font-weight: 500;
    color: #000000de;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .tablinks {
        font-size: 12px;
    }
}


/* news page */

.category h2 {
    padding: 20px 39px;
    font-weight: 600;
    font-size: 35px;
}

.category span {
    font-size: 30px;
}

.cat_row {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.widget_search form {
    padding: 10px 20px;
    background: white;
}

.btn-default {
    background: #d10014;
}

.btn-default:hover {
    background: #002954;
    color: white;
    transition: .3s all ease-in-out;
}

.widget_search button {
    color: white;
    font-weight: 500;
}

input[type=search] {
    border-radius: 0;
}

input[type=search]:hover {
    border: 2px solid #d10014;
    transition: .3s all ease-in-out;
}

.news {
    padding: 10px;
    list-style-type: none;
    background: white;
}

.news li a {
    text-decoration: none;
    color: #222;
}

.news li {
    padding: 10px 5px;
    display: block;
    margin: 0 0 10px;
    border-bottom: 1px solid #eee;
    transition: all 0.4s ease-in-out 0s;
}

.news li a:focus {
    outline: 1px solid;
    text-decoration: underline;
    color: #d10014;
}

.news li:hover {
    padding-left: 10px;
    transition: all 0.4s ease-in-out 0s;
    color: #d10014;
}

.news li:hover a {
    color: #d10014;
}
.ad1_image{
    padding: 0 20px 10px 20px;
}
.ad_image{
    padding: 10px 50px 30px 20px;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    margin-bottom: 50px;
    margin-top: 10px;
}
.navigation.pagination .nav-links {
    display: flex;
}
.navigation.pagination .nav-links a {
    line-height: 1.8;
}
.navigation.pagination .nav-links .page-numbers.current {
    border-color: #d10014;
    background: #d10014;
    color: #fff;
}
.page-numbers:focus{
    border-color: #d10014;
    background: #d10014;
    color: #fff;
}
.page-numbers:hover{
    border-color: #d10014;
    background: #d10014;
    color: #fff;
}
.nav-links a{
    background: #fff;
    color: #999;
    font-weight: 700;
    cursor: pointer;
    font-size: 18px;
    line-height: 40px;
    margin: 0 6px 10px;
    border-radius: 4px;
    padding: 0px 6px;
    min-width: 40px;
    height: 40px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
/* news page */

/* news details page */
.mg-blog-post-box {
    margin-bottom: 50px;
    padding: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    background: #fff;
}
.mg-blog-post-box .mg-header {
    padding: 20px 70px;
}
.mg-blog-post-box .mg-blog-category {
    margin-bottom: 10px;
}
.mg-blog-category {
    margin: 0px;
    width: auto;
}
a.newsup-categories.category-color-1 {
    background: #d10014;
}
.mg-blog-category a {
    color: #fff;
    background: #d10014;
}
.mg-blog-category a {
    display: inline-block;
    font-size: 10px;
    padding: 4px 6px;
    line-height: 10px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    border-radius: 3px;
    margin-right: 5px;
    text-decoration: none;
}
.mg-blog-post-box h1.title1.single {
    overflow: inherit;
    display: inherit;
}
.mg-blog-post-box .mg-header h1 {
    font-size: 30px;
    font-weight: 800;
    line-height: 110%;
}
.mg-blog-post-box .mg-header h1 a {
    color: #000;
}
.mg-blog-post-box .mg-header .mg-info-author-block {
    border: none;
    box-shadow: inherit;
    margin: 0;
    padding: 10px 0;
}
.mg-info-author-block {
    background: #fff;
    border-color: #eaeaea;
    color: #222;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media img{
    height: 50px ;
    width: 50px;

    margin: 0 25px 15px 0;
    float: left;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mg-info-author-block a {
    color: #212121;
}
.mg-info-author-block a {
    font-size: 14px;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.mg-info-author-block {
    background: #fff;
    border-color: #eaeaea;
    color: #222;
}
.mg-blog-post-box .mg-header h4 {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
}
.mg-info-author-block h4 {
    color: #333;
}
.mg-info-author-block h4 {
    font-size: 14px;
    font-weight: 700;
}
.mg-info-author-block h4 span {
    color: #999999;
}
.mg-info-author-block h4 span {
    font-size: 14px;
    padding-right: 5px;
}
.mg-blog-post-box .mg-header h4 {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
}

.mg-info-author-block a {
    font-size: 14px;
    text-decoration: none;
    color: #212121;
}
.mg-blog-date {
    padding: 0;
    color: #333;
    font-size: 12px;
    margin-right: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.mg-info-author-block {
    background: #fff;
    border-color: #eaeaea;
    color: #222;
}
.mg-blog-post-box .mg-header .mg-blog-date i, .mg-blog-post-box .mg-header .newsup-tags i {
    padding-right: 4px;
}
.mg-blog-post-box .small {
    color: #222;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    padding: 20px;
}
article {
    display: block;
}
.mg-blog-post-box .small > p {
    margin-bottom: 20px;
}
.mg-blog-post-box .small.single {
    line-height: 27px;
    padding: 20px 40px 40px 40px;
    font-size: 16px;
}
.mg-blog-post-box .small {
    color: #222;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    padding: 20px;
}
.addtoany_content {
    clear: both;
    margin: 16px auto;
}
.a2a_kit, .a2a_menu, .a2a_modal, .a2a_overlay {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    outline: 0;
}
.addtoany_list {
    /* display: inline;
    line-height: 16px;
    padding: 10px; */
    clear: both;
    margin: 16px auto;
}
.addtoany_list.a2a_kit_size_32 a {
    font-size: 32px;
}
.a2a_kit a {
    cursor: pointer;
    transition: none;
}
 .widget .addtoany_list a {
    border: 0;
    box-shadow: none;
    display: inline-block;
    font-size: 16px;
    padding: 0 4px;
    vertical-align: middle;
}
.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
    height: 32px;
    line-height: 32px;
    width: 32px;
}
.addtoany_list a:not(.addtoany_special_service)>span {
    border-radius: 4px;
    display: inline-block;
    opacity: 1;
}
.addtoany_list.a2a_kit_size_32 a {
    font-size: 32px;
}
.addtoany_list a, .widget .addtoany_list a {
    border: 0;
    box-shadow: none;
    display: inline-block;
    font-size: 16px;
    padding: 0;
    vertical-align: middle;
}
.a2a_svg svg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: none;
    display: block;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    width: auto;
    height: auto;
}
.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
    height: 32px;
    line-height: 32px;
    width: 32px;
}
.addtoany_list a:not(.addtoany_special_service)>span {
    border-radius: 4px;
    display: inline-block;
    opacity: 1;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.post-navigation {
    overflow: visible;
    padding: 10px 0;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.mg-blog-post-box .small.single .nav-links {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    flex-flow: row-reverse;
}
.post-navigation .nav-previous {
    float: left;
}
.post-navigation .nav-next {
    float: right;
}
.nav-previous a {
    color: #000;
}
.nav-next a {
    color: #000;
}
.nav-links a{
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    width: 100%;
}
.title1 a{
    text-decoration: none;
}
.nav-link a{
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-decoration: none;
}

@media screen and (min-width: 240px) and (max-width: 767px){
.mg-blog-post-box .mg-header {
    padding: 30px 10px;
}
}
.mg-info-author-block {
    background: #fff;
    border-color: #eaeaea;
    color: #222;
    width: 100%;
    margin-bottom: 30px;
    margin-top: -50px;
    padding: 20px 40px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.mg-info-author-block a {
    color: #212121;
    font-size: 14px;
}
.mg-info-author-block .mg-author-pic img {
    margin: 0 25px 15px 0;
    float: left;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    width: 80px;
    height: 80px;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.mg-info-author-block h4 {
    color: #333;
    font-size: 14px;
    font-weight: 700;
}
.mg-info-author-block a {
    color: #212121;
    font-size: 14px;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.padding-20 {
    padding: 20px;
}
.mg-card-box {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
}

/* news details page */