/****** google fonts ******/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Mukta+Malar&display=swap');
@import url('https://fonts.googleapis.com/css?family=Pavanam&display=swap');
/****** google fonts ******/

body {
        font-family: Roboto,"Mukta Malar",sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #404040;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.pavanamfont{
    font-family: 'Roboto', 'Pavanam', sans-serif;
}
.btndefault{
    background: #231f20;
    color: #ddc789;
}
.btndefault:hover{
    color: #fff;
}
.readmorebtn:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 8px;
    font-size: 12px;
}
.readmore-section{
    margin-bottom: 2rem;
}
.mb10 {
    margin-bottom: 10px;
}
.section-title h3 {
    font-size: 32px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-align: center;
}

/****** breaking news *******/
.breakingnews .breakingnews-inner div{
    float: left; 
}
.breakingnews .breakingnews-inner {
    border: 1px solid #ffffff;
    background: #f5f5f5;
}
.breakingnews .breakingnews-inner .breaking-txt{
    background: #fc0017;
    width: 14%;
}
.breakingnews .breaking-txt h1{
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px;
  
}
.breakingnews .breakingnews-inner .breakingnews-carousel {
    padding: 7px;
    width: 86%;
    background: #fff;
    overflow: hidden;
}
.breakingnews .breakingnews-inner .breakingnews-carousel .item a{
    color:#000;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/****** breaking news *******/

/**** thotikodi news ******/
.news-inner{
    background: #fff;
    padding: 10px;
}
.news-inner h3{
    border-bottom: 2px solid #0056d2;
    line-height: 1.8;
    font-size: 20px;
    margin-bottom: 20px;
}
.newsinner-title{
    background-color: #0056d2;
    padding: 8px 10px;    
    color: #fff;
}
.newsinner-title:hover{
    color: #fff;
    text-decoration: none;
}
.readmore {
    margin: 20px 0;
}
.readmorebtn{
    border: 1px solid #515151;
    padding: 6px;
    display: inline-block;
    color: #515151;
}
.thoothukudi-news {
    padding: 1.5rem 0;
    background:#ccc9c9;
}
.thoothukudi-news .post-outer{
    display: flex;    
}
.small-post {
    text-decoration: none;
    color: #404040;
}
.thoothukudi-news .post-outer .small-post{
    margin-right: 22px;
    transition: all .5s ease-out;
    overflow: hidden;
}
.thoothukudi-news .post-outer .small-post:last-child{
    margin-right: 0;
}
.text-cinline, .thoothukudi-news .post-outer .small-post .content h4{
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0;
}
.thoothukudi-news .post-outer .small-post .img-wrapper{
    height: 106px;
    width: 100%;
    overflow: hidden;
}
.thoothukudi-news .post-outer .small-post .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-out;
}
.thoothukudi-news .post-outer .small-post:hover .img-wrapper img {
    transform: scale(1.1);
}
/**** thotikodi news ******/

/***** tamilnadu news ****/
.tamilnadu-news {
    padding: 1.5rem 0;
}
.tamilnadu-news .post-outer{
    display: flex;
}
.tamilnadu-news .post-outer>div{
    margin-right: 22px;
}
.tamilnadu-news .post-outer>div:last-child{
    margin-right: 0;
}
.latest-post.small-post, .tamilnadu-news .post-outer .small-post{
    display: flex;
    margin-bottom: 20px;
    transition: all .5s ease-out;
    overflow: hidden;
}
.latest-post.small-post .img-wrapper,.tamilnadu-news .post-outer .small-post .img-wrapper {
    flex: 40%;
    height: 90px;
    overflow: hidden;
}
.latest-post.small-post .img-wrapper img ,.tamilnadu-news .post-outer .small-post .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-out;
}
.latest-post.small-post:hover .img-wrapper img ,.tamilnadu-news .post-outer .small-post:hover .img-wrapper img {
    transform: scale(1.1);
}
.latest-post.small-post .content,.tamilnadu-news .post-outer .small-post .content {
    flex: 60%;
    height: auto;
    padding-left: 10px;
}
.latest-post.small-post .content h4,.tamilnadu-news .post-outer .small-post .content h4 {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0;
}
.pavanamfont:hover{
    text-decoration:none!important;
}
/***** tamilnadu news ****/

/***** india news *****/
.india-news {
    padding: 1.5rem 0;
}
.india-news .post-outer{
    display: flex;
}
.india-news .post-outer>div{
    margin-right: 22px;
}
.india-news .post-outer>div:last-child{
    margin-right: 0;
}
.india-news .post-outer .small-post{
    display: block;
    margin-bottom: 20px;
    transition: all .5s ease-out;
    overflow: hidden;
}
.india-news .post-outer .small-post .img-wrapper {
    height: 126px;
    overflow: hidden;
}
.india-news .post-outer .small-post .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-out;
}
.india-news .post-outer .small-post:hover .img-wrapper img {
    transform: scale(1.1);
}
.india-news .post-outer .small-post .content {
    margin-top: 10px;
}
.india-news .post-outer .small-post .content h4 {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0;
}
/***** india news *****/

