body {
    padding: 0;
    margin: 0;
    font-family: 'Mukta', sans-serif;
}

p {
    font-size: 17px;
    line-height: 27px;
    color: #08275c;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    padding: 0;
    font-weight: 600;
    color: #08275c;
    font-family: 'Mukta', sans-serif;
}

h1 {
    font-size: 40px;
    line-height: 48px;
}

h2 {
    font-size: 30px;
    line-height: 38px;
}

h3 {
    font-size: 20px;
    line-height: 1.5;
}

h4 {
    font-size: 18px;
    line-height: 26px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

a {
    color: #0a58e7;
    display: block;
    text-decoration: none !important;
    transition: ease-in-out .3s;
}
p{
    font-size: 20px;
    line-height: 1.5;
    color: #000000a8;
}
a:hover {
    color: #EF360F;
}

.mt {
    margin-top: 60px;
}

.mb {
    margin-bottom: 60px;
}

.pt {
    padding-top: 60px;
}

.pb {
    padding-bottom: 60px;
}

.m-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.p-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #dd9f24;
}

.container {
    max-width: 1200px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}






/* Top Header */
.th-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.date {
    text-align: left;
    margin-top: 10px;
}

.date span {
    display: inline-block;
    font-size: 17px;
    font-weight: normal;
    color: #000000ab;
    margin-top: -10px;
}

.top-header {
    padding: 15px 0;
    position: relative;
    /*background: linear-gradient(to bottom,*/
    /*    rgb(238 218 255) 30%,*/
    /*    rgba(23,24,23,0) 100%);*/
}
.th-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 4;
    justify-content: flex-end;
}
.site-logo {
    flex: 1;
}
.site-logo img {
    max-width: 150px;
}
/* Top Header End */






/* Header */
#header {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    background: #4279e8;
}
.sticky-top {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
    z-index: 1019;
}
.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}

.navbar {
    padding: 0;
}

.navbar ul li a {
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #ffffffe6;
    padding: 0px !important;
    margin-right: 32px;
    display: block;
    height: 100%;
    align-items: center;
    line-height: 50px;
    padding-top: 3px !important;
    position: relative;
    transition: .3s linear;
}

.navbar ul li:first-child a {
    padding-left: 0 !important;
    font-size: 30px;
}
.navbar ul li.active a{
    color: #ffffff;
    position: relative;
}
.navbar ul li.active a::before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    height: 2px;
    width: 100%;
}
.navbar ul li a::before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    height: 2px;
    width: 0;
    transition: .3s linear;
}
.navbar ul li:hover a::before{
    width: 100%;
}
.navbar .nav-item.dropdown{
    padding-right: 25px;
}
.navbar ul li a:hover{
    color:#ae60f2;
}
.navbar .dropdown-toggle::after{
    content: '\f107';
    font-family: 'Line Awesome Free';
    font-weight: 900;
    border: none;
    vertical-align: top;
    color: #ffffff;
    position: absolute;
    margin-left: 12px;
    font-size: 15px;
}
.search i::before {
    font-size: 23px;
    font-weight: 600;
    line-height: 52px;
}

.search {
    cursor: pointer;
}
.search i{
    transition: .3s linear;
}
.search a{
    color: #fff;
}
.search:hover i{
    color: #ae60f2;
}
.navbar .dropdown-menu {
    width: 200px;
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
    border: none;
    border-radius: 0;
    padding: 15px 0;
    top: 150%;
    transition: .3s linear;
    display: block;
    opacity: 0;
    visibility: hidden;
}
.navbar .nav-item.dropdown:hover .dropdown-menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.navbar .dropdown-menu a {
    padding: 11px 25px !important;
    line-height: normal;
    color: #505050;
}
.navbar .dropdown-menu a::before{
    display: none;
}
.navbar .dropdown-menu a:hover{
    background: transparent;
}
.modal-dialog{
    max-width: 600px;
}
.modal-content {
    background: #f1f1f1;
    border-radius: 0;
    border: none;
    padding: 30px;
}

.modal-header {
    padding: 0;
    border-bottom: none;
}

.modal-body {
    padding: 0;
}

.modal-title {
    color: #333;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    padding: 0 25px 25px 0;
    margin: 0;
    display: inline-block;
    border: 0;
    position: relative;
    top: 4px;
    z-index: 2;
    font-family: poppins,sans-serif;
    letter-spacing: -1px;
}

.search-form .form-control {
    font-family: poppins,sans-serif;
    font-weight: 400;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    padding-right: 130px;
}

.search-form {
    position: relative;
}

.search-form .btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #ae60f2;
    border: none;
    font-size: 20px;
    font-family: poppins,sans-serif;
    font-weight: 500;
    padding: 10px 17px;
}
.modal-content {
    background: #f1f1f1;
    border-radius: 0;
    border: none;
    padding: 30px;
}

.modal-header {
    padding: 0;
    border-bottom: none;
}

.modal-body {
    padding: 0;
}

.modal-title {
    color: #333;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    padding: 0 25px 25px 0;
    margin: 0;
    display: inline-block;
    border: 0;
    position: relative;
    top: 4px;
    z-index: 2;
    font-family: poppins,sans-serif;
    letter-spacing: -1px;
}

.search-form .form-control {
    font-family: poppins,sans-serif;
    font-weight: 400;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    padding-right: 130px;
}

.search-form {
    position: relative;
}

.search-form .btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #ae60f2;
    border: none;
    font-size: 20px;
    font-family: poppins,sans-serif;
    font-weight: 500;
    padding: 10px 17px;
}

.close {
    font-size: 40px;
    font-weight: bold;
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 10px;
    color: #ae60f2;
}
.modal.show {
    background: rgb(0 0 0 / 50%);
    padding: 0 !important;
}
.header-right-wrap {
    display: flex;
    align-items: center;
}

