@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    font-family: 'Roboto', sans-serif !important;
}

.game_layout_wrapper {
    float: left;
    width: 100%;
    background-color: #F3F3F3;
}

.header-wraper {
    float: left;
    width: 100%;
}
.big_news_sec .row_splitbox:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.header_magazine_style .header_top_main_wrapper {
    height: 30px;
    background: #000 !important;
    overflow: hidden;
}

.top_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_right_sec{
    margin-left: auto;
    padding: 3px 0;
}

.top_right_sec ul{
    margin: 0px;
}

.top_right_sec ul li{
    
}

.top_right_sec ul li:not(:last-child){
    margin-right: 15px;
}

.top_right_sec ul li a{
    color: #fff;
}

.top_right_sec ul li a svg path{
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;    
}

.top_right_sec ul li a:hover svg path{
    fill: #f9c100;
}

.top_right_sec ul li a svg{
    width: 14px !important;
    height: 14px;
}
.footer-logo {
    width: 200px;
}
.header_main_wrapper {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    background-color: #2d2d2d;
    box-shadow: rgb(0 0 0 / 50%) 0 6px 8px 0;
    position: relative;
}

.header_main_wrapper .navbar{
    padding: 0px;
}

.header-main-position{
    align-items: center;
}

.logo-position {
    text-align: left;
}
.logo-position img {
    max-width: 100%;
    max-height: 110px;
}

.widget {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
}

.widget img {
    max-width: 100%;
}

.header_magazine_style .banner_sidebar_top .widget .ads300x250-thumb {
    float: right;
}

.menu_wrapper {
    float: left;
    width: 100%;
    background: #fff;
    height: 50px;
    box-shadow: rgb(0 0 0 / 8%) 0 6px 8px 0;
}