/***** share post *****/
.sharesocial-post {
    border: 1px solid #eee;
    padding: 4px;
    border-radius: 4px;
}
.sharesocial-post ul {
    padding-left: 0;
    margin-bottom: 0;
}
.sharesocial-post ul li {
    list-style-type: none;
    margin-top: 10px;
    text-align: center;
    font-weight: 700;
}
.sharesocial-post ul li button {
    background: 0 0;
    border: 0;
    padding: 0;
    outline: 0;
}
.sharesocial-post ul li i {
    font-size: 30px;
}
.sharesocial-post ul li .fa-facebook-square {
    color: #4267b2;
}
.sharesocial-post ul li .fa-twitter-square {
    color: #1da1f2;
}
.sharesocial-post ul li .fa-whatsapp-square {
    color: #00e676;
}
/***** share post *****/

/***** header ******/
.logo-header{
    padding: .4rem 0;
}
.mobile-logo{
    display: none;
	padding-top:0;
	padding-bottom:0;
}
.mobile-logo img {
    width: 140px;
}
nav.navbar.navbar-expand-md.navbar-dark {
    background: #0056d2;
    border-top: 1px solid #0056d2;
    border-bottom: 1px solid #0056d2;
    padding: 0 0;
    top: -1px;
}
.navbar-dark .navbar-nav .nav-item:first-child{
    margin-left: 0px;
}
.navbar-dark .navbar-nav .nav-item{
    margin-left: 10px;
}
.navbar-dark .navbar-nav .nav-item.dropdown:hover .dropdown-menu{
    display: block;    
}
.navbar-dark .navbar-nav .nav-item.dropdown .dropdown-menu{
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 0;
}
.navbar-dark .navbar-nav .nav-item.dropdown .dropdown-menu>a {
    padding: 4px 20px;
    margin-left: -1px;
    font-weight: 600;
    color: #464646;
}
.navbar-dark .navbar-nav .nav-item.dropdown .dropdown-menu>a.dropdown-item:hover {
    background-color: #f5f5f5;
}
/*nav.navbar.navbar-expand-md.navbar-dark {
    overflow-x: auto;
}*/
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;    
    position: relative;
    white-space: nowrap;
}
.navbar-dark .navbar-nav .nav-link:focus {
    background-color:transparent;
}
.navbar-dark .navbar-nav .nav-link:before {
    content: '';
    width: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-top: 2px solid #fc0017; 
}
.navbar-dark .navbar-nav .nav-link.dropdown-toggle:after{
    display: none;
}
.navbar-dark .navbar-nav .nav-item:hover .nav-link:before{
    width: 100%;
    transition: all 0.2s ease-in-out;
}
.navbar-dark .navbar-nav .nav-item:hover .nav-link{
    color: #fff;
}
.navbar-toggler{
	outline: none!important;
    padding: 8px;
}
.navbar-toggler .icon-bar {
    width: 26px;
    height: 3px;
    border-radius: 0;
    transition: 0.4s;
	display:block;
	background:#0056d2;
}
.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-toggler.change .icon-bar.bar1{
	-webkit-transform: rotate(-45deg) translate(-4px, 6px);
    transform: rotate(-45deg) translate(-4px, 6px);
}
.navbar-toggler.change .icon-bar.bar2{
	opacity: 0;
}
.navbar-toggler.change .icon-bar.bar3{
	-webkit-transform: rotate(45deg) translate(-4px, -6px);
    transform: rotate(45deg) translate(-4px, -6px);
}
.navbar-collapse{
    justify-content: center;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    color:#fff;
}
.menuicon-outer span{
    color: #0056d2;
    display: none;
}
.top-header {
    background: #231f20;
    max-height: 32px;
    border-bottom: 1px solid #231f20;
}
.top-header ul{
    padding-left: 0;
}
.top-header ul li {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    color: #ddc789;
}
.top-header ul li i{
    color: #ddc789;
    margin-right: 10px;
    font-size: 14px;
}
/***** header ******/

/**** footer *******/
.footer {
    background: #2f2d29;
    margin-top: 1.5rem;
    padding: 1.5rem 0 .6rem;
}
.footer ul {
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}
.footer ul li {
    display: inline-block;
    list-style-type: none;
}
.footer ul li a {
    display: block;
}
.footer ul li a span {
    width: 34px;
    height: 34px;
    display: block;
}
.footer ul li a .facebook {
    background: url(../img/socialicon.png) no-repeat -38px -9px;
    background-size: 214px;
}
.footer ul li a .twitter {
    background: url(../img/socialicon.png) no-repeat -72px -9px;
    background-size: 206px;
}
.footer ul li a .instagram {
    background: url(../img/socialicon.png) no-repeat -130px -12px;
    background-size: 244px;
}
.footer .footerbottom {
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: .6rem;
    margin-top: 1rem;
}
.footer .footerbottom p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}
.footer .footerbottom p a {
    color: #fff;
}
/**** footer *******/