.cm-btn i {
    font-size: 25px;
    color: #fff;
    transition: ease-in-out .3s;
    vertical-align: middle;
}

.cm-btn {
    margin-right: 25px;
    cursor: pointer;
    line-height: 51px;
}

.cm-btn:hover i {
    color:#ae60f2;
}
.cm-btn-wrap {
    display: flex;
    align-items: center;
}
.common-news {
    position:absolute;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1021;
    max-width: 1200px;
    margin: auto;
    padding: 30px;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
    display: none;
}
.common-news-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background:rgba(0,0,0,.08);
    padding: 10px 20px;
}
.common-news-head{
    font-size: 25px;
    margin-bottom: 0px;
    color: #000;
}
.common-news h3 {
    font-size: 25px;
    margin-bottom: 0px;
    color: #000;
}

.common-news-wrap {
    display: flex;
    margin-top: 30px;
}
.trending-newss .common-news-wrap {
    align-items: center;
}
.common-img {
    width: 180px;
    height: 90px;
    overflow: hidden;
    margin-right: 25px;
}

.common-img a {
    height: 100%;
    width: 100%;
    border-radius: 4px;
}

.common-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.common-info h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
}
.common-info h4 a{
    color:rgba(0,0,0,.87);
}
.search-toggle {
    position: absolute;
    left: 0;
    right: 0;
    background: #d8dee5;
    padding: 15px 15px;
    z-index: 1015;
    display: none;
}

.search-toggle form {
    max-width: 1200px;
    margin: auto;
}

.search-toggle .form-control {
    height: 40px;
    border-radius: 0;
    border: none;
    background: #fff;
    opacity: .6;
}

.toggle-form-wrap .btn {
    height: 40px;
    width: 100%;
    background: #02448e;
    border: none;
    border-radius: 40px;
    font-size: 18px;
    letter-spacing: .5px;
}
iframe{
    width:100%;
}
.toggle-form-wrap {
    line-height: 0;
}
.common-img span {
    display: block;
    color: #dee4ee;
    font-size: 50px;
    font-weight: 600;
}

.trending-newss .common-img {
    width: auto;
    height: auto;
    margin-right: 30px;
}
/* Header End */










/* Mobile Menu */

#mySidenav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 1020;
    background: #fff;
    width: 280px;
    height: 100%;
    overflow-x: hidden;
}
#mySidenav1 {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 1020;
    background: #fff;
    width: 360px;
    height: 100%;
    overflow-x: hidden;
}
.mysidenav {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 1020;
    background: #fff;
    width: 360px;
    height: 100%;
    overflow-x: hidden;
    margin-right: -280px;
    transition: ease-in-out .3s;
    opacity: 0;
    visibility: hidden;
}
.mysidenav.active{
    margin-right:0;
    opacity:1;
    visibility:visible;
}
.sidenav {
    margin-left: -280px;
    transition: ease-in-out .3s;
    opacity: 0;
    visibility: hidden;
}
.modal-info {
    padding: 15px 15px;
    border-top: 1px solid #dfdfdf;
}

div#mySidenav1 h3 {
    margin-bottom: 0;
    font-size: 24px;
}
.sidenav1 {
    margin-right: -280px;
    transition: ease-in-out .3s;
    opacity: 0;
    visibility: hidden;
}
.sidenav.active {
    margin-left: 0;
    box-shadow: -5px 0px 15px 0 rgb(0 0 0 / 15%);
    opacity: 1;
    visibility: visible;
}
.sidenav1.active {
    margin-right: 0;
    box-shadow: -5px 0px 15px 0 rgb(0 0 0 / 15%);
    opacity: 1;
    visibility: visible;
}
#menu1 li a {
    display: block;
    padding: 15px 20px;
    color: #000000e6;
    border-top: 1px solid #efefef;
    transition: ease-in-out .3s;
    font-family: poppins,sans-serif;
    font-size: 17px;
    font-weight: 600;
}
#menu1 li a i {
    font-size: 30px;
}
#menu1 li a:hover {
    color: #ae60f2;
}
.mobile-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: #ffffff;
}
.mobile-logo1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px;
    background: #ffffff;
}

.mobile-logo img {
    max-width: 110px;
}

#close-btn{
    background: #6a16b1;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    border-radius: 100%;
}
#close-btn1{
    background: #6a16b1;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    border-radius: 100%;
}
.close-tab{
    background: #6a16b1;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    border-radius: 100%;
}

#mySidenav::-webkit-scrollbar {
    width: 7px;
}

#mySidenav::-webkit-scrollbar-track {
    background: #fff;
    display: none;
}

#mySidenav::-webkit-scrollbar-thumb {
    background: rgb(208 208 208);
    border-radius: 10px;
}
#mySidenav1::-webkit-scrollbar {
    width: 7px;
}

#mySidenav1::-webkit-scrollbar-track {
    background: #fff;
    display: none;
}

#mySidenav1::-webkit-scrollbar-thumb {
    background: rgb(208 208 208);
    border-radius: 10px;
}
.toggle-btn{
    cursor: pointer;
    display: none;
}
.toggle-btn span {
    display: block;
    height: 2px;
    background: #d02317;
    margin: 7px 0;
    width: 26px;
}
.mobille-view {
    display: none;
}
.desk-toggle{
    display: block;
    margin-right: 30px;
}
.desk-toggle span {
    background: #fff;
}
.desk-toggle span:nth-child(2) {
    width: 18px;
    margin-left: auto;
}
/* Mobile Menu End */





/* Tags */
.tags {
    box-shadow: 0px 2px 10px rgb(106 22 177 / 10%);
}
.tags-wrap {
    display: flex;
    align-items: center;
}