.menu_inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.menu_inner ul {
    float: left;
    width: 100%;
    margin: 0 30px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

.menu_inner ul li {
    display: inline-flex;
}

.menu_inner ul li a.active,
.menu_inner ul li a:hover,
.menu_inner ul li a:focus{
    color: #f9c100;
}

.menu_inner ul li a {
    position: relative;
    display: inline-block;
    padding: 0 14px !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 48px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.menu_inner ul li a:before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #f9c100;
    transition: all 0.4s ease-in-out;
}

.menu_inner ul li a.active:before,
.menu_inner ul li a:hover:before{
    width: 90%;
}

.magazine_grid_main {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.full-static-post-header {
    float: left;
    background: #ffffff;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main-static-post-header {
    float: left;
    width: 100%;
    padding: 0;
    height: 430px;
    position: relative;
    overflow: hidden;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.main-static-post-header a {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.main-static-post-header a:before {
    content: "";
    background: linear-gradient( 0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-color .3s ease 0s;
    z-index: 1;
}

.small-static-post-header a:before {
    content: "";
    background: linear-gradient( 0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-color .3s ease 0s;
    z-index: 1;
}

.set_blog_bio {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    z-index: 1;
}

.set_blog_bio h3 {
    margin: 0;
    float: left;
    width: 100%;
    font-size: 28px;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.set_blog_bio p {
    margin: 0;
}

.small-static-post-header .set_blog_bio h3 {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.set_blog_bio h6 {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
}

.set_blog_bio h6 b {
    text-transform: uppercase;
    font-weight: normal;
    color: #ffffff;
    font-size: 10px;
    background: #000000;
    display: inline-block;
    letter-spacing: 1px;
    padding: 4px 8px;
    border: 1px solid #404040;
}

.set_blog_bio p {
    float: left;
    width: 100%;
}

.set_blog_bio p span {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.set_blog_bio p span.name {
    font-weight: bold;
}

.width_49 {
    width: calc(50% - 2px);
}

.small-static-post-header:nth-child(1),
.small-static-post-header:nth-child(2) {
    margin-bottom: 4px;
}

.small-static-post-header:nth-child(1),
.small-static-post-header:nth-child(3) {
    margin-right: 4px;
}

.small-static-post-header {
    width: calc(50% - 2px);
    float: left;
    height: 213px;
    padding: 0;
    position: relative;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.small-static-post-header img {
    height: 100%;
    width: 100%;
}

img {
    max-width: 100%;
}

.main-static-post-header,
.small-static-post-header {
    overflow: hidden;
}

.main-static-post-header:hover .wp-post-image,
.small-static-post-header:hover .wp-post-image {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.main-static-post-header .wp-post-image,
.small-static-post-header .wp-post-image {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.news_block_flwidth {
    float: left;
    width: 100%;
    position: relative;
}

.row_left {
    margin-right: -24px;
    margin-left: -24px;
}

.news_block_left {
    float: left;
    width: 66.6667%;
    padding-right: 24px;
    padding-left: 24px;
}

.flwidth {
    float: left;
    width: 100%;
}

.section_head {
    position: relative;
}

.section_navigation {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.section_navigation a{
    padding: 0;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #9a9a9a;
}

.section_navigation a:last-child{
    margin-left: 5px;
}

.section_navigation a.disable{
    cursor: not-allowed;
    opacity: 0.5;
}

.quickreads .section_navigation a:hover{
    background-color: #5d7987;
    border-color: #5d7987;
}

.expert_scene .section_navigation a:hover{
    background-color: #3a863d;
    border-color: #3a863d;
}

.hot_scene .section_navigation a:hover{
    background-color: #863a3a;
    border-color: #863a3a;
}

.mostpopular_section .section_navigation a:hover{
    background-color: #222;
    border-color: #222;
}

.fresh_oven_scene .section_navigation a:hover{
    background-color: #673ab7;
    border-color: #673ab7;
}

.must_read_scene .section_navigation a:hover{
    background-color: #374c1e;
    border-color: #374c1e;
}

.big_news_sec .section_navigation a:hover{
    background-color: #00bcd4;
    border-color: #00bcd4;
}

.latest_article_sec .section_navigation a:hover{
    background-color: #a8427d;
    border-color: #a8427d;
}

.categories .section_navigation a:hover{
    background-color: #a4a842;
    border-color: #a4a842;
}

.related_article .section_navigation a:hover{
    background-color: #a000f9;
    border-color: #a000f9;
}

.section_navigation a:hover svg path{
    fill: #fff;
}

.section_navigation a svg{
    width: 8px !important;
    height: 13px;
}

.section_navigation a svg path{
    fill: #8c8c8c;
}

.block-title {
    font-size: 14px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 26px;
    border-bottom: 2px solid #222;
}

.block-title span {
    display: inline-block;
    padding: 10px 10px 8px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.behind_scene .block-title {
    border-color: #f9c100;
}

.behind_scene span {
    background-color: #f9c100;
    color: #000;
}

.td_module_flex {
    width: 50%;
    float: left;
    padding-bottom: 0;
    margin-bottom: 0;
    /*padding-left: 24px;
    padding-right: 24px;*/
}

.td-module-thumb {
    float: left;
    width: 100%;
}

.td-module-thumb .td-image-wrap {
    width: 100%;
    height: 230px;
    margin-bottom: 20px;
    float: left;
}

.td-module-thumb .td-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.td_module_flex h3 {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.td_module_flex h3 a {
    text-decoration: none;
    color: #000;
}

.td_module_flex p {
    float: left;
    width: 100%;
}

.td_module_flex p a {
    float: left;
    text-decoration: none;
    width: 100%;
}

.td_module_flex p span {
    color: #000000;
    font-size: 12px;
}

.description {
    float: left;
    width: 100%;
}

.description p {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #767676;
}

.row_splitbox {
    float: left;
    width: 100%;
    padding-bottom: 13px;
    margin-bottom: 13px;
}

.image_setthumb {
    float: left;
    width: 97px;
}

.mar20 {
    margin: 20px 0;
}

.behind_scenexmain {
    float: left;
    width: 100%;
}

.image_setthumb img {
    width: 100%;
    height: 68px;
    object-fit: cover;
}

.behindsceneRX:hover h3 a {
    color: #f9c100;
}

.image_setthumb a {
    width: 100%;
    height: 100%;
}

.right_desF {
    float: right;
    width: calc(100% - 120px);
}

.right_desF h3 {
    float: left;
    width: 100%;
    font-size: 15px;
}

.right_desF h3 a {
    color: #000000;
}

.right_desF p {
    float: left;
    width: 100%;
    color: #767676;
    font-size: 12px;
    margin: 5px 0 0 0;
}

.quickreads {
    float: left;
    width: 100%;
    position: relative;
}

.quickreads span.td-pulldown-size {
    background-color: #5d7987;
    color: #ffffff;
}

.quickreads .block-title {
    border-color: #5d7987;
}

.quickreads .td_block_inner {
    margin-left: -10px;
    margin-right: -10px;
}

.quickreads .td_module_flex {
    width: 33.33%;
    padding: 0 10px;
}

.quickreads .td_module_flex .td-image-wrap {
    height: 155px;
}

.quickreads .td-image-wrap {
    margin-bottom: 15px;
}

.quickreads .td_module_flex h3 {
    font-size: 16px;
}

.quickreads .td_module_flex:hover h3 a {
    color: #5d7987;
}

.spinner-sec{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.6);
}


.spinner{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.6);
}

.spinner:before,
.spinner:after{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.spinner:before{
    content: "";
    position: absolute;
    border: 5px solid transparent;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    width: 80px;
    height: 80px;
    margin: -40px;
}

.spinner:after{
    content: "";
    position: absolute;
    border: 5px solid transparent;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    width: 40px;
    height: 40px;
    margin: -20px;
}

/*.quickreads .spinner{
    border-top-color: #5d7987;
    border-bottom-color: #5d7987;
}*/

.quickreads .spinner::before,
.quickreads .spinner::after {
    border-top-color: #5d7987;
    border-bottom-color: #5d7987;
}

.quickreadsceneRX .spinner::before,
.quickreadsceneRX .spinner::after {
    border-top-color: #3a863d;
    border-bottom-color: #3a863d;
}

.hotnewssceneRX .spinner::before,
.hotnewssceneRX .spinner::after {
    border-top-color: #863a3a;
    border-bottom-color: #863a3a;
}

.mostpopular_section .spinner::before,
.mostpopular_section .spinner::after {
    border-top-color: #222;
    border-bottom-color: #222;
}

.fresh_oven_sec .spinner::before,
.fresh_oven_sec .spinner::after {
    border-top-color: #673ab7;
    border-bottom-color: #673ab7;
}

.big_news_sec .spinner::before,
.big_news_sec .spinner::after {
    border-top-color: #00bcd4;
    border-bottom-color: #00bcd4;
}

.must_read .spinner::before,
.must_read .spinner::after {
    border-top-color: #374c1e;
    border-bottom-color: #374c1e;
}

.latest_article_sec .spinner::before,
.latest_article_sec .spinner::after {
    border-top-color: #a8427d;
    border-bottom-color: #a8427d;
}

.lifestyle_newxs .td-image-wrap {
    height: 163px;
}

.lifestyle_newxs .expert_scene span.td-pulldown-size {
    background-color: #3a863d;
    color: #ffffff;
}

.lifestyle_newxs .expert_scene .block-title {
    border-color: #5d7987;
}

.lifestyle_newxs .expert_scene span.td-pulldown-size {
    background-color: #3a863d;
    color: #ffffff;
}

.lifestyle_newxs .expert_scene .block-title {
    border-color: #3a863d;
}

.lifestyle_newxs .hot_scene span.td-pulldown-size {
    background-color: #863a3a;
    color: #ffffff;
}

.lifestyle_newxs .hot_scene .block-title {
    border-color: #863a3a;
}

.quickreadsceneRX, .hotnewssceneRX{
    margin-top: 15px;
    position: relative;
}

.quickreadsceneRX .spinner, .hotnewssceneRX .spinner{
    margin-left: -24px;
}

.quickreadsceneRX .td_module_flex_inner:hover h3 a {
    color: #3a863d;
}

.quickreadsceneRX .row_splitbox:hover h3 a {
    color: #3a863d;
}

.hotnewssceneRX .td_module_flex_inner:hover h3 a {
    color: #863a3a;
}

.hotnewssceneRX .row_splitbox:hover h3 a {
    color: #863a3a;
}

a {
    text-decoration: none !important;
}

.news_block_right {
    float: right;
    width: 33.3333%;
    padding-right: 24px;
    padding-left: 24px;
}

.news_block_right .td-all-devices {
    text-align: center;
    margin-top: 30px;
    float: left;
    width: 100%;
}

.mostpopular_section .tab_scene span.td-pulldown-size {
    background-color: #222;
    color: #ffffff;
}

.mostpopular_section .tab_scene .block-title {
    border-color: #222;
}

.mostpopular_section {
    float: left;
    width: 100%;
    position: relative;
}

.mostpopular_section .row_splitbox:hover h3 a {
    color: #222;
    opacity: 0.5;
}

/* fresh oven */
.fresh_oven_sec{
    float: left;
    width: 100%;
}

.td_module_flex.fresh_oven_sec{
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.fresh_oven_scene .block-title{
    border-color: #673ab7;
}

.fresh_oven_scene span.td-pulldown-size {
    background-color: #673ab7;
    color: #ffffff;
}

.fresh_oven_sec .td_module_flex_inner:hover h3 a{
    color: #673ab7;
}
/* */

/* search */
.search-bar .input-group{
    align-items: center;
}

.search-bar .input-group input{
    width: 300px;
    padding: 7px 40px 7px 20px;
    border-radius: 20px !important;
    border: 0;
}

.search-bar .input-group input:focus{
    outline: none;
    box-shadow: none;
    z-index: auto;
}

.search-bar .input-group .input-group-append{
    position: absolute;
    right: 12px;
    line-height: 18px;
}

.search-bar .input-group .input-group-append button{
    border: 0px;
    padding: 0;
    line-height: 18px;
}

.search-bar .input-group .input-group-append button:focus{
    box-shadow: none;
}

.search-bar .input-group .input-group-append img{
    width: 20px;
}
/* */

/* seperator */
.seperator{
    position: relative;
    float: left;
    width: 100%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.seperator:before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-top: 2px solid #e0e0e0;
    width: 96.5%;
}
/* */

/* news grid */
.news_full_block{
    float: left;
    width: 100%;
}
.news_grid_wrapper{
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.width_25{
    width: calc(25% - 4px);
    overflow: hidden;
}

.news_grid a{
    height: 350px;
    position: relative;
    display: inline-block;
}

.news_grid a .news_grid_image{
    height: 100%;
    width: 100%;
    position: relative;
}

.news_grid a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.news_grid a:hover:before{
    background-color:rgb(33,150,243,0.7);
}

.news_grid a .news_grid_image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.news_grid a:hover .news_grid_image img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.news_grid_wrapper .set_blog_bio h3{
    font-size: 16px;
}

.news_grid_wrapper .set_blog_bio h6,
.news_grid_wrapper .set_blog_bio h3,
.news_grid_wrapper .set_blog_bio p{
    position: relative;
    z-index: 2;
}
/* */

/* big news */
.big_news_sec{
    position: relative;
    float: left;
    width: 100%;
}
.big_news_sec .row_splitbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.big_news_sec .row_splitbox .image_setthumb{
    float: left;
    width: 210px;
}

.big_news_sec .row_splitbox .image_setthumb img{
    height: auto;
}

.big_news_sec .right_desF{
    float: right;
    width: calc(100% - 250px)
}

.big_news_sec .right_desF h3{
    font-size: 20px;
    color: #000;
    margin: 0 0 5px 0;
}

.big_news_sec .row_splitbox:hover .right_desF h3 a{
    color: #00bcd4;
}

.big_news_sec .right_desF p{
    margin: 0px;
}

.big_news_sec .right_desF p:nth-child(2){
    margin: 0 0 16px 0;
}

.big_news_sec .right_desF p a{
    color: #000000;
}

.big_news_sec .block-title{
    border-color: #00bcd4;
}

.big_news_sec .block-title span{
    background-color: #00bcd4;
    color: #fff;
}
/* */

/* must read */
.must_read{
    width: 100%;
    position: relative;
}

.must_read .block-title{
    border-color: #374c1e;
}

.must_read .block-title span{
    background-color: #374c1e;
    color: #fff;
}

.must_read_sec{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.must_read_sec h6{
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
}

.must_read_sec h6 b{
    text-transform: uppercase;
    font-weight: normal;
    color: #ffffff;
    font-size: 10px;
    background: #000000;
    display: inline-block;
    letter-spacing: 1px;
    padding: 4px 8px;
    border: 1px solid #404040;
}
.must_read_sec h3{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}

.must_read_sec h3 a{
    color: #000;
}

.must_read_sec:hover h3 a{
    color: #374c1e;
}

.must_read_sec p{
    margin-bottom: 0;
}

.must_read_sec p a span{
    color: #000;
    font-size: 12px;
}

.must_read .row_splitbox{
    padding-bottom: 0;
    margin-bottom: 0;
}
/* */

/* latest articles */
.latest_article_sec{
    position: relative;
    float: left;
    width: 100%;
}

.latest_article_sec .block-title{
    border-color: #a8427d;
}

.latest_article_sec .block-title span{
    background-color: #a8427d;
    color: #fff;
}

.latest_article_sec .td_block_inner{
    margin-left: -10px;
    margin-right: -10px;
}

.latest_article_sec .td_module_flex{
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.latest_article_sec .td_module_flex:nth-child(2n+1) {
    clear: both;
}
.latest_article_sec .td-module-thumb .td-image-wrap{
    height: 200px;
}

.latest_article_sec .td_module_flex:hover h3 a{
    color: #a8427d;
}

.latest_article_sec .td_module_flex h3{
    margin-bottom: 10px;
}

.latest_article_sec .td_module_flex h6{
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
}

.latest_article_sec .td_module_flex h6 b{
    text-transform: uppercase;
    font-weight: normal;
    color: #ffffff;
    font-size: 10px;
    background: #000000;
    display: inline-block;
    letter-spacing: 1px;
    padding: 4px 8px;
    border: 1px solid #404040;
}

.latest_article_sec .td_module_flex p{
    margin-bottom: 0px;
}
/*  */

/* categories */
.categories .block-title{
    border-color: #a4a842;
}

.categories .block-title span{
    background-color: #a4a842;
    color: #fff;
}

.td_module_flex.categories{
    width: 100%;
    position: relative;
}

.categories .right_desF{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.categories .right_desF a:hover h3,
.categories .right_desF a:hover span.td-no{
    color: #a4a842;
}

.categories .right_desF a h3{
    float: left;
    width: auto;
    text-transform: uppercase;
    color: #000;
}

.categories .right_desF a span.td-no{
    float: right;
    width: auto;
    color: #000;
    line-height: normal;
}
/* */

/* page naviagtion */
.page-nav{
    float: left;
    width: 100%;
    margin-top: 50px;
}

.page-nav .pages{
    float: right;
    margin: 8px 0 0 0;
    border: none;
    padding: 6px 0 6px 6px;
}

.page-nav a, .page-nav span{
    padding: 5px 11px;
    border: 1px solid #9a9a9a;
    display: inline-block;
    margin: 8px 8px 0px 0;
    min-width: 33px;
    text-align: center;
    color: #000;
    line-height: 21px;
    float: left;
    font-size: 13px;
}

.page-nav a svg{
    width: 8px !important;
    height: 13px;
}

.page-nav a svg path {
    fill: #8c8c8c;
}

.page-nav .current,
.page-nav a:hover,
.page-nav a:hover svg path{
    background-color: #863a3a;
    border-color: #863a3a;
    color: #fff;
    fill: #fff;
}

.page-nav .extend{
    border: 1px solid transparent;
}
/* */

/* breadcrumb */
.innerpage-breadcrumb{
    float: left;
    width: 100%;
    background-color: #e8e8e8;
    border-bottom: 1px solid #d4d4d4;
}

.innerpage-breadcrumb .breadcrumb{
    margin: 0;
    padding: 20px 0 15px;
}

.innerpage-breadcrumb .breadcrumb .breadcrumb-item{
    font-size: 14px;
}

.innerpage-breadcrumb .breadcrumb .breadcrumb-item a{
    color: #863a3a;
}
/* */

/* inner page title */
.inner-page-title{
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
/* */

/* inner page details */
.inner_page_content{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.inner-page-sub-title{
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 0px;
}

.inner_main_title{
    font-size: 36px;
    font-weight: 400;
    color: #000;
}

.author_post-desc{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 25px 0px;
}

.author_post-desc a{
    color: #000;
}

.author_post-desc a:hover{
    color: #863a3a;
}

.author_post-desc .author_name_time{
    font-size: 14px;
}

.post_views{
    float: left;
    font-size: 14px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post_views .views{
    margin-right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.post_views svg{
    margin-right: 5px;
}

.post_views span{
    line-height: normal;
}

.inner_page_content_desc{
    margin-top: 20px;
}

.inner_page_content_desc p{
    margin-bottom: 15px;
}

.inner_page_content_desc h2{
    margin: 20px 0 10px;
}

.related_article_sec .block-title{
    margin-bottom: 0px;
}

.related_article_sec .flwidth{
    position: relative;
}

.related_article .block-title{
    border-color: #a000f9;
}

.related_article span{
    background-color: #a000f9;
    color: #fff;
}

.related_article_sec{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.inner_page_block{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.related_grid_wrapper{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.related_grid{
    width: calc(33% - 2px);
    overflow: hidden;
}

.related_grid a{
    position: relative;
    display: inline-block;
    height: 300px;
}

.related_grid a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.related_grid .set_blog_bio h6, .related_grid .set_blog_bio h3, .related_grid .set_blog_bio p{
    position: relative;
    z-index: 2;
}

.related_grid .set_blog_bio h3{
    font-size: 16px;
}

.related_grid a:hover:before {
    background-color: rgb(33,150,243,0.7);
}

.related_grid a .news_grid_image{
    height: 100%;
}

.related_grid a .news_grid_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.related_grid a:hover .news_grid_image img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.leave_reply_form{
    float: left;
    width: 100%;
}

.leave_reply .block-title {
    border-color: #f9a300;
}

.leave_reply span {
    background-color: #f9a300;
    color: #000;
}

.comment-form{
    float: left;
    width: 100%;
}

.comment-form .form-group{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.comment-form .form-group .form-control{
    background-color: transparent;
    border-radius: 0px;
    border-color: #5d7987;
}

.comment-form .form-group .form-control:focus{
    box-shadow: none;
    border-color: #5d7987;
}

.comment-form .form-group textarea.form-control{
    height: 100px;
}

.comment-form .btn{
    background-color: #863a3a;
    border-color: #863a3a;
    border-radius: 0;
}

.comment-form .btn:hover,
.comment-form .btn:focus{
    background-color: #6d2f2f !important;
    border-color: #6d2f2f !important;
    box-shadow: none !important;
}

/* */

/* footer */
.td-footer-wrap{
    background-color: #2d2d2d;
    padding: 40px 0;
    float: left;
    width: 100%;
}

.footer-sec-wrap{
    align-items: center;
}

.footer-logo{
    float: left;
}

.footer-logo .foot_logo_link img{
    max-width: 100%;
    width: 100%;
}

.foot_right_sec ul{
    justify-content: flex-end;
    margin: 0;
}

.foot_right_sec ul li{
    line-height: normal;
}

.foot_right_sec ul li:not(:last-child) {
    margin-right: 15px;
}

.foot_right_sec ul li a{
    color: #fff;
}

.foot_right_sec ul li a svg{
    width: 14px !important;
    height: 14px;
}

.foot_right_sec ul li a svg{
    width: 24px !important;
    height: 24px;
}

.foot_right_sec ul li a svg path{
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.foot_right_sec ul li a:hover svg path{
    fill: #f9c100;
}

.td-footer-copyright{
    background-color: #222;
    float: left;
    width: 100%;
    padding: 10px 0;
}

.td-footer-copyright span{
    color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 14px;
}

.catgirier-inner .news_block_right {
    width: 100%;
    padding: 0;
}

/* sticky header design */
header.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    box-shadow: 11px 0px 8px #030006;
    animation: smoothScroll 1s forwards;
}
header.sticky .logo-position img {
    max-height: 60px;
}
header.sticky .header_main_wrapper {
    padding: 15px 0px;
}

.mostpopular_section .row_splitbox .right_desF a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.responsive_top_main_add {
    display: none;
}
.ads_section {
    text-align: center;
    padding-bottom: 13px;
    margin-bottom: 13px;
}
.ads_section img {
    max-width: 100%;
    margin: 0 auto;
}

/* share social icon design */
.social_share_wrapper {
    position: absolute;
    top: 250px;
    right: 5px;
    z-index: 99;
    width: 50px;
}
.whatsapp_fix_icon a {
    height: 50px;
    width: 50px;
    background-color: #25d366;
    border-radius: 0;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s linear;
    box-shadow: 0 1px 10px rgba(0,0,0,0.19);
    border-radius: 100%;
    margin-bottom: 15px;
}
.whatsapp_fix_icon a img{
    max-height: 27px;
}
.contact_sec{
    text-align: center;
}
.contact_sec h5 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
}
.contact_sec ul.new-number {
    padding: 0;
    text-align: left;
}
.new-number li {
    list-style-type: none;
    margin: 9px 0px;
}
.new-number li a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-number li a img {
    max-height: 16px;
    margin-right: 5px;
}
.new-number li a span {
    font-size: 16px;
    line-height: 20px;
    animation: blink 1s linear infinite;
    color: rgb(227 155 50);
}
@keyframes blink {
    0% {
        color: rgb(227 176 38);
    }
    50%{
        color: rgb(223 96 26);
    }
    100% {
        color: rgb(241 77 6);
    }
}

/**/
.mgpopmodal .modal-dialog{
    justify-content: center;
}
.mgpopmodal .modal-content {
    background-color: transparent;
    border: none;
    position: relative;
    width: auto;
}
.mgpopmodal  .modal-body {
    padding: 0;
    border: none;
}
.mgpopmodal .modal-body img {
    border: 2px solid #c7c7c7; 
}
.mgpopmodal button.close {
    width: 30px;
    height: 30px;
    background-color: #6e6e6e;
    border: none;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
    transition: 0.4s linear;
}
.mgpopmodal button.close span {
    font-size: 28px;
    line-height: 1;
    display: inline-block;
    transition: 0.4s linear;
}
.mgpopmodal button.close:hover span {
    transform: scale(1.1);
}

/* animation effects */

-webkit-@keyframes spin {
  -webkit-from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  -webkit-to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

-webkit-@keyframes smoothScroll{
    0% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes smoothScroll {
    0% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

-webkit-@keyframes righttoleft{
    0% {
        transform: translateX(320px);
    }
    100% {
        transform: translateX(0px);
    }
}
@-webkit-keyframes righttoleft{
    0% {
        transform: translateX(320px);
    }
    100% {
        transform: translateX(0px);
    }
}
@keyframes righttoleft {
    0% {
        transform: translateX(250px);
    }
    100% {
        transform: translateX(0px);
    }
}