/**** breadcrumb *****/
.breadcrumbouter {
    background: linear-gradient(to right, #ddc789,rgba(221, 199, 137, 0.5),rgba(221, 199, 137, 0.4),rgba(221, 199, 137, .5),#ddc789);
}
.breadcrumbouter .title{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}
.breadcrumbouter h3{
    font-size: 2.3rem;
    font-weight: 600;
}
.breadcrumbouter ul {
    padding-left: 0;
    margin-bottom: 0;
}
.breadcrumbouter ul li {
    list-style-type: none;
    display: inline-block;
}

.breadcrumbanchor:hover {
    color: #231f20;
    text-decoration: underline;
}
.breadcrumbouter ul li+li:before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 0 8px;
    font-size: 14px;
}
/**** breadcrumb *****/

/***** content post ******/
.content-post {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.content-post p{
    font-size: 18px;
    text-align: justify;
}
/***** content post ******/

/**** contactus form ******/
#contactusform label{
    font-size: 1.2rem;
}
.contactinfo li{
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
}
.contactinfo li .fa-li{
    color:#ddc789;
}
/**** contactus form ******/

/***** category page *******/
.content-category {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.content-category p {
    font-size: 18px;
    text-align: justify;
}
.categorypost-carousel{
    padding-top: 2rem;
}
.categorypost-carousel .owl-stage {
    padding: .8rem 0;
}
.categorypost-carousel a{
    transition: all .2s;
    display: block;
    text-decoration: none;
    color: #404040;
}
.categorypost-carousel a:hover{
    transform: scale(1.1);
}
.categorypost-carousel a .img-wrapper {
    height: 106px;
    width: 100%;
    overflow: hidden;
}
.categorypost-carousel a .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-out;
}
.categorypost-carousel a .content {
    height: 92px;
    padding: .6rem;
    overflow: hidden;
    background: #f5f5f5;
}
.categorypost-carousel a .content h4 {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    margin-bottom: 0;
}
.categorypost-carousel .owl-next, .categorypost-carousel .owl-prev {
    width: 30px;
    height: 44px;
    position: absolute;
    top: 44%;
    transform: translateY(-44%);
    background: rgba(0,0,0,.6)!important;
    outline: 0;
}
.categorypost-carousel .owl-prev {
    left: -30px;
}
.categorypost-carousel .owl-next {
    right: -30px;
}
.categorypost-carousel .owl-next i, .categorypost-carousel .owl-prev i {
    color: #fff;
}

.postloadmore {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}
.category-postlist .displaygrid {
    display: grid;
    grid-row-gap: 10px;
}
.category-postlist .mini-post {
    padding-bottom: 10px;
    border-bottom: 2px solid #c1c1c1;
}
.category-postlist .mini-post:last-child {
    border-bottom: none;
}
.category-postlist .mini-post .content {
    background: 0 0;
}
.category-postlist .length-post {
    display: flex;
}
.category-postlist .length-post .img-wrapper {
    flex: 40%;
    height: 90px;
}
.category-postlist .length-post .content {
    flex: 60%;
    height: 90px;
}
.category-postlist .small-post .img-wrapper {
    height: 80px;
}
/***** category page *******/

/**** mini post && large-med-post *****/
.large-med-post, .mini-post,.small-post,  .latest-post {
    text-decoration: none;
    color: #404040;
    transition: all .5s ease-out;
    overflow: hidden;
    display: block;
}
.large-med-post:hover, .mini-post:hover, .small-post:hover, .latest-post:hover {
    text-decoration: none;
    color: #404040;
}
.large-med-post .img-wrapper, .mini-post .img-wrapper {
    height: 106px;
    width: 100%;
    overflow: hidden;
}
.large-med-post .img-wrapper img , .mini-post .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-out;
}
.large-med-post:hover .img-wrapper img, .mini-post:hover .img-wrapper img {
    transform: scale(1.1);
}
.mini-post .content {
    height: 92px;
    padding: .6rem;
    overflow: hidden;
    background: #f5f5f5;
    margin-bottom:20px;
}
.large-med-post .content{
    height: 100px;
    padding: .6rem;
    overflow: hidden;
    background: #f5f5f5;
    
}
.large-med-post .content h4 ,.mini-post .content h4 {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    margin-bottom: 0;
}
/**** mini post *****/

