@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700&amp;display=swap);
@import url(https://fonts.googleapis.com/css?family=Mukta+Malar&amp;display=swap);
@import url(https://fonts.googleapis.com/css?family=Pavanam&amp;display=swap);
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;
}
.mt20 {
  margin-top: 20px;
}
.mb10 {
  margin-bottom: 10px;
}
.section-title {
  position: relative;
}
.btnton {
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  font-weight: 400;
  text-align: center;
}
.logo-header ul li  {
    display: inline-block;
    color: #000;
    font-weight: bold;
}
.logo-header ul li a {
      font-size: 17px;
       color: #00147E;
    text-decoration: none;
    background-color: transparent;
}
.btndefault {
  color: #fff;
  background-color: #de0403;
  border-color: #de0403;
}
.btndefault:hover {
  color: #fff;
  text-decoration: none;
}
.menusticky {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.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;
}
.err {
  background: red;
  color: #fff;
  padding: 2px 4px;
}
.succ {
  background: green;
  color: #fff;
  padding: 2px 4px;
}
.process {
  background: #ef8400;
  color: #fff;
  padding: 2px 4px;
}
table.coronatbl {
  table-layout: fixed;
  width: 100%;
}
table.coronatbl th {
  font-size: 18px;
  padding: 6px 0;
  font-weight: 600;
}
table.coronatbl td {
  font-size: 22px;
  font-weight: 600;
  padding: 6px 0;
}
table.coronatbl .default {
  color: #404040;
}
table.coronatbl .success {
  color: #28a745;
}
table.coronatbl .danger {
  color: #dc3545;
}
table.coronatbl .warning {
  color: orange;
}
table.coronatbl .success {
  color: #28a745;
}
table.coronatbl .danger {
  color: #dc3545;
}
.coronosatatus {
  text-align: center;
}
.coronosatatus .outerdiv {
  display: inline-block;
  width: 60%;
  background: #fff;
}
.coronosatatus .outerdiv h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
.coronosatatus .coronasta-tab li {
  background: #dddfe2;
  padding: 6px;
}
.coronosatatus .coronasta-tab li:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
}
.coronosatatus .coronasta-tab li:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}
.coronasta-tab .nav-link.active {
  background-color: #000080;
}
.coronasta-tab .nav-link {
  color: #404040;
  padding: 0.4rem 1rem;
  font-size: 17px;
}
.coronasta-tabcontent {
  margin-top: 10px;
}
.covid19link:hover {
  text-decoration: none;
}
.coviddiv h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  text-align: center;
}
.coviddiv .covidtbl {
  table-layout: fixed;
  width: 100%;
}
.coviddiv .covidtbl th {
  padding: 6px;
}
.coviddiv .covidtbl td {
  padding: 6px;
}
.coviddiv .covidpills li {
  background: #dddfe2;
  padding: 6px;
}
.coviddiv .covidpills li:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
}
.coviddiv .covidpills li:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}
.coviddiv .covidpills .nav-link.active {
  background-color: #000080;
  color: #fff;
}
.coviddiv .covidpills .nav-link {
  color: #404040;
  padding: 0.4rem 1rem;
  font-size: 17px;
}
.coviddiv .covidcont {
  margin-top: 10px;
}
.loader {
  position: fixed;
  background: rgba(0, 0, 0, 0.35);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}