.tags-wrap h3 {
    margin-bottom: 0;
    background: rgba(0,0,0,.06);
    color: rgba(0,0,0,.6);
    position: relative;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 16px;
}
.tags-wrap h3::after {
    content: '';
    position: absolute;
    top: 12px;
    right: -23px;
    border-color: transparent transparent transparent rgb(240 240 240);
    border-style: solid;
    border-width: .7em;
}

.tags ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 25px;
}

.tags ul li a {
    color: #33333396;
    display: block;
    position: relative;
    padding-left: 10px;
    vertical-align: middle;
    white-space: nowrap;
}
.tags ul li:hover a{
    color: #000;
}
.tags ul li a::before{
    position: absolute;
    content: '#';
    left: 0;
}
.tags ul li+li {
    margin-left: 25px;
}
.tags-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tag-media {
    display: flex;
    align-items: center;
}

.tag-media ul li a::before {
    display: none;
}

.tag-media ul li a {
    font-size: 23px;
}
.tag-media ul li.facebook a{
    color: #3b5998;
}
.tag-media ul li.twitter a{
    color:#1da1f2;
}
.tag-media ul li.youtube a{
    color: #ff0000;
}
.tag-media ul li +li {
    margin-left: 10px;
}

.tag-media ul {
    justify-content: flex-end;
}
.lang-btn img {
    width: auto;
    margin-right: 2px;
}

.lang-btn {
    margin-left: 20px;
    margin-top: -2px;
}

.lang-btn a {
    background: #e50404;
    color: #fff;
    display: block;
    padding: 4px 12px;
    border-radius: 40px;
    font-weight: 500;
}
.mbl-view {
    display: none;
}
/* Tags End */





/* Top Ads */
.top-ads .ads-col {
    margin-top: 30px;
}
/* Top Ads End */





/* Banner News */
.banner-tag a {
    display: inline-block;
    background: #c80c0d;
    color: #fff;
    font-size: 14px;
    padding: 3px 7px;
    border-radius: 3px;
}

.banner-tag a i {
    margin-right: 3px;
}

.banner-tag {
    text-align: center;
    margin-bottom: 10px;
}
.banner-news-col h2 {
    font-size: 40px;
    line-height: 1.22;
    letter-spacing: -1px;
    text-align: center;
    font-weight: 600;
}

.banner-news-col h2 a {
    color: #474747;
}
.banner-news-col h2 a:hover{
    color: #000;
}
.post-meta {
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-meta img {
    height: 35px;
    width: 35px;
    margin-right: 15px;
    border: 1px solid #ae60f2;
    border-radius: 100%;
    padding: 4px;
}

.post-meta span {
    display: block;
    font-weight: 600;
    color: #000000a1;
}
.banner-news-col {
    border-bottom: 1px solid #16161633;
    padding: 35px 0;
}
.banner-news {
    padding-top: 60px;
}
.banner-news-col:first-child {
    padding-top: 0;
}
.featured-img {
    margin-top: 20px;
}
.banner-news-col p {
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 23px;
    line-height: 1.61;
    color: #000000a8;
    font-weight: normal;
    text-align: center;
}

/* Banner News End */




/* Bottom Ads */
.bottom-ads .ads-col {
    margin-top: 30px;
}
/* Bottom Ads End */






/* Main News */
.mn-main-news {
    position: relative;
}
.mn-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    z-index: 5;
}
.only-main .mn-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.mn-img img{
    transition: .3s linear;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.mn-img a:hover img{
    transform: scale(1.1);
}
.mn-img a {
    height: 100%;
    position: relative; 
    overflow: hidden;
}
.mn-img {
    height: 250px;
}
.only-main .mn-img {
    height: 530px;
}

.mn-img a::before{
    content: '';
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top,#000,rgba(0,0,0,.58),transparent,transparent);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
.mn-text h3 {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 25px;
}

.mn-text h3 a {
    display: block;
    color: #fff;
}
.mn-text h3 a:hover {
    color: #ede9c4;
}
.mn-sidebar .mn-text h3 {
    font-size: 22px;
    line-height: 1.5;
}

.tn-col {
    display: flex;
    margin-top: 30px;
}

.tn-col a {
    margin-right: 30px;
    height: 116px;
    overflow: hidden;
    flex: 3;
}

.tn-col img {
    border-radius: 4px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tn-col h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 0;
    flex: 5;
}

.tn-col h3 a {
    color: rgba(0,0,0,.87);
    margin-right: 0;
}
.section-ads .ads-col {
    margin-top: 30px;
}
.main-news-thumb .mn-text h3 {
    font-size: 20px;
    line-height: 30px;
}
.main-news-thumb .row +.row {
    margin-top: 30px;
}
/* Main News End */







/* Rajneeti */
.main-title {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 5px;
}
.main-title span {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    display: block;
    border: 0;
    font-family: 'Poppins',sans-serif;
    position: relative;
    z-index: 2;
    letter-spacing: -1px;
}
.main-title span::before{
    position: absolute;
    content: '';
    bottom: -6px;
    left: 0;
    background: #ae60f2;
    height: 2px;
    width: 30px;
}
.main-title a {
    display: inline-block;
    margin-top: 0;
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    color: #333;
    padding: 6px 20px;
    z-index: 2;
    font-weight: 600;
    transition: .3s linear;
    border-radius: 30px;
    position: relative;
    padding-right: 35px;
}
.main-title a:hover {
    color: #fff;
    background: #000 !important;
}
.main-title a:hover i{
    color: #fff;
}
.main-title i{
    font-size: 22px;
    color: #ae60f2;
    margin-left: 0;
    vertical-align: middle;
    position: absolute;
    right: 11px;
}
.sidebar-ads .ads-col {
    margin-top: 30px;
}
.rajneeti-main .mn-img {
    height: 400px;
}
.rajneeti-main .mn-text h3 {
    line-height: 1.4;
    font-size: 25px;
}
.rajneeti-thumb .tn-col a {
    margin-right: 20px;
    height: 90px;
    flex: 2;
    overflow: hidden;
}
.rajneeti-thumb .tn-col h3{
    flex: 5;
}
.rajneeti-sidebar {
    position: sticky;
    top: 0;
    z-index: 20;
}
.rajneeti-thumb .tn-col h3 a {
    margin-right: 0;
}
.rajneeti .category-top {
    margin-bottom: 0;
}
.rajneeti .category-top-right h3 {
    font-size: 30px;
    line-height: 1.4;
}
.rajneeti .category-top-left{
    height: 400px;
}
.rajneeti .category-top-right p{
    margin-top: 20px;
}
.rajneeti .category-top-right{
    height: 400px;
    padding: 30px;
}
/* Rajneeti End */






/* Bishes Section */
.bishes-main .mn-img {
    height: 480px;
}
.bishes-main .mn-text h3 {
    line-height: 1.4;
    font-size: 25px;
}
.bishes-thumb .tn-col a {
    flex: 2;
    height: 90px;
    margin-right: 20px;
    overflow: hidden;
}

.bishes-thumb .tn-col h3 {
    flex: 3;
}
.bishes-thumb .tn-col h3 a {
    margin-right: 0;
}
.bishes-thumb .tn-col:first-child {
    margin-top: 0;
}
.bs-news-img {
    height: 175px;
}

.bs-news-img a {
    height: 100%;
    overflow: hidden;
}

.bs-news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bs-news-info h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
}

.bs-news-info h3 a {
    color: rgba(0,0,0,.87);
}

.bs-news-info {
    margin-top: 18px;
}
.bishes .box-style-news {
    margin-top: 30px;
}
.trending-news ul li {
    display: flex;
}
.tr-numer span {
    display: block;
    font-size: 50px;
    color: #ae60f2;
}

.tr-numer {
    margin-right: 25px;
}
.tr-content h3 {
    font-size: 20px;
    line-height: 1.5;
}

.tr-content h3 a {
    color: rgba(0,0,0,.87);
}
.trending-news ul li {
    display: flex;
}


.tr-img {
    flex: 2;
}

.tr-content h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
}