/***** 404 page ******/
.pagenotfound{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.pagenotinner {
    text-align: center;
}
.pagenotfound h1 {
    font-size: 12rem;
    color: #ddc789;
    margin-bottom: 0;
    line-height: 1;
}
.pagenotfound h2 {
    font-size: 2.5rem;
    margin-bottom: 0;
}
.pagenotfound p {
    font-size: 1.5rem;
}
/***** 404 page ******/

/***** article post *****/

.ariclepost-heading {
    margin-bottom: 8px;
}
.ariclepost-heading h1 {
    font-weight: 600;
    font-size: 1.8rem;
    -webkit-text-stroke: .5px;
    margin-bottom: 0;
}
.postauthordate {
    display: flex;
    justify-content: space-between;
}
.author, .articlepost-date {
    margin-bottom: 2px;
}
.author i,.articlepost-date i {
    font-size: 12px;
        transform: rotate(-225deg);
}
.author span,.articlepost-date span {
    font-size: 12px;
    margin-left: 6px;
}
.ariclepost-content {
    margin-top: 16px;
}
.article-thumbimg {
    margin-bottom: 14px;
}
.articlecontent {
    margin-bottom: 14px;
}
.article-post .sharesocial-post {
    top: 60px;
    z-index: 1019;
    margin-bottom: 8px;
}
.ariclepost-content p {
    font-size: 18px;
}
/***** article post *****/

/***** next prev post *****/
.next-previous-post {
    display: flex;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0;
}
.next-previous-post .post-link {
    display: flex;
    flex: 50%;
    overflow: hidden;
    text-decoration: none;
    transition: all .5s ease-out;
    color: #231f20;
}
.next-previous-post .post-link .arrow {
    flex: 8%;
    display: flex;
    align-items: center;
}
.next-previous-post .post-link .img-wrapper {
    flex: 22%;
    height: 70px;
    overflow: hidden;
}
.next-previous-post .post-link .content {
    flex: 70%;
    padding: 0 8px;
}
.next-previous-post .post-link.right-post .content {
    text-align: right;
}
.next-previous-post .post-link .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-out;
}
.next-previous-post .post-link .content .title .pavanamfont {
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
.next-previous-post .post-link.right-post .arrow {
    justify-content: flex-end;
}
.next-previous-post .post-link:hover .img-wrapper img {
    transform: scale(1.1);
}
/***** next prev post *****/

/**** trending news *****/
.top-picks h1 {
    margin-bottom: 0;
    border-bottom: 2px solid #020202;
}
.top-picks h1 span{
    background-color: #020202;
    padding: 8px 10px;
    color: #fff;
    font-size: 18px;
}
.top-picks ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 1rem;
}
.top-picks ul li {
    list-style-type: none;
    padding: 8px 0 8px;
    border-bottom: 1px dotted #939393;
}
.top-picks ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    text-decoration: none;
    color: #404040;
}
.top-picks ul li a .fa-li {
    width: 1em;
    left: -1.2em;
    line-height: 34px;
    font-size: 14px;
}
/**** trending news *****/

/***** home page *****/
.homeslider{
    padding: 0;
}
.home-carousel a .img-wrapper {
    height: 400px;
    width: 100%;
    overflow: hidden;
}
.home-carousel a .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homeslider .home-carousel .owl-prev, .homeslider .home-carousel .owl-next {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 34%;
    transform: translateY(30%);
    background: rgba(0, 0, 0, 0.6)!important;
    outline: 0;
}
.homeslider .home-carousel .owl-prev i, .homeslider .home-carousel .owl-next i {
    color: #fff;
}
.homeslider .home-carousel .owl-next {
    right: 0;
}
.kattabomman-sec{
    padding: 1.5rem 0;
}
.kattabomman-sec .img-wrapper {
    text-align: center;
}
.kattabomman-sec p {
    text-align: center;
    font-size: 18px;
}
.valaithalasirappu {
    background: #f5f5f5;
    padding: 1.5rem 0 .5rem;
}
.valaithalasirappu .iconcard {
    border: 1px solid #e9e9e9;
    text-align: center;
    padding: 2rem;
    background: #fff;
    margin-bottom: 2rem;
}
.valaithalasirappu .iconcard h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #d3b765;
}
.valaithalasirappu .iconcard p {
    font-size: 18px;
    margin-bottom:0;
}
.veerathin-sec{
    padding: 1.5rem 0 .5rem;
}
.veerathin-sec p{
    text-align: center;
    font-size: 18px;
}
/***** home page *****/


