@charset "UTF-8";
/*
Template Name : iNews - Responsive Newspaper HTML Template
Template Author: Code Blowing
Version: 5.0.0
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
body {
  font-family: "Lato", sans-serif;
  font-weight: normal;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
  font-family: "Lato", sans-serif;
  color: #f60d2b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #0C1923;
}

.form-control, .btn {
  border-radius: 0;
}

.form-control:focus, .btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.form-control:focus {
  border-color: #0C1923;
}

.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  margin-bottom: 0.3rem;
}

.btn-red {
  color: #ffffff;
  background: #f60d2b;
  border-color: #f60d2b;
}
.btn-red:hover {
  background: #0C1923;
  color: #ffffff;
  border-color: #0C1923;
}

.btn-black {
  color: #ffffff;
  background: #0C1923;
  border-color: #0C1923;
}
.btn-black:hover {
  background: #f60d2b;
  color: #ffffff;
  border-color: #f60d2b;
}

.overlay {
  position: relative;
  z-index: 1;
}

.overlay:after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.45;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.copyright-text p a {
  font-weight: bold;
  color: #0C1923;
}
.copyright-text p a:hover {
  color: #f60d2b;
}

.totop {
  position: fixed;
  bottom: 5%;
  right: 2%;
  z-index: 9999;
}
.totop a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 2;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #0C1923;
  color: #ffffff;
  font-size: 20px;
}
.totop a:hover {
  background: #f60d2b;
}

.preloader {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.preloader img {
  background: #ffffff;
  position: fixed;
  top: 48%;
  left: 45%;
  z-index: 99999;
}

.inews-post-meta span {
  color: #666666;
}

:root {
  --hue: 223;
  --bg: hsl(var(--hue),10%,90%);
  --fg: hsl(var(--hue),10%,10%);
  --primary: hsl(var(--hue),90%,55%);
  --primary-l: hsl(var(--hue),90%,65%);
  --primary-d: hsl(var(--hue),90%,45%);
  --white: hsl(var(--hue),10%,100%);
  --white-d: hsl(var(--hue),10%,45%);
}

.book,
.book-pg-shadow,
.book-pg {
  animation: cover 7s ease-in-out infinite;
}

.book {
  background-color: #f60d2b;
  border-radius: 0.25em;
  box-shadow: 0 0.25em 0.5em hsla(0, 0%, 0%, 0.3), 0 0 0 0.25em #f60d2b inset;
  padding: 0.25em;
  perspective: 37.5em;
  position: relative;
  width: 4em;
  height: 3em;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.book-pg-shadow,
.book-pg {
  position: absolute;
  left: 0.25em;
  width: calc(50% - 0.25em);
}

.book-pg-shadow {
  animation-name: shadow;
  background-image: linear-gradient(-45deg, hsla(0, 0%, 0%, 0) 50%, hsla(0, 0%, 0%, 0.3) 50%);
  filter: blur(0.25em);
  top: calc(100% - 0.25em);
  height: 3.75em;
  transform: scaleY(0);
  transform-origin: 100% 0%;
}

.book-pg {
  animation-name: pg1;
  background-color: #ffffff;
  background-image: linear-gradient(90deg, hsla(var(--hue), 10%, 90%, 0) 87.5%, hsl(var(--hue), 10%, 90%));
  height: calc(100% - 0.5em);
  transform-origin: 100% 50%;
}

.book-pg-2,
.book-pg-3,
.book-pg-4 {
  background-image: repeating-linear-gradient(hsl(var(--hue), 10%, 10%) 0 0.125em, hsla(var(--hue), 10%, 10%, 0) 0.125em 0.5em), linear-gradient(90deg, hsla(var(--hue), 10%, 90%, 0) 87.5%, hsl(var(--hue), 10%, 90%));
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em 3em, 100% 100%;
}

.book-pg-2 {
  animation-name: pg2;
}

.book-pg-3 {
  animation-name: pg3;
}

.book-pg-4 {
  animation-name: pg4;
}

.book-pg-5 {
  animation-name: pg5;
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
  :root {
    --bg: hsl(var(--hue),10%,30%);
    --fg: hsl(var(--hue),10%,90%);
  }
}
/* Animations */
@keyframes cover {
  from, 5%, 45%, 55%, 95%, to {
    animation-timing-function: ease-out;
    background-color: #0C1923;
  }
  10%, 40%, 60%, 90% {
    animation-timing-function: ease-in;
    background-color: #0C1923;
  }
}
@keyframes shadow {
  from, 10.01%, 20.01%, 30.01%, 40.01% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 0, 1px) scaleY(0) rotateY(0);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 1px) scaleY(0.2) rotateY(90deg);
  }
  10%, 20%, 30%, 40%, 50%, to {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 1px) scaleY(0) rotateY(180deg);
  }
  50.01%, 60.01%, 70.01%, 80.01%, 90.01% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 0, 1px) scaleY(0) rotateY(180deg);
  }
  60%, 70%, 80%, 90%, to {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 1px) scaleY(0) rotateY(0);
  }
}
@keyframes pg1 {
  from, to {
    animation-timing-function: ease-in-out;
    background-color: #ffffff;
    transform: translate3d(0, 0, 1px) rotateY(0.4deg);
  }
  10%, 15% {
    animation-timing-function: ease-out;
    background-color: #ffffff;
    transform: translate3d(0, 0, 1px) rotateY(180deg);
  }
  20%, 80% {
    animation-timing-function: ease-in;
    background-color: var(--white-d);
    transform: translate3d(0, 0, 1px) rotateY(180deg);
  }
  85%, 90% {
    animation-timing-function: ease-in-out;
    background-color: #ffffff;
    transform: translate3d(0, 0, 1px) rotateY(180deg);
  }
}
@keyframes pg2 {
  from, to {
    animation-timing-function: ease-in;
    background-color: var(--white-d);
    transform: translate3d(0, 0, 1px) rotateY(0.3deg);
  }
  5%, 10% {
    animation-timing-function: ease-in-out;
    background-color: #ffffff;
    transform: translate3d(0, 0, 1px) rotateY(0.3deg);
  }
  20%, 25% {
    animation-timing-function: ease-out;
    background-color: #ffffff;
    transform: translate3d(0, 0, 1px) rotateY(179.9deg);
  }
  30%, 70% {
    animation-timing-function: ease-in;
    background-color: var(--white-d);
    transform: translate3d(0, 0, 1px) rotateY(179.9deg);
  }
  75%, 80% {
    animation-timing-function: ease-in-out;
    background-color: #ffffff;
    transform: translate3d(0, 0, 1px) rotateY(179.9deg);
  }
  90%, 95% {
    animation-timing-function: ease-out;
    background-color: #ffffff;
    transform: translate3d(0, 0, 1px) rotateY(0.3deg);
  }
}
@keyframes pg3 {
  from, 10%, 90%, to {
    animation-timing-function: ease-in;
    background-color: var(--white-d);
    transform: translate3d(0, 0, 1px) rotateY(0.2deg);
  }
  15%, 20% {
    animation-timing-function: ease-in-out;
    background-color: #ffffff;
    transform: translate3d(0, 0, 1px) rotateY(0.2deg);
  }
  30%, 35% {
    animation-timing-function: ease-out;
    background-color: #ffffff;
    transform: translate3d(0, 0, 1px) rotateY(179.8deg);
  }
  40%, 60% {
    animation-timing-function: ease-in;
    background-color: var(--white-d);
    transform: translate3d(0, 0, 1px) rotateY(179.8deg);
  }
  65%, 70% {
    animation-timing-function: ease-in-out;
    background-color: #ffffff;
    transform: translate3d(0, 0, 1px) rotateY(179.8deg);
  }
  80%, 85% {
    animation-timing-function: ease-out;
    background-color: #ffffff;
    transform: translate3d(0, 0, 1px) rotateY(0.2deg);
  }
}
@keyframes pg4 {
  from, 20%, 80%, to {
    animation-timing-function: ease-in;
    background-color: var(--white-d);
    transform: translate3d(0, 0, 1px) rotateY(0.1deg);
  }
  25%, 30% {
    animation-timing-function: ease-in-out;
    background-color: #ffffff;
    transform: translate3d(0, 0, 1px) rotateY(0.1deg);
  }
  40%, 45% {
    animation-timing-function: ease-out;
    background-color: #ffffff;
    transform: translate3d(0, 0, 1px) rotateY(179.7deg);
  }
  50% {
    animation-timing-function: ease-in;
    background-color: var(--white-d);
    transform: translate3d(0, 0, 1px) rotateY(179.7deg);
  }
  55%, 60% {
    animation-timing-function: ease-in-out;
    background-color: #ffffff;
    transform: translate3d(0, 0, 1px) rotateY(179.7deg);
  }
  70%, 75% {
    animation-timing-function: ease-out;
    background-color: #ffffff;
    transform: translate3d(0, 0, 1px) rotateY(0.1deg);
  }
}
@keyframes pg5 {
  from, 30%, 70%, to {
    animation-timing-function: ease-in;
    background-color: var(--white-d);
    transform: translate3d(0, 0, 1px) rotateY(0);
  }
  35%, 40% {
    animation-timing-function: ease-in-out;
    background-color: #ffffff;
    transform: translate3d(0, 0, 1px) rotateY(0deg);
  }
  50% {
    animation-timing-function: ease-in-out;
    background-color: #ffffff;
    transform: translate3d(0, 0, 1px) rotateY(179.6deg);
  }
  60%, 65% {
    animation-timing-function: ease-out;
    background-color: #ffffff;
    transform: translate3d(0, 0, 1px) rotateY(0);
  }
}
.topbar {
  padding: 10px 0;
}