.tr-content h3 a {
    color: rgba(0,0,0,.87);
}

.tr-img a {
    height: 90px;
    overflow: hidden;
}

.tr-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.trending-news ul li {
    display: flex;
    align-items: center;
}


.tr-img {
    flex: 2;
}

.tr-content h3 a {
    color: rgba(0,0,0,.87);
}

.tr-img a {
    height: 90px;
    overflow: hidden;
}

.tr-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.trending-news ul li +li {
    border-top: solid 1px rgba(77,77,77,.14);
    margin-top: 25px;
    padding-top: 25px;
}
.bishes-sidebar {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    padding: 20px;
}
.padding-right {
    padding-right: 30px;
}
/* Bishes Section End */






/* Featured Section */
.two-column{
    position: relative;
    display: flex;
    margin: 0 0 75px;
    z-index: 1;
}
.two-column::before {
    background: #000 url(../img/bg.png);
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 570px;
    height: calc(100% - -69px);
    background-position: right bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}
.featured-first-column a {
    height: 430px;
    overflow: hidden;
}
.featured-first-column img {
    margin-top: 50px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.featured-first-column {
    width: 50%;
}
.featured-second-column {
    padding: 100px 30px 80px 50px;
    width: 50%;
}
.featured-second-column h3 {
    font-size: 30px;
    line-height: 1.45;
}
.featured-second-column h3 a {
    color: #fff;
}
.featured-second-column p{
    color: #fff;
    margin-bottom: 0;
    margin-top: 40px;
}
.news-talk .tn-col a {
    flex: 3;
    margin-right: 25px;
    height: 100px;
}
.news-talk .tn-col h3{
    flex: 5;
}
.news-talk .tn-col h3 a{
    margin-right: 0;
}
.featured-sidebar ul {
    border: 1px solid #00000042;
}

.featured-sidebar ul li+li {
    border-top: 1px solid #00000042;
}

.featured-sidebar ul li {
    padding: 26px;
    display: flex;
}

.featured-sidebar ul li h3 {
    font-size: 20px;
    line-height: 1.5;
}

.featured-sidebar ul li h3 a {
    color: rgba(0,0,0,.87);
}

.featured-media {
    margin-right: 20px;
}

.fm-img img {
    width: 65px;
    height: 65px;
    border: 1px solid #ae60f2;
    border-radius: 100%;
    padding: 6px;
}

.fm-content {
    display: flex;
    align-items: center;
}

.fm-content i {
    font-size: 28px;
    color: #ae60f2;
    margin-right: 5px;
}

.fm-content span {
    display: block;
}

.fm-content span a {
    display: block;
    color: #333333b8;
    font-size: 17px;
}
.featured-main .mn-img {
    height: 350px;
}
.sahitya-wrap {
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
    padding: 25px;
    text-align: center;
}

.sahitya-img a {
    height: 200px;
    width: 100%;
    display: block;
    overflow: hidden;
    margin: auto;
}

.sahitya-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sahitya-img {
    margin-bottom: 20px;
}
.sahitya-content h3 {
    margin-bottom: 3px;
}
.sahitya-content h3 a {
    color: rgba(0,0,0,.87);
}
.sahitya .owl-stage {
    padding: 0px 0 20px;
}
.sahitya .owl-theme .owl-dots .owl-dot span{
    background: transparent;
    border: 2px solid #e0e0e0;
}
.sahitya .owl-theme .owl-dots .owl-dot.active span{
    background: #ae60f2;
    border-color:#ae60f2;
}
.writer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.writer i {
    font-size: 24px;
    color: #ae60f2;
    margin-right: 6px;
}

.writer span {
    display: block;
}

.writer span a {
    display: block;
    color: #333333b8;
    font-weight: 600;
}
.bg{
    background-color: #f8f8f8;
}
.tag {
    text-align: center;
    margin-bottom: 25px;
}

.tag span {
    display: inline-block;
    background: #ae60f2;
    padding: 7px 18px;
    font-size: 20px;
    color: #fff;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
}
.featured-news .main-title span{
    background: #f8f8f8;
}
.featured-news .main-title a{
    background: #f8f8f8;
}
/* Featured Section End */






/* Samaj */
.samaj-wrap .mn-img {
    height: 400px;
}

.samaj-wrap .mn-img img {
    transition: .3s linear;
}
.samaj-wrap .mn-img a{
    border-radius: 5px;
}
.samaj .padding {
    padding-left: 8px;
    padding-right: 8px;
}

.samaj .margin {
    margin-left: -8px;
    margin-right: -8px;
}
.samaj-wrap .mn-text h3 {
    font-size: 22px;
    line-height: 1.46;
}
.samaj .bs-news-img {
    height: 195px;
}
.samaj .box-style-news {
    margin-bottom: 30px;
}
.samaj .section-ads {
    margin-top: -30px;
}
.samaj .ls-sidebar-wrap {
    border: 1px solid #33333363;
}
.samaj .ls-sidebar ul li {
    padding: 20px 15px;
    margin-top: 0;
    border-top: 1px solid #33333363;
}
.samaj .ls-sidebar .mn-img a {
    border-radius: 0px;
}
/* Samaj End */






/* Press Section */
.press-sec-main .mn-img {
    height: 400px;
}

.press-sec-main .mn-text h3 {
    line-height: 1.4;
    font-size: 25px;
}

.press-sec-thumb .bs-news-img img {
    border-radius: 4px;
}
.press-sec-thumb {
    margin-top: 30px;
}
.press-sec-sidebar .mn-img {
    height: 230px;
}

.press-sec-sidebar .mn-text h3 {
    font-size: 20px;
    line-height: 1.5;
}
.press-sec-sidebar .mn-text {
    padding: 20px;
}
.press-sec-sidebar ul li {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    border-top: 1px dotted #33333363;
    padding-top: 18px;
    margin-top: 18px;
}

.press-sec-sidebar ul li a {
    display: block;
    color: rgba(0,0,0,.87);
}
.press-sec-sidebar .tn-col {
    margin-top: 0;
}

.press-sec-sidebar .tn-col +.tn-col {
    margin-top: 30px;
}
/* Press Section End */






/* Leadership */
.leadership-main .mn-img {
    height: 520px;
}
.leadership-main .mn-text h3 {
    font-size: 22px;
    line-height: 1.46;
}
.leadership-main .mn-text {
    padding: 30px;
}
.ls-sidebar .mn-text {
    position: static;
    padding: 15px;
}
.ls-sidebar .mn-text h3 a{
    color:rgba(0,0,0,.87);
}
.ls-sidebar .mn-img {
    height: 175px;
}

.ls-sidebar .mn-img a {
    border-radius: 4px;
}
.leadership .ls-sidebar ul li {
    padding:20px 15px;
    margin-top: 0;
    border-top: 1px solid #33333363;
}
.leadership .ls-sidebar-wrap {
    border: 1px solid #33333363;
}
.leadership .ls-sidebar .mn-img a {
    border-radius: 0;
}
.ls-sidebar-wrap .mn-img a::after{
    position: absolute;
    content: '';
    bottom: 0;
    background: linear-gradient(
        180deg
        ,rgba(255,255,255,0) 0,#fff);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}
.ls-sidebar-wrap .ls-sidebar .mn-img {
    height: 200px;
}
.leadership-thumb .tn-col {
    margin-top: 0;
}

.leadership-thumb .tn-col +.tn-col {
    margin-top: 30px;
}
.leadership-main .bs-news-info h3 {
    font-size: 35px;
    line-height: 1.32;
}

.leadership-main p {
    margin-bottom: 0;
    margin-top: 20px;
}
.leadership-main .bs-news-img {
    height: 290px;
}
/* Leadership End */






/* Kutniti Section */
.kutniti-main .mn-img {
    height: 400px;
}
.kutniti-main .mn-img {
    height: 400px;
}

.kutniti-main .mn-text h3 {
    line-height: 1.4;
    font-size: 25px;
}

.kutniti-main .mn-text {
    padding: 30px;
}
.kutniti-thumb {
    margin-top: 30px;
}
.kutniti-thumb .bs-news-img a {
    border-radius: 4px;
}
.kutniti-sidebar .tn-col a {
    flex: 3;
    margin-right: 20px;
    height: 90px;
}

.kutniti-sidebar .tn-col h3 {
    flex: 5;
}

.kutniti-sidebar .tn-col h3 a {
    margin-right: 0;
}
.kutniti-sidebar .thumb-news {
    margin-top: 30px;
}
.kutniti-sidebar .mn-text {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
/* Kutniti Section End */




/* Pradesh */
.pradesh-top {
    position: relative;
}

.pradesh-list {
    position: absolute;
    top: 0;
    right: 90px;
}

.pradesh-list ul {
    border-bottom: none;
}

.pradesh-list ul li a {
    border: none !important;
    background: rgba(77,77,77,.08);
    color: #000;
    border-radius: 40px !important;
    padding: 5px 20px;
    margin-right: 7px;
    font-weight: 500;
}

.pradesh-list ul li a.active {
    background: #ae60f2 !important;
    color: #fff !important;
}
.pradesh-main .box-style-news +.box-style-news {
    margin-top: 30px;
}
/* Pradesh End */






/* Kala Section */
.kala-main .mn-img {
    height: 540px;
}
.kala-main .mn-img {
    height: 540px;
}

.kala-main .mn-text h3 {
    line-height: 1.4;
    font-size: 25px;
}

.kala-main .mn-text {
    padding: 30px;
}
/* Kala Section End */






/* Videos */
.container-fluid{
    padding-left: 40px;
    padding-right: 40px;
}
.videos-wrap .mn-img {
    height: 400px;
}
.videos-wrap .mn-img a{
    border-radius: 5px;
}
.videos-wrap .mn-text h3 {
    font-size: 22px;
    line-height: 1.46;
}

.videos-wrap .mn-text {
    padding: 25px;
}
.videos .owl-dots {
    margin-top: 20px !important;
    margin-bottom: -10px;
}
.videos .owl-theme .owl-dots .owl-dot span{
    background: transparent;
    border: 2px solid #e0e0e0;
}
.videos .owl-theme .owl-dots .owl-dot.active span{
    background: #ae60f2;
    border-color:#ae60f2;
}
.videos-wrap i {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 35px;
    color: #fff;
}
/* Videos End */






/* Videos */
.main-videos{
    max-width: 950px;
    margin: auto;
    margin-bottom: 30px;
}
.multimedia {
    position: relative;
}

.multimedia::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #222, #282828);
    top: 300px;
    z-index: -1;
}
.main-videos h3 {
    line-height: 1.4;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 0;
}

.main-videos h3 a {
    color: #fff;
    text-align: center;
}

.video-thumb h3 a {
    color: #fff;
}
.video-thumb h3{
    margin-top: 10px;
    margin-bottom: 0;
}
.video-thumb .owl-dots {
    margin-top: 30px !important;
}
/* Videos End */








/* Khelkud */
.khelkud-main .mn-img {
    height: 442px;
}
.khelkud-main .mn-img {
    height: 442px;
}

.khelkud-main .mn-text h3 {
    font-size: 30px;
    line-height: 1.3;
}

.khelkud-main .mn-text h3 a {
    color: rgba(0,0,0,.87);
}

.khelkud-main .mn-text {
    position: static;
    padding: 0;
    margin-top: 20px;
}
.khelkud-main .mn-img a {
    border-radius: 4px;
}
.khelkud-thumb .bs-news-img a {
    border-radius: 4px;
}
.khelkud-thumb .box-style-news +.box-style-news {
    margin-top: 20px;
}
/* Khelkud End */







/* Bulk Section */
.bulk-sec {
    box-shadow: 0 0px 20px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 20px;
}
.bulk-sec-thumb .tn-col a {
    flex: 2;
}
/* Bulk Section End */




/* Footer */
#footer {
    padding: 50px 0;
    background: #282828;
}
.footer-social ul {
    display: flex;
    margin-bottom: 0;
}

.footer-social {
    margin-top: 20px;
}

.footer-social ul li a {
    color: #fff;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    transition: ease-in-out .5s;
    border-radius: 100%;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 40%);
}
.footer-social ul li.facebook a{
    background: #3b5998;
}
.footer-social ul li.twitter a{
    background:#1da1f2;
}
.footer-social ul li.instagram a{
    background:#c13584;
}
.footer-social ul li.youtube a{
    background:#ff0000;
}
.footer-social ul li a:hover{
    background:#1164A4;
}
.footer-social ul li+li {
    margin-left: 10px;
}
.footer-wrap h4 {
    color: #fff;
    margin-bottom: 35px;
    position: relative;
    display: inline-block;
    font-family: 'Poppins',sans-serif;
}
.footer-wrap h4:before {
    position: absolute;
    content: '';
    bottom: -10px;
    height: 1px;
    width: 100%;
    background: #ffffff42;
    left: 0;
}
.footer-wrap h4:after {
    position: absolute;
    content: '';
    bottom: -11px;
    height: 3px;
    width: 30px;
    background: #6a16b1;
    left: 0;
}
.footer-wrap ul{
    margin-bottom: 0;
}
.footer-wrap ul li, 
.footer-wrap ul li a {
    color: #fff;
    display: block;
    transition: ease-in-out .5s;
    font-size: 16px;
    font-weight: 500;
}
.footer-wrap ul li a:hover{
    color: #6a16b1;
}
.footer-wrap ul li+li {
    margin-top: 15px;
}
.footer-contact img {
    max-width: 130px;
}
.footer-space {
    padding-left: 30px;
}
.footer-bototm ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    align-items: center;
}