/***************************/
/****** media query ********/
/***************************/
@media only screen and (max-width: 767px){
    .post-border-left{
    border-right:none!important;
}
.cinema_readmore_bottom{
    margin-bottom:20px!important;
}
.poli_readmore_bottom{
    margin-bottom:20px!important;
}
    .thoothukudi-news .post-outer,.tamilnadu-news .post-outer,.india-news .post-outer {
        display: initial;
    }
    .india-news .post-outer>div,.tamilnadu-news .post-outer>div,.thoothukudi-news .post-outer .small-post{
        margin-right: 0;
    }
    .thoothukudi-news .post-outer .small-post{
        display: flex;
        margin-bottom: 20px;
    }
    .thoothukudi-news .post-outer .small-post .img-wrapper{
        height: 80px;
        flex: 40%;
        margin-bottom: 0;
    }
    .thoothukudi-news .post-outer .small-post .content{
        flex: 60%;
        height: 90px;
        margin-left: 10px;
    }
    .tamilnadu-news .post-outer .small-post{
        margin-bottom: 20px;
    }
    .tamilnadu-news .post-outer .small-post .img-wrapper{
        height: 80px;
    }
    .tamilnadu-news .post-outer .small-post .content{
        height: 90px;
    }
    .india-news .post-outer .small-post {
        display: flex;
        margin-bottom: 20px;
    }
    .india-news .post-outer .small-post .img-wrapper {
        height: 80px;
        flex: 40%;
    }
    .india-news .post-outer .small-post .content {
        height: 90px;
        margin-top: 0;
        flex: 60%;
        margin-left: 10px;
    }
    .category-postlist .displaygrid{
        margin-top: 10px;
    }
    .category-postlist .small-post{
        display: flex!important;
    }
    .category-postlist .small-post .img-wrapper{
        flex: 40%;
    }
    .category-postlist .small-post .content{
        flex: 60%;
        margin-top: 0;
        margin-left: 10px;
    }
    .mini-post .img-wrapper{
        height: 150px;
    }
    .sharesocial-post ul {
        display: flex;
    }
    .sharesocial-post, .sharesocial-post ul li {
        display: inline-block;
    }
    .sharesocial-post ul li+li {
        margin-left: 10px;
    }
    .next-previous-post {
        display: block;
    }
    .next-previous-post .post-link.left-post {
        margin-bottom: 10px;
    }
    nav.navbar.navbar-expand-md.navbar-dark{
        background: #fff!important;
    }
    .breakingnews .breakingnews-inner .breaking-txt, .breakingnews .breakingnews-inner .breakingnews-carousel {
        width: 100%;
    }
    #menuNavbar {
		width: calc(100vw - 20%);
		position: fixed;
		top: 0;
		left: -100%;
		background-color: #231f20;
		overflow-x: hidden;
		transition: 0.5s;
		padding-top: 0;
		z-index: 999;
		display: block;
		height: 100%!important;
		border: 0;
	}
	#menuNavbar.changenavbar {
		left: 0;
	}
	.menuoverlay {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 11;
		top: 0;
		left: 0;
		background-color: #fff;
		overflow-y: auto;
		overflow-x: hidden;
		text-align: center;
		opacity: 0;
		transition: opacity 1s;
	}
	.menuoverlay.menuopen {
		width: 100%;
		opacity: 0.5;
	}
	.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	.mobile-logo {
		display: block;
	}
	.navbar-dark .navbar-nav .nav-item:first-child {
		margin-left: 0;
	}
	.navbar-dark .navbar-nav .nav-link{
		padding: .5rem 1rem;
	}
	.navbar-dark .navbar-nav .nav-item {
		margin-left: 0;
	}
	.navbar-dark .navbar-nav .nav-link.dropdown-toggle .dropdown-caret{
		position: absolute;
		right: 0;
		top: 0;
		height: 41px;
		width: 41px;
		text-align: center;
		line-height: 41px;
	}
	.navbar-dark .navbar-nav .nav-link.dropdown-toggle .dropdown-caret:after{
		content: '\f067';
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 14px;
	}
	.navbar-dark .navbar-nav .nav-link.dropdown-toggle .dropdown-caret.openic:after{
		content: '\f068';
	}
	.navbar-dark .navbar-nav .nav-item.dropdown .dropdown-menu{
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-dark .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
		display: none;
	}
	.navbar-dark .navbar-nav .nav-link:before{
		border-top: 0;
	}
	.navbar-dark .navbar-nav .nav-item.dropdown .dropdown-menu>a{
		padding-left:30px;
    }
    .breadcrumbanchor{
        font-size: 1.5rem;
    }
    .next-previous-post{
        display: block;
        margin-bottom: 10px;
    }
    .next-previous-post .post-link.left-post{
        margin-bottom: 10px;
    }
    .home-carousel a .img-wrapper{
        height: 250px;
    }
    .advertisement-carousel a .img-wrapper{
        height: 250px;
    }
    .advertisement-carousel a .content{
        margin:0
    }
    .categorypost-carousel .owl-prev {
        left: -10px;
    }
    .categorypost-carousel .owl-next {
        right: -10px;
    }
    .sharesocial-post, .sharesocial-post ul li {
        display: inline-block;
    }
    .sharesocial-post ul li+li {
        margin-left: 10px;
    }
    footer .footerbottom p,footer .footerbottom .developedby{
        text-align: center;
    }
    .menuicon-outer span{
        display: inline-block;
    }
}
 .footer-menu-one ul li, .footer-menu-two ul li {
    list-style-type: none;
    padding-bottom: 5px;
    padding-left: 15px;
    display: block;
    text-align: left;
}
 .footer-menu-two ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
}
.footer-menu-two ul li a i{
    padding-right:5px;
}