.lds-spinner {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 8px;
  left: 37px;
  width: 6px;
  height: 16px;
  border-radius: 58%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
.articlecontent a {
  word-break: break-word;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
span#brand {
  display: none;
}
.readmore-section {
  margin-bottom: 2rem;
}
.readmorebtn {
  background: #185ca4;
        background-image: linear-gradient( to right, #07509d, #0c5fa7 50%, #077cc9 100%, #077ecc 37%, #0956a1 36% );
    color: #fff;
  border-radius: 25px;
  display: block;
  margin: auto;
}
.readmorebtn:hover{
    color: #fff !important;
}
.readmorebtn:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 8px;
  font-size: 12px;
}
.adsplace {
  padding-top: 1.5rem;
}
.sidebaradplace {
  margin-bottom: 10px;
}
.divadsplace {
  margin-bottom: 1.5rem;
}
.author {
  margin-bottom: 2px;
}
.author i {
  font-size: 12px;
}
.author span {
  font-size: 12px;
  margin-left: 6px;
  color: #565656;
}
.mobile-logo {
  display: none;
  padding-top: 0;
  padding-bottom: 0;
}
.mobile-logo img {
  width: 180px;
}

.topmenu-highlight {
  background: #ef0403;
}
.topmenu-highlight a {
  color: #fff;
}
.top-menu {
  text-align: right;
}
.top-quote {
  text-align: center;
}
.logo-header {
  padding: 0.4rem 0;
}
.logoa img {
  /*height: 160px;*/
}
nav.navbar.navbar-expand-md.navbar-dark {
  background: #00147E;
background-image: linear-gradient( to right, #00147E, #00147E 22%, #00147E 37%, #00147E 65%, #00147E 75% );
border-top: 1px solid #00147E;
border-bottom: 1px solid #00147E;
  padding: 0 0;
  top: -1px;
}
.navbar-collapse {
  justify-content: center;
}
.navbar-dark .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.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, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 0;
}
.navbar-dark .navbar-nav .nav-item.dropdown .dropdown-menu > a {
  padding: 4px 20px;
  font-size: 15px;
  margin-left: -1px;
  font-weight: 600;
  color: #464646;
}
.navbar-dark
  .navbar-nav
  .nav-item.dropdown
  .dropdown-menu
  > a.dropdown-item:hover {
  background-color: #f5f5f5;
}
.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: #000070;
}
.navbar-dark .navbar-nav .nav-link:before {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 2px solid #de0403;
}
.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: 0 !important;
  padding: 8px;
}
.navbar-toggler .icon-bar {
  width: 26px;
  height: 3px;
  border-radius: 0;
  transition: 0.4s;
  display: block;
  background: #404040;
}
.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);
}