.footer-bototm {
    background: #323232;
    padding:15px 0;
}

.footer-bototm ul li {
    color: #fff;
}

.footer-bototm ul li a {
    color: #f9fd00;
    font-weight: 500;
    display: inline-block;
}
.download {
    margin-top: 21px;
}

.download img {
    width: auto;
}
/* Footer End */





/* Newsletter */
.newsletter {
    background: #6a16b1;
}

.newsletter-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.newsletter-wrap form {
    position: relative;
    width: 600px;
}

.newsletter-wrap .btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: none;
    background: #282828;
    border-radius: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 0 20px;
    font-size: 17px;
}

.newsletter-wrap .form-control {
    height: 45px;
    border-radius: 40px;
    padding: 0px 20px;
    border: none;
    padding-right: 150px;
}

.newsletter-wrap .btn i {
    margin-left: 5px;
    vertical-align: middle;
    font-size: 20px;
}

.newsletter-wrap span {
    display: block;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}
/* Newsletter End */






/* Details Page */
.details-title {
    margin-top: 35px;
}

.details-title h2 {
    font-size: 40px;
    line-height: 1.22;
    letter-spacing: -1px;
    color: #010101;
}
.share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #0003;
    border-bottom: 1px solid #0003;
    padding: 12px 0;
    margin-top: 30px;
}