/***** breadcrumb ******/
.custbreadcrumb ul {
    padding-left: 0;
    margin-bottom: 0;
}
.custbreadcrumb ul li {
    list-style-type: none;
    display: inline-block;
}
.breadcrumbanchor {
    color: #000;
    text-decoration: none;
}
.custbreadcrumb ul li+li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 0 8px;
    font-size: 14px;
}
.custbreadcrumb {
    margin-bottom: 0;
    background: transparent;
    padding-top: 1.5rem;
}
.innerbreadrumb{
    display: block;
    background: #fff;
    width: 100%;
    padding: 15px 0;
}
/***** breadcrumb ******/
div#postloadmore {
    background: #fff;
    padding: 15px 0;
}
button.btn-view.btn-load-more {
    text-align: center;
    display: block;
    margin: auto;
    border: 1px solid #515151;
    padding: 6px;
    display: inline-block;
    color: #515151;
    background: #fff;
}
.articlebg {
    background: #fff;
}
.ltsnws {
    margin-top: 25px;
}
.ltsnwsone{
    background: #fff;
    padding: 0;
}
.ltsnwsoneimg{
    padding: 0;
}
.ltsnwsonecnt{
    padding-top: 15px;
}
.ltsnwsonecnt h4{
    font-weight: bold;
    padding-bottom: 8px;
    padding-left: 20px;
}
.ltsnwsonecnt h4::before{
    content: url(../images/pen-author.png);
    position: absolute;
    top: 15px;
    z-index: 999;
    left:8px;
}
.ltsnwsonecnt p{
    font-size: 14px;
}
.ltsnwsonecnt a{
    font-size: 12px;
    color: #fff;
    background: #ec1d24;
    padding: 5px 15px;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
}
.ltsnwsone{
    margin-bottom: 15px;
}
.home_itemoness img, .itemones img, .itemoness img, .astroimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-out;
}
.text_black {
    color: #333 !important;
}

/********************************/


/***********************************************************************/


/***** arasiyal prbalangal *****/
.arasiyalprbalangal {
    padding: 1.5rem 0;
    background: #f5f5f5;
}
.arasiyalprbalangal .section-title h3 a {
    color: #231f20;
    text-decoration: none;
}
.mini-post .img-wrapper img{
    object-position: top;
}
.politicalper-carousel .owl-next, .politicalper-carousel .owl-prev {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 44%;
    transform: translateY(-44%);
    background: rgba(0,0,0,.6)!important;
    outline: 0;
}
.politicalper-carousel .owl-next {
    right: -15px;
}
.politicalper-carousel .owl-prev {
    left: -15px;
}
.politicalper-carousel .owl-next i, .politicalper-carousel .owl-prev i {
    color: #fff;
}
/***** arasiyal prbalangal *****/

/**** seithithunukal *****/
.seithithunukal{
    padding: 1.5rem 0;
}
.seithithunukal .section-title h3 {
    font-size: 32px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-align: center;
}
.seithithunukal .section-title h3 a {
    color: #231f20;
    text-decoration: none;
}
.seithithunukal .large-med-post, .seithithunukal .mini-post {
    display: block;
    margin-bottom: 1.5rem;
}
.seithithunukal .mini-post .img-wrapper {
    height: 150px;
}
.seithithunukal .large-med-post .img-wrapper{
    height: 255px;
}
.seithithunukal .large-med-post .content,.seithithunukal .mini-post .content{
    background: #fff;
}
/**** seithithunukal *****/

/***** large post *****/
.large-post {
    display: flex;
    flex-flow: row wrap;
    text-decoration: none;
    color: #404040;
    transition: all .5s ease-out;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.large-post:hover {
    text-decoration: none;
    color: #404040;
}
.large-post .img-wrapper {
    flex: 60%;
    overflow: hidden;
    height: 242px;
}
.large-post .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-out;
}
.large-post:hover .img-wrapper img {
    transform: scale(1.1);
}
.large-post .content {
    padding: 1rem;
    overflow: hidden;
    background: #fff;
    flex: 40%;
    margin-bottom: 0;
}
.large-post .content h4 {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 22px;
}
/***** large post *****/

/**** post gallery ****/
.postgallery{
    display: flex;
    flex-wrap: wrap;
}
.postgallery .img-wrapper{
    width: 32%;
    margin: 3px;
    height: 100%;
}
.postgallery .img-wrapper img{
    object-fit: cover;
    height: 220px;
    width: 100%;
}
.postgallery-carousel div .img-wrapper {
    height: 400px;
    width: 100%;
    overflow: hidden;
}
.postgallery-carousel div .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.postgallery-carousel .owl-next {
    right: 0;
}
.postgallery-carousel .owl-prev, .postgallery-carousel .owl-next {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 34%;
    transform: translateY(30%);
    background: rgba(0, 0, 0, 0.6)!important;
    outline: 0;
}
.postgallery-carousel  .owl-prev i, .postgallery-carousel  .owl-next i {
    color: #fff;
}
/**** post gallery ****/
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}