.latest-post .content .title .pavanamfont {
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.thirukural {
  background-image: url(../img/thirukural1.jpg);
  height: 170px;
  background-size: cover;
  margin-bottom: 16px;
}

.top-picks h1 {
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background: #185ca4;
    background-image: linear-gradient( 
180deg
 , #0854a0, #077dca);
  font-size: 22px;
  padding: 10px 0;
  border: none;
}
.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 #0a57a2;
}
.top-picks ul li:last-child {
  border-bottom: 0;
}
.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: #fff;
}
.top-picks ul li a .fa-li {
  width: 1em;
  left: -1.2em;
  line-height: 28px;
  font-size: 14px;
}
.arasiyal-news {
  padding: 1.5rem 0 0.5rem;
  background: #2f2d29;
  margin-top: 1.5rem;
  position: relative;
}
.arasiyal-news:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/bg.png);
  opacity: 0.3;
}
.arasiyal-news .mini-post {
  display: block;
  margin-bottom: 15px;
}
.arasiyal-news .mini-post .img-wrapper {
  height: 156px;
  background: #d3d3d3;
}
.arasiyal-news .section-title:before {
  content: "";
  width: calc(50% - 80px);
  height: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: 18px;
}
.arasiyal-news .section-title:after {
  content: "";
  width: calc(50% - 80px);
  height: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 0;
  top: 18px;
}
.main-heading.section-title:before {
  content: "";
  width: calc(50% - 125px);
  height: 0;
  border-bottom:  2px solid #404040;
  position: absolute;
  left: 0;
  top: 18px;
}
.main-heading.section-title:after {
  content: "";
  width: calc(50% - 125px);
  height: 0;
  border-bottom:  2px solid #404040;
  position: absolute;
  right: 0;
  top: 18px;
}
.arasiyal-news .section-title h3 {
  font-size: 32px;
  margin-bottom: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.arasiyal-news .section-title h3 a {
  color: #fff;
  text-decoration: none;
}
.cinema-news {
  padding: 1.5rem 0 0.5rem;
}
 .cinema-news .section-title:before {
  content: "";
  width: calc(50% - 72px);
  height: 0;
  border-bottom: 2px solid #404040;
  position: absolute;
  left: 0;
  top: 18px;
}
 .cinema-news .section-title:after {
  content: "";
  width: calc(50% - 72px);
  height: 0;
  border-bottom: 2px solid #404040;
  position: absolute;
  right: 0;
  top: 18px;
}
.cinema-news .section-title h3 {
  font-size: 32px;
  margin-bottom: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.cinema-news .section-title h3 a {
  color: #404040;
  text-decoration: none;
}
.life-style .section-title h3 {
  font-size: 32px !important;
  margin-bottom: 1.5rem !important;
  font-weight: 600 !important;
  text-align: center !important;
}
.life-style .section-title h3 a {
  color: #404040 !important;
  text-decoration: none !important;
}
.cinema-news .large-post {
  flex-direction: row-reverse;
}
.cinemanews-carousel .owl-next,
.cinemanews-carousel .owl-prev {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 44%;
  transform: translateY(-44%);
  background: rgba(0, 0, 0, 0.6) !important;
  outline: 0;
  border-radius: 100%;
}
.cinemanews-carousel .owl-prev {
  left: -15px;
}
.cinemanews-carousel .owl-next {
  right: -15px;
}
.cinemanews-carousel .owl-next i,
.cinemanews-carousel .owl-prev i {
  color: #fff;
}
.cinemanews-carousel .mini-post:hover .img-wrapper img {
  transform: none;
}
.cinemanews-carousel .mini-post {
  transition: all 0.2s;
  display: block;
}
.cinemanews-carousel .mini-post:hover {
  transform: scale(1.1);
}
.cinemanews-carousel .owl-stage {
  padding: 0;
}
.sports-news {
  padding: 1.5rem 0 0.5rem;
  background: #007bff;
  margin-top: 1.5rem;
  position: relative;
}
.sports-news:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/bg.png);
  opacity: 0.3;
}
.sports-news .section-title h3 {
  font-size: 32px;
  margin-bottom: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.sports-news .section-title h3 a {
  color: #fff;
  text-decoration: none;
}
.sports-news .section-title:before {
  content: "";
  width: calc(50% - 107px);
  height: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: 18px;
}
.sports-news .section-title:after {
  content: "";
  width: calc(50% - 107px);
  height: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 0;
  top: 18px;
}
.arasiyal-news .large-mini-post .img-wrapper, .sports-news .large-post .img-wrapper {
  flex: 55%;
  height: 156px;
  background: #d3d3d3;
}
.arasiyal-news .large-mini-post .content, .sports-news .large-post .content {
  flex: 45%;
}
.arasiyal-news .large-mini-post .content h4, .sports-news .large-post .content h4 {
  font-size: 18px;
}
.sports-news .mini-post {
  margin-bottom: 15px;
}
 .sports-news .mini-post .content {
  height: 80px;
  padding: 0.4rem;
}
.enterainment-technology .displaygrid {
  display: grid;
  grid-row-gap: 10px;
}
.enterainment-technology {
  padding: 1.5rem 0 0.5rem;
  margin-top: 1.5rem;
}
.enterainment-technology .mini-post {
  padding-bottom: 10px;
  border-bottom: 2px solid #c1c1c1;
}
.enterainment-technology .mini-post .content {
  background: 0 0;
}
.enterainment-technology .mini-post:last-child {
  border-bottom: none;
}
.enterainment-technology .length-post {
  display: flex;
}
.enterainment-technology .length-post .img-wrapper {
  flex: 40%;
  height: 90px;
  background: #d3d3d3;
}
.enterainment-technology .length-post .content {
  flex: 60%;
  height: 90px;
  background: 0 0;
}
.aanmigam .section-inner-title h3 , .enterainment-technology .section-title h3 {
  font-size: 26px;
  margin-bottom: 1.5rem;
  font-weight: 600;
  text-align: left;
}
.enterainment-technology .section-title h3 a {
  color: #404040;
  text-decoration: none;
}
.enterainment-technology .section-title h3{
    text-align:center!important;
}
.aanmigam .section-inner-title h3 a{
  color: #fff;
  text-decoration: none;
}
.enterainment-technology .technology-col {
  padding-left: 0;
}
.video-gallery {
  padding: 1.5rem 0;
  background: #2f2d29;
  margin-top: 1.5rem;
  position: relative;
}
.video-gallery:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/bg.png);
  opacity: 0.3;
}
.video-gallery .section-title h3 {
  font-size: 32px;
  margin-bottom: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.video-gallery .section-title:before {
  content: "";
  width: calc(50% - 65px);
  height: 0;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 0;
  top: 18px;
}
.video-gallery .section-title:after {
  content: "";
  width: calc(50% - 65px);
  height: 0;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 0;
  top: 18px;
}
.video-gallery .section-title h3 a {
  color: #fff;
  text-decoration: none;
}
.video-gallery .mini-post {
  margin-bottom: 16px;
}
.video-gallery .video-carousel .mini-post {
  transition: none;
  margin-bottom: 0;
}
.video-gallery .video-carousel .mini-post .content {
  height: 58px;
}
.video-gallery .video-carousel .mini-post .img-wrapper {
  position: relative;
  background: #d3d3d3;
}
.video-gallery .video-carousel .mini-post .img-wrapper img {
  transition: none;
}
.video-gallery .video-carousel .mini-post:hover .img-wrapper img {
  transform: none;
}
.video-gallery .video-carousel .mini-post .img-wrapper .video-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-gallery .video-carousel .mini-post .img-wrapper .video-icon .icon {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.video-gallery
  .video-carousel
  .mini-post
  .img-wrapper
  .video-icon
  .icon
  .youtube-play {
  background: url(../pagenotfound/index.html) 0 0;
  height: 30px;
  display: inline-block;
  width: 40px;
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: 0;
}
.video-gallery
  .video-carousel
  .mini-post:hover
  .img-wrapper
  .video-icon
  .icon
  .youtube-play {
  background-position: -38px;
}
.video-gallery .video-carousel .owl-next,
.video-gallery .video-carousel .owl-prev {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 44%;
  transform: translateY(-44%);
  background: rgba(255, 255, 255, 0.8) !important;
  outline: 0;
  border-radius: 100%;
}
.video-gallery .video-carousel .owl-prev {
  left: -15px;
}
.video-gallery .video-carousel .owl-next {
  right: -15px;
}
.video-gallery .video-row {
  margin-top: 1.5rem;
}
.videosloadmore {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.aanmigam-idhikasangal {
  padding: 1.5rem 0 0.5rem;
  margin-top: 1.5rem;
}
.aanmigam-idhikasangal .mini-post {
  padding-bottom: 10px;
  border-bottom: 2px solid #c1c1c1;
}
.aanmigam-idhikasangal .mini-post:last-child {
  border-bottom: none;
}
.aanmigam-idhikasangal .mini-post .content {
  background: 0 0;
}
.aanmigam-idhikasangal .length-post {
  display: flex;
}
.aanmigam-idhikasangal .length-post .img-wrapper {
  flex: 40%;
  height: 90px;
  background: #d3d3d3;
}
.aanmigam-idhikasangal .length-post .content {
  flex: 60%;
  height: 90px;
}
.aanmigam-idhikasangal .displaygrid {
  display: grid;
  grid-row-gap: 10px;
}
.aanmigam-idhikasangal .section-title h3 {
  font-size: 26px;
  margin-bottom: 1.5rem;
  font-weight: 600;
  text-align: left;
}
.aanmigam-idhikasangal .section-title h3 a {
  color: #404040;
  text-decoration: none;
}

.article-post {
  padding-top: 1.5rem;
}
.article-thumbimg {
  margin-bottom: 14px;
}
.ariclepost-heading h1 {
  font-weight: 600;
  font-size: 1.8rem;
  -webkit-text-stroke: 0.5px;
  margin-bottom: 0;
}
.ariclepost-heading {
  margin-bottom: 24px;
}
.ariclepost-content {
  margin-top: 16px;
}
.ariclepost-content p {
  font-size: 18px;
}
.article-post .sharesocial-post {
  top: 60px;
  z-index: 1019;
  margin-bottom: 8px;
}
.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: 5px 9px;
  text-align: center;
  color: #4a4a4a;
  font-weight: 700;
}
.sharesocial-post ul li button {
  background: 0 0;
  border: 0;
  padding: 0;
  outline: 0;
}
.sharesocial-post ul li i {
  font-size: 18px;
  color:#fff !important;
}
.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;
}
/*button.copylink {
  position: relative;
  height: 26px;
  width: 29px;
  border-radius: 3px;
  background: #6c757d !important;
}
.sharesocial-post ul li .fa-copy {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  bottom: 0;
}*/
.articlepost-date {
  margin-bottom: 2px;
}
.articlepost-date i {
  font-size: 12px;
}
.articlepost-date span {
  font-size: 12px;
  margin-left: 6px;
  color: #565656;
}
.articlecontent {
  margin-bottom: 14px;
}
.video-post {
  padding-top: 1.5rem;
}
.postauthordate {
  display: flex;
  justify-content: space-between;
}
.videopost-content {
  height: 400px;
  margin-top: 16px;
}
.videopost-content iframe {
  height: 100%;
  width: 100%;
}
.related-videos {
  height: 400px;
  overflow-y: auto;
  border: 1px solid #eee;
  margin-top: 20px;
}
.related-videos .mini-post {
  display: flex;
  padding: 4px 10px;
}
.related-videos .mini-post .img-wrapper {
  flex: 32%;
  height: 70px;
  background: #d3d3d3;
}
.related-videos .mini-post .content {
  background: 0 0;
  flex: 68%;
  height: 70px;
}
.related-videos .mini-post .content h4 {
  font-size: 14px;
}
.related-videos .mini-post:hover {
  background: #f5f5f5;
}
.related-videos .mini-post:hover .img-wrapper img {
  transform: unset;
}
.video-post .sharesocial-post {
  display: inline-block;
  margin-top: 20px;
}
.video-post .sharesocial-post ul li {
  display: inline-block;
  margin-top: 0;
}
.video-post .sharesocial-post ul li + li {
  margin-left: 10px;
}
.related-videos::-webkit-scrollbar {
  width: 8px;
}
.related-videos::-webkit-scrollbar-track {
  background: 0 0;
}
.related-videos::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}
.gallery-post {
  padding-top: 1.5rem;
}
.gallerypost-content {
  margin-top: 16px;
}
.gallerypost-content .gallery-img {
  margin-bottom: 20px;
}
.galleryimg-wrapper {
  height: 700px;
  width: 100%;
  overflow: hidden;
  padding: 0 34px;
  background: #d3d3d3;
}
.galleryimg-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallerypost-carousel .owl-next,
.gallerypost-carousel .owl-prev {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  background: rgba(0, 0, 0, 0.6) !important;
  outline: 0;
}
.gallerypost-carousel .owl-next {
  right: 0;
}
.gallerypost-carousel .owl-prev {
  left: 0;
}
.gallerypost-carousel .owl-next i,
.gallerypost-carousel .owl-prev i {
  color: #fff;
}
.galleryloadmore {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.gallery-post .sharesocial-post {
  margin-bottom: 10px;
}


.postloadmore {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.category-postlist {
  padding-top: 1.5rem;
}
.subcategory-post {
  padding-bottom: 1.5rem;
}
.category-postlist .section-title:before {
  content: "";
  width: calc(50% - 136px);
  height: 0;
  border-bottom: 2px solid #cecec7;
  position: absolute;
  left: 0;
  top: 18px;
}
.category-postlist .section-title:after {
  content: "";
  width: calc(50% - 136px);
  height: 0;
  border-bottom: 2px solid #cecec7;
  position: absolute;
  right: 0;
  top: 18px;
}
.category-postlist .section-title h3 {
  font-size: 32px;
  margin-bottom: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.category-postlist .section-title h3 a {
  color: #404040;
  text-decoration: none;
}
.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 .content {
  background: 0 0;
}
.category-postlist .length-post {
  display: flex;
}
.category-postlist .length-post .img-wrapper {
  flex: 40%;
  height: 90px;
  background: #d3d3d3;
}
.category-postlist .length-post .content {
  flex: 60%;
  height: 90px;
}
.category-postlist .small-post .img-wrapper {
  height: 80px;
  background: #d3d3d3;
}
.category-postlist .small-post .content {
  height: 80px;
}
.category-postlist .mini-post:last-child {
  border-bottom: none;
}
.category-postlist .background-post {
  border-bottom: 0;
}
.category-postlist .background-post .img-wrapper {
  height: 80px;
  flex: 28%;
  background: #d3d3d3;
}
.category-postlist .background-post .content {
  flex: 72%;
  height: 80px;
  background: #f5f5f5;
}
.pagenotfound h1 {
  font-size: 12rem;
  color: #de0403;
  margin-bottom: 0;
  line-height: 1;
}
.pagenotinner {
  text-align: center;
}
.pagenotfound h2 {
  font-size: 2.5rem;
  margin-bottom: 0;
}
.pagenotfound p {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
	nav.navbar.navbar-expand-md.navbar-dark {
    background: #fff!important;
    border-top: 1px solid #000080!important;
    border-bottom: 1px solid #185ca4!important;
}
  #menuNavbar {
    width: calc(100vw - 25%);
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #000080;
    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: rgba(0, 0, 0, 0.9);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
  }
  .menuoverlay.menuopen {
    width: 100%;
    opacity: 0.8;
  }
  .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: 1.5rem 2rem;
  }
  .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;
  }