.share-left ul {
    display: flex;
    align-items: center;
}

.share-left ul li {
    display: flex;
    align-items: center;
}

.share-left ul li img {
    border: 1px solid #ae60f2;
    height: 45px;
    width: 45px;
    border-radius: 100%;
    padding: 4px;
    margin-right: 15px;
}

.share-left ul li span {
    display: inline-block;
    font-weight: 600;
    color: #000000a1;
    vertical-align: middle;
}

.share-left ul li +li {
    margin-left: 15px;
}

.share-left ul li i {
    font-size: 25px;
    color: #00000096;
    margin-right: 10px;
    vertical-align: middle;
}
.share-right {
    display: flex;
    align-items: center;
}

.share-media ul {
    display: flex;
    align-items: center;
}

.share-count b {
    font-size: 24px;
    line-height: 26px;
    display: block;
    font-weight: 500;
    color: #555;
}

.share-count p {
    font-size: 14px !important;
    line-height: 14px !important;
    margin-bottom: 0 !important;
    text-align: center;
    color: #555 !important;
    margin-top: 0 !important;
}

.share-count {
    text-align: center;
    margin-right: 10px;
    font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
}

.share-media ul li a {
    display: block;
    height: 48px;
    width: 48px;
    line-height: 52px;
    font-size: 25px;
    color: #fff;
    text-align: center;
    transition:ease-in-out .2s;
}
.share-media ul li a:hover{
    transform: translateY(-4px);
}
.share-media ul li.facebook a{
    background: #4267B2;
}
.share-media ul li.twitter a{
    background:#55acee;
}
.share-media ul li.messenger a{
    background: #448AFF;
}
.share-media ul li.whatsapp a{
    background: #25d366;
}
.share-media ul li.shares a{
    background: #95D03A;
}
.details-top-ads .ads-col {
    margin-bottom: 30px;
}
.details-sidebar-ads .ads-col {
    margin-bottom: 30px;
}
.details-sidebar .tr-img a {
    border-radius: 4px;
}
.after-featured-img-ads .ads-col {
    margin-top: 30px;
}
.details-main p {
    line-height: 170%;
    font-size: 22px;
    color: #000000d6;
    margin-top: 30px;
    margin-bottom: 0;
}
.inside-content-ads .ads-col {
    margin-top: 30px;
}
.related-tags ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.related-tags ul li{
    margin: 10px 0;
}
.related-tags {
    margin-top: 25px;
}