/**************** trend news *******************/
.top-picks {
    background: #f5f5f5;
    border: 1px solid #eee;
    padding: 1rem 1rem 0;
}
.top-picks h1 {
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    color: #de0403;
    background: #fff;
    font-size: 20px;
    padding: 4px 0;
}
.top-picks ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 1rem;
}
.top-picks ul li {
    list-style-type: none;
    padding: 8px 0 8px;
    border-bottom: 1px dotted #939393;
}
.top-picks ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    text-decoration: none;
    color: #404040;
}
.top-picks ul li a .fa-li {
    width: 1em;
    left: -1.2em;
    line-height: 28px;
    font-size: 14px;
}
/********************* trend news *******************/

/************************** vlclastro  *******************/
.vlclastro{
    background: #e5e6e6;
    padding: 0;
}
.vlclastro h5{
    text-align: center;
    background: #0056d2;
    padding: 8px 0;
    display: block;
    color: #fff;
}
.vlclastr{
    padding: 15px 0;
    border-bottom: 1px dashed #212121;
    height: 96px;
}
.astroimg{
    float:left;
    width: 30%;
    height: 65px;
}
.astroimg img {
    
    object-fit: cover;
}
.astrocnt {
    padding-top: 5px;
    float:left;
    width: 70%;
}
/**************************** vlclastro  *********************/

.content {
    background: #f5f5f5 !important;
}
.post-border-left{
    border-right:1px solid #aaa;
}
.cinema_readmore_bottom{
    margin-bottom:90px;
}
.poli_readmore_bottom{
    margin-bottom:60px;
}
 .bg-yellow{
    background-color: #ffc107 !important;
    color: #000!important;
 }
  .bg-aqua{
    background-color: #17a2b8 !important;
 }
 
 .bg-blue {
     background-color: #0073b7 !important
 }
 
 .bg-light-blue,
 .label-primary,
 .modal-primary .modal-body {
     background-color: #3c8dbc !important
 }
 
 .bg-green,
 .callout.callout-success,
 .label-success,
 .modal-success .modal-body {
     background-color: #28a745 !important
 }
 
 .bg-navy {
     background-color: #001f3f !important
 }
 
 .bg-teal {
     background-color: #39cccc !important
 }
 
 .bg-olive {
     background-color: #3d9970 !important
 }
 
 .bg-lime {
     background-color: #01ff70 !important
 }
 
 .bg-orange {
     background-color: #ff851b !important
 }
 
 .bg-fuchsia {
     background-color: #f012be !important
 }
 
 .bg-purple {
     background-color: #605ca8 !important
 }
 
 .bg-maroon {
     background-color: #d81b60 !important
 }
 
 .bg-gray-active {
     color: #000;
     background-color: #b5bbc8 !important
 }
 
 .bg-black-active {
     background-color: #000 !important
 }
 
 .bg-red-active,
 .modal-danger .modal-header,
 .modal-danger .modal-footer {
     background-color: #d33724 !important
 }
 
 .bg-yellow-active,
 .modal-warning .modal-header,
 .modal-warning .modal-footer {
     background-color: #db8b0b !important
 }
 
 .bg-aqua-active,
 .modal-info .modal-header,
 .modal-info .modal-footer {
     background-color: #00a7d0 !important
 }
 
 .bg-blue-active {
     background-color: #005384 !important
 }
 
 .bg-light-blue-active,
 .modal-primary .modal-header,
 .modal-primary .modal-footer {
     background-color: #357ca5 !important
 }
 
 .bg-green-active,
 .modal-success .modal-header,
 .modal-success .modal-footer {
     background-color: #008d4c !important
 }
 
 .bg-navy-active {
     background-color: #001a35 !important
 }
 
 .bg-teal-active {
     background-color: #30bbbb !important
 }
 
 .bg-olive-active {
     background-color: #368763 !important
 }
 
 .bg-lime-active {
     background-color: #00e765 !important
 }
 
 .bg-orange-active {
     background-color: #ff7701 !important
 }
 
 .bg-fuchsia-active {
     background-color: #db0ead !important
 }
 
 .bg-purple-active {
     background-color: #555299 !important
 }
 
 .bg-maroon-active {
     background-color: #ca195a !important
 }
 .bg-red,
 .bg-yellow,
 .bg-aqua,
 .bg-blue,
 .bg-light-blue,
 .bg-green,
 .bg-navy,
 .bg-teal,
 .bg-olive,
 .bg-lime,
 .bg-orange,
 .bg-fuchsia,
 .bg-purple,
 .bg-maroon,
 .bg-black,
 .bg-red-active,
 .bg-yellow-active,
 .bg-aqua-active,
 .bg-blue-active,
 .bg-light-blue-active,
 .bg-green-active,
 .bg-navy-active,
 .bg-teal-active,
 .bg-olive-active,
 .bg-lime-active,
 .bg-orange-active,
 .bg-fuchsia-active,
 .bg-purple-active,
 .bg-maroon-active,
 .bg-black-active,
 .callout.callout-danger,
 .callout.callout-warning,
 .callout.callout-info,
 .callout.callout-success,
 .alert-error,
 .alert-warning,
 .alert-info,
 .label-danger,
 .label-info,
 .label-warning,
 .label-primary,
 .label-success,
 .modal-primary .modal-body,
 .modal-primary .modal-header,
 .modal-primary .modal-footer,
 .modal-warning .modal-body,
 .modal-warning .modal-header,
 .modal-warning .modal-footer,
 .modal-info .modal-body,
 .modal-info .modal-header,
 .modal-info .modal-footer,
 .modal-success .modal-body,
 .modal-success .modal-header,
 .modal-success .modal-footer,
 .modal-danger .modal-body,
 .modal-danger .modal-header,
 .modal-danger .modal-footer {
     color: #fff !important
 }
 
 .bg-gray {
     color: #000;
     background-color: #d2d6de !important
 }
 
 .bg-gray-light {
     background-color: #f7f7f7
 }
 
 .bg-black {
     background-color: #111 !important
 }
 
 .bg-red,
 .callout.callout-danger,
 .alert-error,
 .label-danger,
 .modal-danger .modal-body {
     background-color: #dc3545 !important
 }
 
