::-webkit-scrollbar {
    width: 0.5em;
    height: 0.3em;
}
::-webkit-scrollbar-thumb {
    background: #ccc;
}
::-webkit-scrollbar-track {
    background: #eee;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
/* .col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px;
} */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #fff !important;
    cursor: default;
    background-color: red;
    border: 1px solid red;
    border-bottom-color: transparent;
    font-size: 18px;
    font-weight: 700;
}
.container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.pagination-box {
    display: block;
    overflow: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: contents;
}
.releate-products .owl2-controls,
div.so-extraslider.grid .owl2-controls {
    opacity: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.releate-products:hover .owl2-controls,
div.so-extraslider.grid:hover .owl2-controls {
    opacity: 1;
}
.releate-products .owl2-controls .owl2-nav .owl2-next,
.releate-products .owl2-controls .owl2-nav .owl2-prev,
div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-next,
div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-prev {
    line-height: 36px;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    background: #00000057;
    position: absolute;
    color: #fff;
    top: 36%;
    margin-top: -18px;
    border: 0;
    border-radius: 0;
    padding: 15px;
}
.releate-products .owl2-controls .owl2-nav .owl2-prev,
div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-prev {
    left: 0;
}
.releate-products .owl2-controls .owl2-nav .owl2-next,
div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-next {
    right: 0;
}
.social-icons {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.social-icons a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    border-radius: 50%;
    text-decoration: none;
}
.intro-banner-vdo-play-btn {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 100px;
    margin: 26px 10px;
}
.pinkBg {
    background-color: #fff !important;
    background-image: linear-gradient(90deg, #fff, #fff);
}
.intro-banner-vdo-play-btn .ripple {
    position: absolute;
    width: 40px;
    height: 40px;
    left: -15px;
    top: -15px;
    opacity: 0;
    border-radius: 100px;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite;
}
.intro-banner-vdo-play-btn .ripple:nth-child(2) {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}
.intro-banner-vdo-play-btn .ripple:nth-child(3) {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}
@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.mix1 {
    flex-wrap: wrap;
    display: flex;
}
.news-title.t6 {
    border-left: 5px solid red;
}
.news-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
}
.news-title h1 {
    font-size: 20px;
    padding: 7px;
}
.news-title2 h1 {
    margin: 0;
    font-size: 20px;
}
.news-title2 {
    border-top: 2px solid #0a1633;
    width: 100%;
    padding: 8px 5px;
    border-bottom: 1px solid #8f8f8f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.news-title3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}
.news-title3 a h2 {
    margin: 5px 10px 5px 0;
    font-size: 22px;
}
.news-title3 .liner::before {
    position: absolute;
    content: "";
    width: 100%;
    top: 15px;
    display: inline-block;
    vertical-align: bottom;
}
.news-title3 .liner::after {
    position: absolute;
    content: "";
    width: 100%;
    top: 21px;
    display: inline-block;
    vertical-align: bottom;
}
.news-title4 {
    margin-bottom: 10px;
    display: block;
}
.news-title4 h2 {
    padding: 5px 10px;
    margin: 0;
    font-size: 22px;
}
.news-title.t5 {
    background: url(https://www.rising.nexup.xyz/upload/images/dot.webp);
    width: 100%;
    transition: all 0.5s ease-out;
    border-right: 1px solid #ccc;
    border-left: 1px solid #a91717;
}
.news-title.t7 a {
    float: right;
    background: #f2555b;
    background: -moz-linear-gradient(top, #f2555b 0, #f2555b 50%, #ed1c24 51%, #ed1c24 100%);
    background: -webkit-linear-gradient(top, #f2555b 0, #f2555b 50%, #ed1c24 51%, #ed1c24 100%);
    background: linear-gradient(to bottom, #f2555b 0, #f2555b 50%, #ed1c24 51%, #ed1c24 100%);
    box-shadow: -1px 0 10px rgba(255, 0, 0, 0.25);
    color: #fff;
    padding: 7px 20px;
    font-size: 16px;
}
.news-title8:after {
    content: "";
    position: relative;
    bottom: 0;
    left: 0;
    height: 10px;
    background: #0685ea;
    width: 165px;
    display: block;
    margin: 20px 0;
}
.news9 p {
    position: absolute;
    bottom: 0;
    font-size: 1.3rem;
    z-index: 999;
}
.news9::after {
    content: "";
    background: linear-gradient(180deg,transparent 10.87%,rgba(0,0,0,.6) 53.06%,#000);
    width: 100%;
    height: 80px;
    bottom: 0;
    position: absolute;}
.mix77 p {
    font-size: 18px;
    display: block;
    text-transform: capitalize;
    height: 60px;
    overflow: hidden;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    padding: 5px 0;
    margin-bottom: 0;
    font-weight: 700;
}
.mix777 p {
    font-size: 18px;
    display: block;
    text-transform: capitalize;
    height: 60px;
    overflow: hidden;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    padding: 5px;
    line-height: 25px;
    font-weight: 700;
}
.userxxs img {
    width: 50px !important;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}
.grid11section_news_title,
.mix777 {
    padding: 5px 0;
}
.grid77,
.mix77 {
    padding: 0 !important;
}
.grid11section_news_title p,
.grid77 p,
.feature b {
    font-size: 1.3rem;
    line-height: 30px;
    display: block;
    max-height: 85px;
    overflow: hidden;
    margin: 0;
    padding: 5px 0px;
    font-weight: 700;
}
.grid1section_news_title p {
    margin: 0;
    color: #fff;
    padding: 10px;
    background: linear-gradient(360deg, #000, #00000000);
    position: absolute;
    max-height: 53px;
    width: 100%;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: block;
    font-weight: 700;
}
.i-155 {
    height: 155px;
    overflow: hidden;
}
.mix2_news_img img {
    width: 100%;
    display: block;
    height: 355px;
}
.mix5_news_img img {
    width: 100%;
}
.mix9_news_imgs img {
    width: 100%;
    height: 55px;
}
.grid1_news_img img {
    width: 100%;
    max-height: 168px;
    display: block;
}
.img_100 img {
    width: 100%;
    height: 100px;
}
.img_588 img {
    width: 100%;
    height: 337px;
}
.img_400 img {
    object-fit: cover;
    height: 400px;
}
.img_230 img {
    object-fit: cover;
    height: 230px;
}
.img_190 img {
    width: 100%;
    height: 190px;
}
.img_160 img {
    width: 100%;
    height: 160px;
}
.grid2_news_imgs img {
    width: 100%;
    height: 145px;
}
.grid4_news_imgs img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}
.grid5_news_imgs img {
    height: 190px;
    width: 100%;
}
.mix6_news_img img {
    width: 100%;
    height: auto;
}
.grid6_news_imgs img {
    width: 100%;
    height: auto;
}
.grid77 img,
.imix img {
    height: 70px;
    object-fit: cover;
    width: 100%;
}
.ih410 img {
    height: 415px;
    object-fit: cover;
    width: 100%;
}
.grid9_news_img img {
    height: 70px;
    width: 100%;
}
.mix1x img {
    height: 233px;
    object-fit: cover;
    width: 100%;
}
.grid9xx_news_img {
    height: 235px;
    width: 100%;
    overflow: hidden;
}
.blog1_news_imgs img {
    width: 100%;
    display: block;
    padding-right: 10px !important;
}
.blog2_news_imgs img {
    width: 100%;
    display: block;
    padding-left: 10px !important;
}
.grid141_news_img img,
.grid143_news_img img {
    height: 375px;
    object-fit: cover;
    width: 100%;
}
.grid161_news_img img,
.grid163_news_img img {
    height: 280px;
    object-fit: cover;
    width: 100%;
}
.videos i {
    position: absolute;
    display: initial;
    padding: 5px 10px;
    color: #fff;
    top: 0;
    left: 0;
}
.videos i.fa.fa-facebook {
    background: #4267b2;
}
.videos i.fa.fa-twitter {
    background: #00acee;
}
.videos i.fa.fa-file-image-o {
    background: #dcd7d1;
}
.videos i.fa.fa-picture-o {
    background: #2596be;
}
.videos i.fa.fa-play {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 35px;
    width: 20px;
    background: #ffcdd2;
    text-align: center;
    line-height: 35px;
    color: #d60000;
    border-radius: 50%;
    font-size: 25px;
    padding-left: 16px;
}
.videos i.fa.fa-music {
    background: red;
}
.videos i.fa.fa-file-text-o {
    background: brown;
}
.videos i.fa.fa-file {
    background: #d3d3d3;
}
.videos i.fa.fa-quote-left {
    background: #000;
}
.videos i.fa.fa-commenting-o {
    background: green;
}
.videos i.fa.fa-comments {
    background: #128c7e;
}
.videos i.fa.fa-link {
    background: #ba0000;
}
.flex {
    display: flex;
    flex-wrap: nowrap;
}
img {
    max-width: 100%;
}
.lazyload {
    width: 100%;
    -webkit-animation: flash linear 1s lazyload;
    animation: flash linear 1s infinite;
}
@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}

a,
h1,
h2,
h3,
p {
    margin: 0;
}
a {
    text-decoration: none !important;
}
.pps {
    padding: 0 !important;
    margin: 0;
}
.mms {
    margin: 7px 0 0;
    display: block;
    overflow: hidden;
}
.mmb {
    margin: 0 0 15px !important;
    display: block;
    overflow: hidden;
}
.videos img {
    width: 100%;
}
.nav.nav-tabs li {
    width: 50%;
    float: left;
}
.tab-content {
    max-height: 535px;
    overflow: auto;
    overflow-x: hidden;
}
button#myBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.dropdown-menu:li {
    text-align: left;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.navbar_nav .menuitem:after {
    display: block;
    height: 3px;
    background: #fff;
    width: 25px;
    position: relative;
    bottom: -2px;
    content: "";
}
.flink a {
    font-size: 20px;
    color: #fff;
    display: flex;
}
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 300px;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}
.modal.left .modal-body,
.modal.right .modal-body {
    padding: 5px;
}
.modal.left.fade .modal-dialog {
    left: -3020px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.in .modal-dialog {
    left: 0;
}
.modal.right.fade .modal-dialog {
    right: -3020px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog {
    right: 0;
}
.modal-content {
    border-radius: 0;
    border: none;
}
.modal-header {
    min-height: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    border-bottom-color: #eee;
    background-color: #fafafa;
}
.dnone-m {
    display: block;
}
.dnone-d {
    display: none;
}
@media only screen and (max-width: 850px) {
.modal.left .modal-dialog,
.modal.right .modal-dialog {width: 100% !important;}
    .title2x h1 {
        margin-top: 10px !important;
        font-size: 33px !important;
        writing-mode: horizontal-tb !important;
        transform: rotate(0deg) !important;
    }
    .ticker-news {
        margin-top: 3.5em;
        display: block;
    }
    .mix2 {
        flex-direction: column !important;
        text-align: center;
    }
    .social-icons {
        text-align: center;
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }
    .footerx ul {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .grid1section_news_title p {
        position: relative !important;
        background: #fff;
        color: #000;
    }
    .block-wrapper {
        margin-top: 3em;
        display: block;
    }
    .subMenu {
        padding: 5px 0 !important;
        list-style: none;
    }
    .main-menu,
    .subMenu a {
        color: #000 !important;
        font-size: 14px !important;
    }
    header.clearfix.header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }
    div#loadSection {
        margin-top: 3em;
    }
    .dnone-m {
        display: none;
    }
    .dnone-d {
        display: block;
    }
    .minhera {
        margin-bottom: 5px;
    }
    .minhera a {
        color: #000;
    }
    .minhera1241 {
        margin-left: 17px;
        margin-bottom: 5px;
    }
    .trending-tag {
        overflow-x: auto;
        white-space: nowrap;
        margin-top: 1em;
    }
    .grid5_news_imgs img {
        height: 137px;
        width: 100%;
    }
    .grid2_news_imgs img {
        height: 70px;
    }
    .grid10xx_news_img img,
    .grid141_news_img img,
    .grid143_news_img img,
    .grid161_news_img img,
    .grid163_news_img img,
    .grid4_news_imgs img,
    .grid9xx_news_img,
    .i-155,
    .ih410 img,
    .mix1x img,
    .mix2_news_img img,
    .mix6_news_img img {
        width: 100%;
        height: auto !important;
    }
}
.home_menu_inner {
    width: 100%;
    margin: 0 0 10px 0;
    position: relative;
}
.footern i {
    margin-right: 7px;
}
.footern {
    margin-top: 1em;
    border-bottom: 1px solid #666;
    padding-bottom: 1em;
    line-height: 30px;
}
.home_menu_online {
    width: 100%;
    border-bottom: 1px solid #fe0104;
    line-height: 36px;
    padding-left: 7px;
    font-size: 24px;
}
.owl-carousel {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.owl-carousel {
    -ms-touch-action: none;
    touch-action: none;
}
.yt-content-slider .owl2-controls {
    opacity: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.yt-content-slider:hover .owl2-controls {
    opacity: 1;
}
.yt-content-slider .owl2-controls .owl2-nav .owl2-next,
.yt-content-slider .owl2-controls .owl2-nav .owl2-prev {
    line-height: 36px;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    background: #fff;
    position: absolute;
    color: #000;
    top: 40%;
    border: 0;
    padding: 0 15px;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 15%);
    border-radius: 50%;
}
.yt-content-slider .owl2-prev {
    left: 0;
}
.yt-content-slider .owl2-next {
    right: 0;
}
.owl2-carousel .owl2-animated-in {
    z-index: 0;
}
.owl2-carousel .owl2-animated-out {
    z-index: 1;
}
.owl2-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