.related-tags ul li a {
    display: block;
    border: 1px solid #00000069;
    color: #0000009c;
    font-size: 15px;
    padding: 4px 21px;
    border-radius: 50px;
    transition: .3s linear;
}
.related-tags ul li a:hover{
    background: #ae60f2;
    color: #fff;
    border-color: #ae60f2;
}
.related-tags ul li a i {
    margin-right: 2px;
}

.related-tags ul li+li {
    margin-left: 15px;
}
.details-bottom-ads .ads-col {
    margin-top: 30px;
}
.d-taja {
    margin-top: 30px;
}
.related-news-wrap {
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 10%);
}

.related-news-wrap .bs-news-info {
    margin-top: 0;
    padding: 20px;
    text-align: center;
}

.related-news-wrap .bs-news-img {
    height: 200px;
}
.details-sidebar {
    box-shadow: inherit;
    padding: 0;
}
.details-sidebar .bishes-sidebar{
    box-shadow: inherit;
    padding: 0;
}
/* Details Page End */







/* Category Page */
.category-top-left {
    height: 460px;
    overflow: hidden;
    display: block;
}
.category-top-left a {
    height: 100%;
}
.category-top-left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.category-top-right {
    background: #222;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
    padding: 40px;
}
.category-top .row {
    align-items: center;
}
.category-top-right h3 {
    font-size: 34px;
    line-height: 1.4;
}

.category-top-right h3 a {
    color: #fff;
}

.category-top .date span {
    color: #ffffff9e;
    font-size: 15px;
    font-weight: 300;
}

.category-top .date {
    text-align: left;
    margin-top: 12px;
}
.category-top-right p {
    line-height: 1.67;
    color: #fff;
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 0;
}
.category-top .date i {
    font-size: 25px;
    vertical-align: middle;
    margin-right: 5px;
}
.category-top {
    margin-bottom: 30px;
}
.category-main {
    background: #fff;
    box-shadow: 0 0px 20px rgb(0 0 0 / 10%);
    padding: 20px;
    margin-bottom: 30px;
}

.category-main-img {
    height: 250px;
    overflow: hidden;
}

.category-main-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.category-main-img a {
    display: block;
    height: 100%;
    width: 100%;
}

.category-main-content {
    margin-top: 18px;
}

.category-main-content h3 a {
    color: rgba(0,0,0,.87);
}
.page-link {
    border: 1px solid #000;
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    overflow: hidden;
    margin-right: 11px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    transition: .3s linear;
    border-radius: 0 !important;
}
.page-link::before {
    width: 100%;
    height: 100%;
    background: #ae60f2;
    content: '';
    position: absolute;
    left: -100%;
    z-index: -1;
    transition: .3s linear;
    top: 0;
}
.page-link:hover{
    border: 1px solid #ae60f2;
    color: #fff;
    background: #fff;
}
.page-link:hover::before{
    color: #fff;
    width: 100%;
    left: 0;
}
.page-item.active .page-link {
    background: #ae60f2;
    border: 1px solid #c4161c;
}
.page-item:last-child .page-link {
    width: auto;
}
.pagination {
    margin-top: 20px;
    overflow-x: auto;
    overflow-y: hidden;
}
.category-sidebar .tr-img a {
    border-radius: 4px;
}
.category-sidebar {
    position: sticky;
    top: 75px;
    z-index: 1015;
}
/* Category Page End */







/* Team Page */
.team-img img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 100%;
}