.header-social ul {
  text-align: right;
}
.header-social ul li {
  display: inline-block;
  margin: 0 5px;
}
.header-social ul li:first-child {
  margin-left: 0;
}
.header-social ul li:last-child {
  margin-right: 0;
}
.header-social ul li a {
  color: #0C1923;
  font-size: 14px;
}
.header-social ul li a:hover {
  color: #f60d2b;
}

.main-header {
  padding: 20px 0;
}
.main-header .logobar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header .logobar .top-logo a img {
  max-width: 150px;
  height: auto;
}
.main-header .logobar .header-ads a img {
  max-width: 620px;
  height: auto;
}

.menu-bar {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media all and (max-width: 992px) {
  .main-header .logobar {
    display: block;
  }
  .main-header .logobar .top-logo {
    text-align: center;
    margin-bottom: 1rem;
  }
  .main-header .logobar .header-ads {
    text-align: center;
  }
  .main-header .logobar .header-ads a img {
    max-width: 500px;
  }
}
@media all and (max-width: 768px) {
  .main-header .logobar .header-ads {
    text-align: center;
  }
  .main-header .logobar .header-ads a img {
    max-width: 100%;
  }
}
.topmenu ul li {
  display: inline-block;
  margin: 0 10px;
}
.topmenu ul li:first-child {
  margin-left: 0;
}
.topmenu ul li:last-child {
  margin-right: 0;
}
.topmenu ul li a {
  color: #0C1923;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.topmenu ul li a:hover {
  color: #f60d2b;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #ffffff;
  animation: 0.5s slideInDown both;
}
.navigation-fixed .main-menu, .navigation-fixed .mean-container .mean-bar {
  margin: 0 !important;
}

.navigation {
  margin: 15px 0;
}
.navigation.navigation-fixed {
  margin: 0;
}
.navigation.navigation-fixed .mean-bar .meanmenu-reveal {
  top: 0;
}

.main-menu .menu-container .menu > li {
  display: inline-block;
}
.main-menu .menu-container .menu li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #0C1923;
  font-weight: 600;
  padding: 10px 15px;
}
.main-menu .menu-container .menu li a:hover {
  background: #f60d2b;
  color: #ffffff;
}
.main-menu .menu-container .menu li a i {
  margin-right: 5px;
}
.main-menu .menu-container .menu .has-submenu {
  position: relative;
}
.main-menu .menu-container .menu .has-submenu > a:after {
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
  font-size: 12px;
}
.main-menu .menu-container .menu .has-submenu .submenu {
  position: absolute;
  border-top: 1px solid #f60d2b;
  min-width: 150px;
  background: #ffffff;
  top: 100%;
  left: 0;
  display: none;
  z-index: 999999;
  -webkit-box-shadow: 0px 5px 5px 0px #cccccc;
  -moz-box-shadow: 0px 5px 5px 0px #cccccc;
  -ms-box-shadow: 0px 5px 5px 0px #cccccc;
  -o-box-shadow: 0px 5px 5px 0px #cccccc;
  box-shadow: 0px 5px 5px 0px #cccccc;
}
.main-menu .menu-container .menu .has-submenu .submenu .has-submenu {
  position: relative;
}
.main-menu .menu-container .menu .has-submenu .submenu .has-submenu > a:after {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  position: absolute;
  top: 11px;
  right: 5px;
}
.main-menu .menu-container .menu .has-submenu .submenu .has-submenu ul.submenu {
  top: 0;
  left: 100%;
}
.main-menu .menu-container .menu .has-submenu .submenu li a {
  text-transform: initial;
  display: block;
  padding: 8px 15px;
}
.main-menu .menu-container .menu .has-submenu:hover > .submenu {
  display: block;
}