#comment-message {
  margin-top: 10px;
  margin-left: 10px;
  color: #189a18;
  display: none;
}
.comment-form-container {
	background: #fff;
	border: #e0dfdf 1px solid;
	padding: 20px;
	border-radius: 2px;
}

.input-row {
	margin-bottom: 20px;
}

.input-field {
	width: 100%;
	border-radius: 2px;
	padding: 10px;
	border: #e0dfdf 1px solid;
}

.btn-submit {
	padding: 10px 20px;
	background: #333;
	border: #1d1d1d 1px solid;
	color: #f0f0f0;
	font-size: 0.9em;
	width: 100px;
	border-radius: 2px;
	cursor: pointer;
}

ul {
	list-style-type: none;
}

.comment-row {
	border-bottom: #e0dfdf 1px solid;
	margin-bottom: 15px;
	padding: 15px;
}

.outer-comment {
	padding: 10px;
	border: #dedddd 1px solid;
	background: #FFF;
}

span.commet-row-label {
	font-style: italic;
}

span.posted-by {
color:  #0c5fa7;

}

.comment-info {
	font-size: 0.8em;
}

.comment-text {
	margin: 10px 0px;
}

.btn-reply {
	font-size: 0.8em;
	text-decoration: underline;
	color: #888787;
	cursor: pointer;
}

.like-unlike {
	vertical-align: text-bottom;
	cursor: pointer;
}

.post-action {
	margin-top: 15px;
    font-size: 0.8em;
}
 .ad-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #ffffff;
    padding: 10px 20px;
    border: 1px solid #0d8de0;
    border-radius: 10px;
    max-width: 600px;
    margin: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.ad-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad-header img {
    height: 45px;
}

.ad-content {
    font-weight: bolder;
    
    font-size: 0.8em;
    color: #A6C242;
}

.ad-content-red {
    color: #ff0000;
}

.services-list {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 5px 0;
    color: #9B9B9B;
    font-weight: bold;
    font-size: 0.7em;
}

.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.8em;
    color: #A6C242;
}

.contact-info a {
    color: #9B9B9B;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

.website-link {
    color: #A6C242;
    text-decoration: none;
}

.website-link:hover {
    text-decoration: underline;
}

.buttons-container {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

.buttons {
    position: relative;
    padding: 5px 10px;
    font-size: 0.8em;
    font-weight: bold;
    border: none;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.buttons:hover {
    transform: scale(1.05);
    opacity: 0.7;
    text-decoration: none;
    color: #fff;
}

.buttons:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}

.buttons:active {
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3),
                -4px -4px 6px 0 rgba(116, 125, 136, 0.2), 
                inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2),
                inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

.call {
    background: linear-gradient(18deg, #1DA1F2 0%, #0d8de0 100%);
}

.whatsapp {
    background: linear-gradient(18deg, #397245 0%, #5FBB47 100%);
}

@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.buttons:focus {
    outline:none;
    /* outline: 5px auto -webkit-focus-ring-color; */
}

/* @media (max-width: 600px) {
    .ad-content {
        font-size: 0.5em;
    }

    .ad-header img {
        height: 25px;
    }
    .services-list{
        font-size: 0.5em;
    }
    .buttons-container button {
        font-size: 0.6em;
        padding: 3px 6px;
    }
} */
@media (max-width: 600px) {
   
    .ad-header img {
        height: 25px;
    }

    .buttons-container button {
       
        padding: 3px 6px;
    }
}
p {
    margin-bottom: 0;
}