.team-content h3 {
    margin-bottom: 0;
    color: #010101;
}

.team-content span {
    display: block;
    color: #0000009e;
    font-size: 12px;
    font-weight: 600;
    font-family: poppins,sans-serif;
}

.team ul {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.team ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 34px;
    text-align: center;
    border-radius: 100%;
}
.team ul li.facebook a{
    background: #3b5998;
}
.team ul li.twitter a{
    background: #1da1f2;
}
.team ul li.linkedin a{
    background: #0077b5;
}
.team ul li a:hover{
    color: #c4161c;
}
.team-wrap {
    display: flex;
    align-items: center;
}

.team-info span {
    display: block;
    margin-left: 20px;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
}

.team table td {
    padding: 10px;
    font-weight: 500;
    font-size: 16px;
}
.team table th {
    font-size: 16px;
    padding: 10px;
    background: #02448e;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins',sans-serif;
}
.team ul li+li {
    margin-left: 5px;
}
.team table tr:nth-child(even) {
    background: #ecf1f5;
}
.team table tr:nth-child(odd) {
    background: #fff;
}
/* Team Page End */







/* Reporter */
.category-main-content h3 {
    margin-bottom: 0;
}
.reporter-top img {
    height: 200px;
    width: 200px;
    object-fit: cover;
    border-radius: 100%;
    border: 2px solid #c4161c;
    padding: 4px;
    margin: auto;
}

.reporter-top {
    text-align: center;
}

.reporter-top span {
    display: block;
    font-size: 27px;
    font-family: 'Poppins',sans-serif;
    color: #000;
    font-weight: 600;
    margin-top: 25px;
}
.reporter-top p {
    margin-bottom: 0;
    color: #0000009e;
    font-size: 16px;
    font-weight: 600;
    font-family: poppins,sans-serif;
}
.reporter-top {
    margin-bottom: 10px;
}
/* Reporter End */







/* Skip Ads */
.only-mobile {
    display: none;
}

.skip-ads {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: white;
    padding: 20px 0;
}

.skip-ads-wrap {
    height: 100vh;
    position: relative;
    max-width: 850px;
    margin: auto;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.skip-ads-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.skip-ads-head img {
    max-width: 150px;
}

.skip-ads-head .btn {
    background: #c80c0d;
    border: none;
    padding: 7px 20px;
    border-radius: 3px;
    font-weight: 500;
}
.skip-ads-head .btn:focus{
    outline: none !important;
    box-shadow: none !important;
    background:#c80c0d !important;
}
.skip-ads.active {
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out .5s;
}
/* Skip Ads End */






/* Multi Category Page */
.breaking-sidebar .mn-main-news +.mn-main-news {
    margin-top: 30px;
}
.breaking-sidebar .mn-text h3 {
    line-height: 1.5;
    font-size: 21px;
}
.only-multi .mn-img {
    height: 530px;
}
.breaking {
    margin-top: 30px;
}
.samaj.mb {
    margin-bottom: 30px;
}
.section-top-ads .ads-col {
    margin-bottom: 30px;
}
/* Multi Category Page End */






/* Video Listing */
.video-listing .video-thumbnails h3 a {
    color: rgba(0,0,0,.87);
}
.video-listing .thumbnail-list.active {
    background: #d8d8d869;
}
.more-video-list {
    margin-top: 20px;
}
.more-video-wrap .video-thumb img {
    height: 150px;
}
.video-listing .video-listing-title h3 a {
    color: rgba(0,0,0,.87);
}
.video-listing .video-listing-title h3{
    margin-bottom: 0;
}
.video-listing .video-listing-title{
    margin-top: 20px;
}
.more-video-wrap {
    margin-bottom: 30px;
}
.video-listing.mb {
    margin-bottom: 30px;
}
.more-video-wrap .thumbnail-list.active .video-listing-title{
    padding: 15px;
    margin-top: 0;
}
/* Video Listing End */







/* Scroll Top */
.go-top {
    position: fixed;
    cursor: pointer;
    transition: ease-in-out .5s;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 1021;
}
.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}
.pulse {
    z-index: 4;
    text-align: center;
    font-size: 27px;
    height: 40px;
    width: 40px;
    line-height: 44px;
    background: #d02317;
    color: #fff;
    border-radius: 100%;
    font-size: 16px;
    position: relative;
    z-index: 0;
}
.pulse:after {
    /*animation: ripple-white3 .8s linear infinite;*/
    background: rgb(106 22 177 / 30%);
    border-radius: 100%;
    content: '';
    height:60px;
    left:-11px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 60px;
    line-height: 60px;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    z-index: -1;
}
@keyframes ripple-white3 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    40% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4)
    }
}
/* Scroll Top End */







/* Carousel Section */
.carousel-section .bs-news-img {
    height: 250px;
}
.carousel-section .owl-nav{
    margin-top: 20px;
}
.carousel-section .owl-nav .owl-prev span, 
.carousel-section .owl-nav .owl-next span {
    background: #6a15b0 !important;
    height: 30px;
    width: 30px;
    line-height: 26px !important;
    text-align: center;
    font-size: 30px !important;
    color: #fff !important;
    padding: 0 !important;
    display: block;
}
/* Carousel Section End */



.useful-icons {
    position: fixed;
    top: 70%;
    right: 0;
    transform: translateY(-70%);
    z-index: 1010;
    background: #c88d89;
}

.useful-icons ul li img {
    width:30px !important;
    height:30px !important;
}

.useful-icons ul li a {
    padding: 7px 10px !important;
}

.useful-icons ul li a:hover {
    background: #515151;
}
body.active::before {
    background: rgb(0 0 0 / 90%);
    z-index: 1020;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

body.active {
    position: relative;
}
.details-page img {
    width: 100% !important;
}
.details-page img +img {
    margin-top: 30px;
}