.mean-container a.meanmenu-reveal {
  height: 20px;
  transition: none;
  top: -7px;
  padding: 13px 0 11px;
}
.mean-container a.meanmenu-reveal span {
  background: #0C1923;
}
.mean-container a.meanmenu-reveal i {
  color: #0C1923;
}
.mean-container .mean-bar {
  padding: 0 !important;
  margin: 10px 0;
  z-index: 1000;
  background-color: transparent;
  position: absolute;
  left: 0;
}
.mean-container .mean-nav {
  overflow: auto;
  max-height: 300px;
  margin-top: 40px;
}
.mean-container .mean-nav ul li a {
  font-size: 14px;
}
.mean-container .mean-nav ul li li a {
  text-transform: initial;
}
.mean-container .mean-nav ul li .mean-expand {
  margin: 0 !important;
  height: 26px !important;
}

#mobile-menu {
  width: 96%;
  display: none;
}

.ads .ad-title span {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}
.ads .horizental-ad {
  text-align: center;
  max-width: 60%;
  margin: 2rem auto;
}
.ads .horizental-ad a img {
  width: 100%;
}
.ads .square-ad a img {
  width: 100%;
  height: auto;
}

.header-search {
  margin: 10px 10px 0 0;
  text-align: left;
  position: relative;
  z-index: 9999;
}
.header-search .search-icon i {
  cursor: pointer;
  transition: 0.3s;
}
.header-search .search-icon i:hover {
  color: #f60d2b;
}

div.search i {
  cursor: pointer;
  vertical-align: middle;
}

.searchbox {
  position: absolute;
  right: 0;
  top: 100%;
  left: -295px;
  width: 315px;
  opacity: 0;
  padding: 20px;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-top: 3px solid transparent;
  background: #f8f8f8;
}
.searchbox.show {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  top: 100%;
  left: -289px;
  padding: 20px;
  border-top: 3px solid #f60d2b;
  background: #f8f8f8;
}
.searchbox form input[type=text] {
  border: 1px solid #dee2e5;
}
.searchbox form input[type=text]:focus {
  border-color: #f60d2b;
}
.searchbox form input {
  border-radius: 0;
}
.searchbox form button {
  border-radius: 0;
}

.post-block {
  margin-bottom: 30px;
  overflow: hidden;
}

.inews-block-title {
  margin-bottom: 25px;
}
.inews-block-title h4 {
  background: url("img/title-bg.png");
}
.inews-block-title h4 span {
  background: #0C1923;
  display: inline-block;
  padding: 8px 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
}

.inews-post-content p {
  color: #666666;
}
.inews-post-content blockquote {
  text-align: center;
  font-size: 1.5rem;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 5px;
  background: #0C1923;
  color: #ffffff;
  font-style: italic;
}
.inews-post-content blockquote span {
  display: block;
  text-align: center;
  margin: 1rem 0;
  font-style: normal;
  font-size: 1.2rem;
}
.inews-post-content ul {
  margin: 1rem 0;
}
.inews-post-content ul li {
  margin: 5px 0 5px 1rem;
  list-style-type: square;
}
.inews-post-content img {
  margin: 1rem auto;
  width: 70%;
  display: block;
}
.inews-post-content .gallery {
  margin: 1rem 0;
}
.inews-post-content .gallery img {
  width: 33.3333333333%;
  float: left;
  overflow: hidden;
  margin: 0;
}
.inews-post-content .gallery img:last-child {
  float: none;
}

.inews-post-thumb {
  overflow: hidden;
}
.inews-post-thumb img {
  width: 100%;
  height: auto;
}
.inews-post-thumb a {
  display: block;
  width: 100%;
}
.inews-post-thumb a img {
  width: 100%;
  height: auto;
}

.inews-post-cat {
  font-weight: bold;
}

.inews-post-title h1 {
  font-size: 2rem;
  margin: 1rem 0;
}
.inews-post-title h3 a {
  font-size: 20px;
  line-height: 1.4;
}

.quote .inews-post-title h1 {
  quotes: "“" "„";
  font-style: italic;
  margin: 2rem 0;
}

.single-post .inews-post-meta span {
  font-weight: bold;
  margin-right: 10px;
}
.single-post .inews-post-meta span:last-child {
  margin-right: 0;
}
.single-post .inews-post-meta span i {
  margin-right: 5px;
}

.single-post-meta {
  border-bottom: 1px solid #cccccc;
  padding: 1rem 0;
}

.single-post {
  padding: 1rem;
}

.share-box {
  margin: 2rem 0;
}
.share-box h4 {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
.share-box ul {
  list-style: none;
  text-align: center;
}
.share-box ul li {
  display: inline-block;
  margin: 5px 0;
}
.share-box ul li a {
  color: #ffffff;
  padding: 5px 15px;
  font-size: 18px;
  -webkit-box-shadow: 0px 3px 3px 0px #cccccc;
  -moz-box-shadow: 0px 3px 3px 0px #cccccc;
  -ms-box-shadow: 0px 3px 3px 0px #cccccc;
  -o-box-shadow: 0px 3px 3px 0px #cccccc;
  box-shadow: 0px 3px 3px 0px #cccccc;
}
.share-box ul li a:hover {
  background: #0C1923 !important;
}
.share-box ul li a.facebook {
  background: #4267B2;
}
.share-box ul li a.twitter {
  background: #1A91DA;
}
.share-box ul li a.dribbble {
  background: #ea4c89;
}
.share-box ul li a.linkedin {
  background: #0077B5;
}
.share-box ul li a.youtube {
  background: #FF0000;
}
.share-box ul li a.pinterest {
  background: #e60023;
}

.comment-list h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 2rem 0;
}
.comment-list .single-comment {
  margin-bottom: 2rem;
}
.comment-list .single-comment .author-thumb {
  width: 100px;
  float: left;
  overflow: hidden;
}
.comment-list .single-comment .author-thumb img {
  margin: 0;
  width: 70px;
  height: 70px;
  border: 2px solid #0C1923;
  padding: 3px;
}
.comment-list .single-comment .comment-info {
  overflow: hidden;
}
.comment-list .single-comment .comment-info .meta-links a {
  color: #0C1923;
  font-weight: bold;
}
.comment-list .single-comment .comment-info .meta-links a:hover {
  color: #f60d2b;
}
.comment-list .single-comment .comment-info .meta-links .reply {
  float: right;
}
.comment-list .single-comment .single-comment {
  margin: 2rem 0 0 100px;
}

.comment-form h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 2rem 0;
}

.single-post .inews-post-video iframe {
  width: 100%;
  min-height: 400px;
  border: 0;
}
.single-post .inews-post-audio iframe {
  width: 100%;
  min-height: 150px;
  border: 0;
}
.single-post .gallery-slider .owl-nav .owl-next, .single-post .gallery-slider .owl-nav .owl-prev {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: #0C1923;
  padding: 5px 10px !important;
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-post .gallery-slider .owl-nav .owl-next:hover, .single-post .gallery-slider .owl-nav .owl-prev:hover {
  background: #f60d2b;
}
.single-post .gallery-slider .owl-nav .owl-next {
  right: 0;
}
.single-post .gallery-slider .owl-nav .owl-prev {
  left: 0;
}

.title h4 {
  font-size: 20px;
  text-transform: uppercase;
}

.register-form, .login-form {
  max-width: 600px;
  margin: auto;
}

.inews-error-head {
  font-weight: bold;
  font-size: 5rem;
  color: #0C1923;
}
.inews-error-head img {
  max-width: 300px;
  height: auto;
}

.search-text {
  margin: 1rem 0;
}
.search-text p {
  color: #666666;
}
.search-text p span {
  font-weight: bold;
  color: #0C1923;
}

.inews-post-block1 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.inews-post-block1 .inews-post-item {
  position: relative;
}
.inews-post-block1 .inews-post-item .inews-post-thumb {
  overflow: hidden;
}
.inews-post-block1 .inews-post-item .inews-post-thumb a img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.inews-post-block1 .inews-post-item .inews-post-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
}
.inews-post-block1 .inews-post-item .inews-post-info .inews-post-title h3 a {
  color: #ffffff;
}
.inews-post-block1 .inews-post-item .inews-post-info .inews-post-title h3 a:hover {
  color: #f60d2b;
}
.inews-post-block1 .inews-post-item .inews-post-info .inews-post-cat {
  background: #f60d2b;
  padding: 3px 8px;
  font-size: 12px;
  color: #ffffff;
}
.inews-post-block1 .inews-post-item .inews-post-info .inews-post-meta {
  transition: all 0.2s ease-in-out;
}
.inews-post-block1 .inews-post-item .inews-post-info .inews-post-meta .inews-post-author a {
  color: #f60d2b;
  font-weight: normal;
}
.inews-post-block1 .inews-post-item .inews-post-info .inews-post-meta .inews-post-author a:hover {
  color: #f60d2b;
}
.inews-post-block1 .inews-post-item .inews-post-info .inews-post-meta .inews-post-author span {
  color: #ffffff;
}
.inews-post-block1 .inews-post-item .inews-post-info .inews-post-meta .inews-post-date {
  color: #ffffff;
}
.inews-post-block1 .inews-post-item:hover .inews-post-thumb a img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.inews-post-block1 .inews-post-item:hover .inews-post-cat {
  background: #ffffff;
  color: #f60d2b;
}
.inews-post-block1.block1-slider .owl-nav .owl-next, .inews-post-block1.block1-slider .owl-nav .owl-prev {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: #0C1923;
  padding: 5px 10px !important;
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inews-post-block1.block1-slider .owl-nav .owl-next:hover, .inews-post-block1.block1-slider .owl-nav .owl-prev:hover {
  background: #f60d2b;
}
.inews-post-block1.block1-slider .owl-nav .owl-next {
  right: 0;
}
.inews-post-block1.block1-slider .owl-nav .owl-prev {
  left: 0;
}
.inews-post-block1.block1-slider .inews-post-item {
  width: 100%;
  overflow: hidden;
}

@media all and (max-width: 992px) {
  .inews-post-block1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 768px) {
  .inews-post-block1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.inews-post-block2 .inews-post-item {
  margin-bottom: 25px;
  display: flex;
  gap: 10px;
  align-items: start;
}
.inews-post-block2 .inews-post-item:last-child {
  margin-bottom: 0;
}
.inews-post-block2 .inews-post-item .inews-post-thumb {
  flex-basis: 350px;
  position: relative;
}
.inews-post-block2 .inews-post-item .inews-post-thumb a {
  display: block;
}
.inews-post-block2 .inews-post-item .inews-post-thumb a img {
  width: 100%;
}
.inews-post-block2 .inews-post-item .inews-post-thumb .inews-thumb-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inews-post-block2 .inews-post-item .inews-post-thumb .inews-thumb-overlay .icon {
  color: #ffffff;
  position: absolute;
  top: 45%;
  left: 50%;
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  text-align: center;
}
.inews-post-block2 .inews-post-item .inews-post-thumb .inews-thumb-overlay .icon i {
  font-size: 30px;
}
.inews-post-block2 .inews-post-item .inews-post-info .inews-post-title h3 a {
  color: #0C1923;
}
.inews-post-block2 .inews-post-item .inews-post-info .inews-post-title h3 a:hover {
  color: #f60d2b;
}
.inews-post-block2 .inews-post-item .inews-post-info .inews-post-meta {
  margin: 10px 0;
  display: flex;
  gap: 5px;
}
.inews-post-block2 .inews-post-item .inews-post-info .inews-post-meta span i {
  color: #0C1923;
  margin-right: 5px;
  font-size: 1rem;
}
.inews-post-block2 .inews-post-item .inews-post-info .inews-post-meta span a {
  color: #666666;
  font-weight: 600;
}
.inews-post-block2 .inews-post-item .inews-post-info .inews-post-meta span a:hover {
  color: #f60d2b;
}
.inews-post-block2 .inews-post-item:hover .inews-thumb-overlay {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.inews-post-block2 .inews-post-item:hover .inews-post-info .inews-post-title h3 a {
  color: #f60d2b;
}

.recent-post-block2 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(1, 1fr);
}
.recent-post-block2 .inews-post-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.recent-post-block2 .inews-post-item .inews-post-thumb {
  flex-basis: 32.6666666667%;
  margin-right: 2%;
  position: relative;
}
.recent-post-block2 .inews-post-item .inews-post-thumb a {
  display: block;
}
.recent-post-block2 .inews-post-item .inews-post-thumb a img {
  width: 100%;
}
.recent-post-block2 .inews-post-item .inews-post-thumb .inews-thumb-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recent-post-block2 .inews-post-item .inews-post-thumb .inews-thumb-overlay .icon {
  color: #ffffff;
  position: absolute;
  top: 40%;
  left: 50%;
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  text-align: center;
}
.recent-post-block2 .inews-post-item .inews-post-thumb .inews-thumb-overlay .icon i {
  font-size: 20px;
}
.recent-post-block2 .inews-post-item .inews-post-info {
  flex-basis: 65.3333333333%;
  overflow: hidden;
}
.recent-post-block2 .inews-post-item .inews-post-info .inews-post-title h3 a {
  color: #0C1923;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.recent-post-block2 .inews-post-item .inews-post-info .inews-post-title h3 a:hover {
  color: #f60d2b;
}
.recent-post-block2 .inews-post-item .inews-post-info .inews-post-meta {
  margin: 5px 0;
}
.recent-post-block2 .inews-post-item .inews-post-info .inews-post-meta span {
  margin-right: 10px;
}
.recent-post-block2 .inews-post-item .inews-post-info .inews-post-meta span:last-child {
  margin-right: 0;
}
.recent-post-block2 .inews-post-item .inews-post-info .inews-post-meta span i {
  color: #666666;
  margin-right: 5px;
  font-size: 1rem;
}
.recent-post-block2 .inews-post-item .inews-post-info .inews-post-meta span a {
  color: #666666;
  font-weight: 600;
}
.recent-post-block2 .inews-post-item .inews-post-info .inews-post-meta span a:hover {
  color: #f60d2b;
}
.recent-post-block2 .inews-post-item:hover .inews-thumb-overlay {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.recent-post-block2 .inews-post-item:hover .inews-post-info .inews-post-title h3 a {
  color: #f60d2b;
}

@media (max-width: 768px) {
  .inews-post-block2 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .inews-post-block2 .inews-post-item {
    display: block;
  }
  .inews-post-block2 .inews-post-info {
    margin-top: 1rem;
  }
}
.inews-post-block3 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.inews-post-block3 .inews-post-item .inews-post-thumb {
  position: relative;
}
.inews-post-block3 .inews-post-item .inews-post-thumb a {
  display: block;
}
.inews-post-block3 .inews-post-item .inews-post-thumb a img {
  width: 100%;
}
.inews-post-block3 .inews-post-item .inews-post-thumb .inews-thumb-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inews-post-block3 .inews-post-item .inews-post-thumb .inews-thumb-overlay .icon {
  color: #ffffff;
  position: absolute;
  top: 45%;
  left: 50%;
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  text-align: center;
}
.inews-post-block3 .inews-post-item .inews-post-thumb .inews-thumb-overlay .icon i {
  font-size: 30px;
}
.inews-post-block3 .inews-post-item .inews-post-info {
  width: 100%;
  overflow: hidden;
}
.inews-post-block3 .inews-post-item .inews-post-info .inews-post-title {
  margin: 1rem 0;
}
.inews-post-block3 .inews-post-item .inews-post-info .inews-post-title h3 a {
  color: #0C1923;
}
.inews-post-block3 .inews-post-item .inews-post-info .inews-post-title h3 a:hover {
  color: #f60d2b;
}
.inews-post-block3 .inews-post-item .inews-post-info .inews-post-meta {
  margin: 10px 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
.inews-post-block3 .inews-post-item .inews-post-info .inews-post-meta span {
  color: #666666;
}
.inews-post-block3 .inews-post-item .inews-post-info .inews-post-meta span:last-child {
  margin-right: 0;
}
.inews-post-block3 .inews-post-item .inews-post-info .inews-post-meta span i {
  margin-right: 5px;
  font-size: 1rem;
}
.inews-post-block3 .inews-post-item .inews-post-info .inews-post-meta span a {
  color: #666666;
  font-weight: 600;
}
.inews-post-block3 .inews-post-item .inews-post-info .inews-post-meta span a:hover {
  color: #f60d2b;
}
.inews-post-block3 .inews-post-item:hover .inews-thumb-overlay {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media all and (max-width: 768px) {
  .inews-post-block3 {
    display: block;
  }
}
.inews-post-block4 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.inews-post-block4 .inews-post-item {
  display: flex;
  gap: 10px;
  align-items: start;
}
.inews-post-block4 .inews-post-item .inews-post-thumb {
  flex-basis: 32.6666666667%;
  position: relative;
}
.inews-post-block4 .inews-post-item .inews-post-thumb a {
  display: block;
}
.inews-post-block4 .inews-post-item .inews-post-thumb a img {
  width: 100%;
}
.inews-post-block4 .inews-post-item .inews-post-thumb .inews-thumb-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inews-post-block4 .inews-post-item .inews-post-thumb .inews-thumb-overlay .icon {
  color: #ffffff;
  position: absolute;
  top: 40%;
  left: 50%;
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  text-align: center;
}
.inews-post-block4 .inews-post-item .inews-post-thumb .inews-thumb-overlay .icon i {
  font-size: 20px;
}
.inews-post-block4 .inews-post-item .inews-post-info {
  flex-basis: 65.3333333333%;
}
.inews-post-block4 .inews-post-item .inews-post-info .inews-post-title h3 a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #0C1923;
}
.inews-post-block4 .inews-post-item .inews-post-info .inews-post-title h3 a:hover {
  color: #f60d2b;
}
.inews-post-block4 .inews-post-item .inews-post-info .inews-post-meta {
  margin: 5px 0;
}
.inews-post-block4 .inews-post-item .inews-post-info .inews-post-meta span i {
  color: #666666;
  margin-right: 5px;
  display: inline-block;
  font-size: 1rem;
}
.inews-post-block4 .inews-post-item .inews-post-info .inews-post-meta span a {
  color: #0C1923;
  font-weight: 600;
}
.inews-post-block4 .inews-post-item .inews-post-info .inews-post-meta span a:hover {
  color: #f60d2b;
}
.inews-post-block4 .inews-post-item:hover .inews-thumb-overlay {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media all and (max-width: 768px) {
  .inews-post-block4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.inews-post-block5 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.inews-post-block5 .posts-wrap:last-child .inews-post-item {
  display: flex;
  gap: 10px;
  align-items: start;
}
.inews-post-block5 .posts-wrap:last-child .inews-post-item .inews-post-thumb {
  flex-basis: 32.6666666667%;
  position: relative;
}
.inews-post-block5 .posts-wrap:last-child .inews-post-item .inews-post-thumb a {
  display: block;
}
.inews-post-block5 .posts-wrap:last-child .inews-post-item .inews-post-thumb a img {
  width: 100%;
}
.inews-post-block5 .posts-wrap:last-child .inews-post-item .inews-post-thumb .inews-thumb-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inews-post-block5 .posts-wrap:last-child .inews-post-item .inews-post-thumb .inews-thumb-overlay .icon {
  color: #ffffff;
  position: absolute;
  top: 40%;
  left: 50%;
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  text-align: center;
}
.inews-post-block5 .posts-wrap:last-child .inews-post-item .inews-post-thumb .inews-thumb-overlay .icon i {
  font-size: 20px;
}
.inews-post-block5 .posts-wrap:last-child .inews-post-item .inews-post-info {
  flex-basis: 65.3333333333%;
}
.inews-post-block5 .posts-wrap:last-child .inews-post-item .inews-post-info .inews-post-title {
  margin: 0;
}
.inews-post-block5 .posts-wrap:last-child .inews-post-item .inews-post-info .inews-post-title h3 a {
  font-size: 15px;
  font-weight: bold;
}
.inews-post-block5 .posts-wrap:last-child .inews-post-item .inews-post-info .inews-post-meta {
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.inews-post-block5 .posts-wrap:last-child .inews-post-item .inews-post-info .inews-post-meta span i {
  color: #666666;
  margin-right: 5px;
  font-size: 1rem;
}
.inews-post-block5 .posts-wrap:last-child .inews-post-item .inews-post-info .inews-post-meta span a {
  color: #666666;
  font-weight: 600;
}
.inews-post-block5 .posts-wrap:last-child .inews-post-item .inews-post-info .inews-post-meta span a:hover {
  color: #f60d2b;
}
.inews-post-block5 .posts-wrap:last-child .inews-post-item:hover .inews-thumb-overlay {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.inews-post-block5 .posts-wrap .inews-post-item {
  margin-bottom: 1rem;
  align-items: start;
}
.inews-post-block5 .posts-wrap .inews-post-item .inews-post-thumb {
  position: relative;
}
.inews-post-block5 .posts-wrap .inews-post-item .inews-post-thumb a {
  display: block;
}
.inews-post-block5 .posts-wrap .inews-post-item .inews-post-thumb a img {
  width: 100%;
}
.inews-post-block5 .posts-wrap .inews-post-item .inews-post-thumb .inews-thumb-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inews-post-block5 .posts-wrap .inews-post-item .inews-post-thumb .inews-thumb-overlay .icon {
  color: white;
  position: absolute;
  top: 45%;
  left: 50%;
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  text-align: center;
}
.inews-post-block5 .posts-wrap .inews-post-item .inews-post-thumb .inews-thumb-overlay .icon i {
  font-size: 30px;
}
.inews-post-block5 .posts-wrap .inews-post-item .inews-post-info {
  width: 100%;
}
.inews-post-block5 .posts-wrap .inews-post-item .inews-post-info .inews-post-title {
  margin: 1rem 0;
}
.inews-post-block5 .posts-wrap .inews-post-item .inews-post-info .inews-post-title h3 a {
  color: #0C1923;
}
.inews-post-block5 .posts-wrap .inews-post-item .inews-post-info .inews-post-title h3 a:hover {
  color: #f60d2b;
}
.inews-post-block5 .posts-wrap .inews-post-item .inews-post-info .inews-post-meta {
  margin: 10px 0;
}
.inews-post-block5 .posts-wrap .inews-post-item .inews-post-info .inews-post-meta span {
  margin-right: 10px;
}
.inews-post-block5 .posts-wrap .inews-post-item .inews-post-info .inews-post-meta span:last-child {
  margin-right: 0;
}
.inews-post-block5 .posts-wrap .inews-post-item .inews-post-info .inews-post-meta span i {
  color: #666666;
  margin-right: 5px;
  font-size: 1rem;
}
.inews-post-block5 .posts-wrap .inews-post-item .inews-post-info .inews-post-meta span a {
  color: #666666;
  font-weight: 600;
}
.inews-post-block5 .posts-wrap .inews-post-item .inews-post-info .inews-post-meta span a:hover {
  color: #f60d2b;
}
.inews-post-block5 .posts-wrap .inews-post-item:hover .inews-thumb-overlay {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media all and (max-width: 992px) {
  .inews-post-block5 {
    display: block;
  }
  .inews-post-block5 .posts-wrap:first-child {
    margin-bottom: 1rem;
  }
}
.inews-post-block6 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.inews-post-block6 .inews-post-item .inews-post-thumb {
  position: relative;
}
.inews-post-block6 .inews-post-item .inews-post-thumb a {
  display: block;
}
.inews-post-block6 .inews-post-item .inews-post-thumb a img {
  width: 100%;
}
.inews-post-block6 .inews-post-item .inews-post-thumb .inews-thumb-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inews-post-block6 .inews-post-item .inews-post-thumb .inews-thumb-overlay .icon {
  color: white;
  position: absolute;
  top: 45%;
  left: 50%;
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  text-align: center;
}
.inews-post-block6 .inews-post-item .inews-post-thumb .inews-thumb-overlay .icon i {
  font-size: 30px;
}
.inews-post-block6 .inews-post-item .inews-post-info .inews-post-title h3 a {
  color: #0C1923;
  font-size: 18px;
  font-weight: bold;
}
.inews-post-block6 .inews-post-item .inews-post-info .inews-post-title h3 a:hover {
  color: #f60d2b;
}
.inews-post-block6 .inews-post-item .inews-post-info .inews-post-meta {
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.inews-post-block6 .inews-post-item .inews-post-info .inews-post-meta span i {
  color: #666666;
  margin-right: 5px;
  font-size: 1rem;
}
.inews-post-block6 .inews-post-item .inews-post-info .inews-post-meta span a {
  color: #666666;
  font-weight: 600;
}
.inews-post-block6 .inews-post-item .inews-post-info .inews-post-meta span a:hover {
  color: #f60d2b;
}
.inews-post-block6 .inews-post-item:hover .inews-thumb-overlay {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media all and (max-width: 992px) {
  .inews-post-block6 .inews-post-item {
    flex-basis: 49%;
  }
}
.inews-post-block7 .posts-wrap {
  width: 100%;
  display: flex;
  gap: 10px;
}
.inews-post-block7 .posts-wrap .inews-post-item {
  margin-bottom: 25px;
}
.inews-post-block7 .posts-wrap .inews-post-item:last-child {
  margin-bottom: 0;
}
.inews-post-block7 .posts-wrap .inews-post-item .inews-post-thumb {
  width: 100%;
  position: relative;
}
.inews-post-block7 .posts-wrap .inews-post-item .inews-post-thumb a {
  display: block;
}
.inews-post-block7 .posts-wrap .inews-post-item .inews-post-thumb a img {
  width: 100%;
}
.inews-post-block7 .posts-wrap .inews-post-item .inews-post-thumb .inews-thumb-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inews-post-block7 .posts-wrap .inews-post-item .inews-post-thumb .inews-thumb-overlay .icon {
  color: white;
  position: absolute;
  top: 45%;
  left: 50%;
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  text-align: center;
}
.inews-post-block7 .posts-wrap .inews-post-item .inews-post-thumb .inews-thumb-overlay .icon i {
  font-size: 30px;
}
.inews-post-block7 .posts-wrap .inews-post-item .inews-post-info {
  width: 100%;
}
.inews-post-block7 .posts-wrap .inews-post-item .inews-post-info .inews-post-title {
  margin: 1rem 0;
}
.inews-post-block7 .posts-wrap .inews-post-item .inews-post-info .inews-post-title h3 a {
  color: #0C1923;
}
.inews-post-block7 .posts-wrap .inews-post-item .inews-post-info .inews-post-title h3 a:hover {
  color: #f60d2b;
}
.inews-post-block7 .posts-wrap .inews-post-item .inews-post-info .inews-post-meta {
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.inews-post-block7 .posts-wrap .inews-post-item .inews-post-info .inews-post-meta span i {
  color: #666666;
  margin-right: 5px;
  font-size: 1rem;
}
.inews-post-block7 .posts-wrap .inews-post-item .inews-post-info .inews-post-meta span a {
  color: #666666;
  font-weight: 600;
}
.inews-post-block7 .posts-wrap .inews-post-item .inews-post-info .inews-post-meta span a:hover {
  color: #f60d2b;
}
.inews-post-block7 .posts-wrap .inews-post-item:hover .inews-thumb-overlay {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.inews-post-block7 .posts-wrap:last-child {
  display: flex;
  margin-top: 1rem;
  flex-wrap: wrap;
  align-items: stretch;
}
.inews-post-block7 .posts-wrap:last-child .inews-post-item {
  margin-bottom: 25px;
  display: flex;
  gap: 10px;
  flex-basis: 49%;
  align-items: start;
}
.inews-post-block7 .posts-wrap:last-child .inews-post-item:last-child {
  margin-bottom: 0;
}
.inews-post-block7 .posts-wrap:last-child .inews-post-item .inews-post-thumb {
  width: 32.6666666667%;
  position: relative;
}
.inews-post-block7 .posts-wrap:last-child .inews-post-item .inews-post-thumb a {
  display: block;
}
.inews-post-block7 .posts-wrap:last-child .inews-post-item .inews-post-thumb a img {
  width: 100%;
}
.inews-post-block7 .posts-wrap:last-child .inews-post-item .inews-post-thumb .inews-thumb-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inews-post-block7 .posts-wrap:last-child .inews-post-item .inews-post-thumb .inews-thumb-overlay .icon {
  color: white;
  position: absolute;
  top: 40%;
  left: 50%;
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  text-align: center;
}
.inews-post-block7 .posts-wrap:last-child .inews-post-item .inews-post-thumb .inews-thumb-overlay .icon i {
  font-size: 20px;
}
.inews-post-block7 .posts-wrap:last-child .inews-post-item .inews-post-info {
  width: 65.3333333333%;
}
.inews-post-block7 .posts-wrap:last-child .inews-post-item .inews-post-info .inews-post-title {
  margin: 0;
}
.inews-post-block7 .posts-wrap:last-child .inews-post-item .inews-post-info .inews-post-title h3 a {
  font-size: 16px;
  font-weight: bold;
  color: #0C1923;
}
.inews-post-block7 .posts-wrap:last-child .inews-post-item .inews-post-info .inews-post-title h3 a:hover {
  color: #f60d2b;
}
.inews-post-block7 .posts-wrap:last-child .inews-post-item .inews-post-info .inews-post-meta {
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.inews-post-block7 .posts-wrap:last-child .inews-post-item .inews-post-info .inews-post-meta span i {
  color: #666666;
  margin-right: 5px;
  font-size: 1rem;
}
.inews-post-block7 .posts-wrap:last-child .inews-post-item .inews-post-info .inews-post-meta span a {
  color: #666666;
  font-weight: 600;
}
.inews-post-block7 .posts-wrap:last-child .inews-post-item .inews-post-info .inews-post-meta span a:hover {
  color: #f60d2b;
}
.inews-post-block7 .posts-wrap:last-child .inews-post-item:hover .inews-thumb-overlay {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media all and (max-width: 575px) {
  .inews-post-block7 .posts-wrap {
    display: block;
  }
  .inews-post-block7 .posts-wrap:last-child {
    display: block;
  }
}
.inews-post-block8 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.inews-post-block8 .inews-post-item .inews-post-thumb {
  position: relative;
}
.inews-post-block8 .inews-post-item .inews-post-thumb a {
  display: block;
}
.inews-post-block8 .inews-post-item .inews-post-thumb a img {
  width: 100%;
}
.inews-post-block8 .inews-post-item .inews-post-thumb .inews-thumb-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inews-post-block8 .inews-post-item .inews-post-thumb .inews-thumb-overlay .icon {
  color: white;
  position: absolute;
  top: 45%;
  left: 50%;
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  text-align: center;
}
.inews-post-block8 .inews-post-item .inews-post-thumb .inews-thumb-overlay .icon i {
  font-size: 30px;
}
.inews-post-block8 .inews-post-item .inews-post-info {
  padding: 10px;
}
.inews-post-block8 .inews-post-item .inews-post-info .inews-post-title {
  margin: 0.5rem 0;
}
.inews-post-block8 .inews-post-item .inews-post-info .inews-post-title h3 a {
  color: #0C1923;
  font-size: 20px;
  font-weight: bold;
}
.inews-post-block8 .inews-post-item .inews-post-info .inews-post-title h3 a:hover {
  color: #f60d2b;
}
.inews-post-block8 .inews-post-item .inews-post-info .inews-post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.inews-post-block8 .inews-post-item .inews-post-info .inews-post-meta span i {
  color: #0C1923;
  margin-right: 5px;
  font-size: 1rem;
}
.inews-post-block8 .inews-post-item .inews-post-info .inews-post-meta span a {
  color: #0C1923;
  font-weight: 600;
}
.inews-post-block8 .inews-post-item .inews-post-info .inews-post-meta span a:hover {
  color: #f60d2b;
}
.inews-post-block8 .inews-post-item .inews-post-info .inews-post-meta .inews-post-author a {
  background-color: #f60d2b;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.inews-post-block8 .inews-post-item .inews-post-info .inews-post-meta .inews-post-author a i {
  color: #ffffff;
}
.inews-post-block8 .inews-post-item .inews-post-info .inews-post-meta .inews-post-author a:hover {
  background-color: #0C1923;
  color: #ffffff;
}
.inews-post-block8 .inews-post-item .inews-post-info .inews-post-meta .inews-post-date {
  font-weight: 600;
}
.inews-post-block8 .inews-post-item:hover .inews-thumb-overlay {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media all and (max-width: 992px) {
  .inews-post-block8 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 768px) {
  .inews-post-block8 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sidebar-widget {
  margin-bottom: 25px;
}
.sidebar-widget:last-child {
  margin-bottom: 0;
}

.footer-widget {
  margin-bottom: 25px;
}

.widget-title {
  margin-bottom: 25px;
}
.widget-title h4 {
  background: url("img/title-bg.png");
}
.widget-title h4 span {
  background: #0C1923;
  display: inline-block;
  padding: 8px 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
}

.widget-title2 {
  margin-bottom: 25px;
}
.widget-title2 h4 span {
  display: inline-block;
  padding-left: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #0C1923;
  border-left: 4px solid #0C1923;
}

.footer-sidebar {
  padding: 2rem 0;
}

.sidebar-widget {
  overflow: hidden;
}

.author-widget {
  text-align: center;
}
.author-widget .thumb {
  margin-bottom: 1.5rem;
}
.author-widget .thumb img {
  border-radius: 50%;
  height: 130px;
  width: 130px;
}
.author-widget .name h4 {
  font-size: 18px;
  margin-bottom: 1rem;
}
.author-widget .description p {
  color: #666666;
  font-size: 16px;
}
.author-widget .author-social ul {
  text-align: center;
  margin-top: 1.5rem;
}
.author-widget .author-social ul li {
  display: inline-block;
  margin-right: 5px;
}
.author-widget .author-social ul li:last-child {
  margin-right: 0;
}
.author-widget .author-social ul li a {
  color: #0C1923;
  font-size: 16px;
  height: 35px;
  border: 1px solid #0C1923;
  width: 35px;
  line-height: 2rem;
  border-radius: 50%;
  text-align: center;
}
.author-widget .author-social ul li a:hover {
  color: #f60d2b;
  background-color: #f60d2b;
  border-color: #f60d2b;
  color: #ffffff;
}

.random-post-widget .inews-post-block3 .inews-post-item {
  width: 100%;
}
.random-post-widget .random-post-widget-slider .owl-dots {
  text-align: center;
  margin-top: 1.5rem;
}
.random-post-widget .random-post-widget-slider .owl-dots .owl-dot.active span {
  background-color: #f60d2b;
}
.random-post-widget .random-post-widget-slider .owl-dots .owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #0C1923;
  margin-right: 5px;
}
.random-post-widget .random-post-widget-slider .owl-dots .owl-dot:last-child span {
  margin-right: 0;
}

.category-widget .categories li {
  padding-bottom: 10px;
}
.category-widget .categories li:last-child {
  padding-bottom: 0;
}
.category-widget .categories li a {
  display: block;
  color: #666666;
  font-weight: 600;
}
.category-widget .categories li a:hover {
  color: #f60d2b;
}
.category-widget .categories li a:hover span {
  background: #f60d2b;
}
.category-widget .categories li a span {
  float: inline-end;
  background-color: #666666;
  color: #ffffff;
  border-radius: 20px;
  padding: 1px 8px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tag-widget .tags li {
  display: inline-block;
  margin-bottom: 5px;
}
.tag-widget .tags li a {
  border: 1px solid #cccccc;
  padding: 2px 5px;
  color: #0C1923;
}
.tag-widget .tags li a:hover {
  background: #f60d2b;
  color: #ffffff;
  border-color: #f60d2b;
}

.fb-page {
  width: 100%;
  overflow: hidden;
}

.share-widget ul li {
  width: 47%;
  float: left;
  overflow: hidden;
  margin: 0 1% 10px 1%;
}
.share-widget ul li a {
  display: block;
  color: #ffffff;
}
.share-widget ul li a:hover {
  background: #0C1923 !important;
}
.share-widget ul li a i {
  padding: 10px;
}
.share-widget ul li a.facebook {
  display: block;
  background-color: #4267B2;
  color: #ffffff;
}
.share-widget ul li a.twitter {
  display: block;
  background-color: #1A91DA;
  color: #ffffff;
}
.share-widget ul li a.linkedin {
  display: block;
  background-color: #0077B5;
  color: #ffffff;
}
.share-widget ul li a.youtube {
  display: block;
  background-color: #FF0000;
  color: #ffffff;
}
.share-widget ul li a.dribbble {
  display: block;
  background-color: #ea4c89;
  color: #ffffff;
}
.share-widget ul li a.pinterest {
  display: block;
  background-color: #e60023;
  color: #ffffff;
}

.inews-ticker {
  border-color: #0C1923;
  margin: 25px 0;
}
.inews-ticker .inews-ticker-label {
  background: #0C1923;
  font-weight: bold;
}
.inews-ticker .inews-ticker-controls span {
  background: transparent;
  border-color: transparent;
}
.inews-ticker .inews-ticker-controls span:after {
  border-color: #0C1923;
}
.inews-ticker .inews-ticker-controls .inews-ticker-pause:before {
  border-color: #0C1923;
}
.inews-ticker .ticker li a {
  color: #0C1923;
}
.inews-ticker .ticker li a:hover {
  color: #f60d2b;
}

.instagram_gallery a {
  display: inherit;
}

@media all and (max-width: 1200px) {
  .top-logo {
    margin-top: 0.6rem !important;
  }
}
@media all and (max-width: 992px) {
  .menu-container .menu li a .menu-icon {
    display: none;
  }
  .menu-container .menu .has-submenu > a:after {
    content: "";
  }
  .menu-container .menu .has-submenu .submenu {
    background: transparent;
    display: block;
    animation: none;
  }
  .menu-container .menu .has-submenu .submenu .submenu {
    display: block;
  }
  #mobile-menu {
    display: block;
  }
  .menu-bar {
    min-height: 50px;
  }
  .header-search {
    padding: 2px 10px 0 0;
  }
  .searchbox {
    left: -295px;
    top: 100%;
  }
  .searchbox.show {
    left: -289px;
    top: 100%;
  }
  .navigation-fixed .mean-container .mean-nav {
    margin-top: 50px;
  }
}
@media all and (max-width: 768px) {
  .topmenu, .header-social ul {
    text-align: center;
    margin: 5px 0;
  }
  .top-logo {
    text-align: center;
    margin: 1rem 0;
  }
  .inews-ticker-controls {
    background: #ffffff;
  }
  .inews-post-block7 .inews-post-view, .inews-post-block7 .inews-post-author {
    display: none;
  }
  .inews-post-block7 .posts-wrap:last-child .inews-post-item .inews-post-meta {
    margin: 0 !important;
  }
  .inews-post-block7 .inews-post-author {
    display: none;
  }
  .inews-post-block5 .posts-wrap:last-child .inews-post-item .inews-post-meta {
    margin: 0 !important;
  }
  .inews-post-block5 .inews-post-date {
    display: none;
  }
  .inews-post-block6 .inews-post-item .inews-post-author {
    display: none;
  }
  .inews-post-block4 .inews-post-item {
    width: 100%;
  }
  .inews-post-block4 .inews-post-item:nth-child(even) {
    margin-right: 0;
  }
}
@media all and (max-width: 575px) {
  .inews-post-block3 .inews-post-item {
    width: 100%;
  }
  .inews-post-block3 .inews-post-item:nth-child(even) {
    margin-right: 0;
  }
  .inews-post-block3 .inews-post-item .inews-post-view, .inews-post-block3 .inews-post-item .inews-post-author {
    display: inline-block;
  }
  .header-ads-container {
    display: none;
  }
  .single-post .inews-post-title h1 {
    font-size: 25px;
  }
  .single-post .single-comment .single-comment {
    margin-left: 0;
  }
}
@media all and (max-width: 340px) {
  .inews-post-block4 .inews-post-item .inews-post-thumb .inews-thumb-overlay .icon i {
    font-size: 20px;
  }
  .inews-post-block4 .inews-post-item .inews-post-meta {
    display: none;
  }
}

/*# sourceMappingURL=theme.css.map */
