@charset "UTF-8";
/*
Template Name: news10 Travel News HTML Template Page
Author       : news10Theme
Version      : 1.0
*/
/*==============================================================================
[Table of contents]
===================
  01. Theme default CSS
  02. Header Area
  03. Banner Area
==============================================================================*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p font-size: fs-rem(12px);
 * e.g. p {@include fontSize(12px);}
 *
 */
/*--------------------------------------
	- Base
----------------------------------------*/
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 *
 */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&display=swap");
.col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/*--------------------------------------
	- Utilities
----------------------------------------*/
a {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-decoration: none;
}

:root {
  --font-jost: "Jost", sans-serif;
  --font-now: "now", sans-serif;
  --fw-100: 100;
  --fw-200: 200;
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;
  --fw-900: 900;
  --fs-12: 0.75rem;
  --fs-13: 0.8125rem;
  --fs-14: 0.875rem;
  --fs-15: 0.9375rem;
  --fs-16: 1rem;
  --fs-17: 1.0625rem;
  --fs-18: 1.125rem;
  --fs-20: 1.25rem;
  --clr-black: #000;
  --clr-white: #fff;
  --text-color: #14183E;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  font-family: var(--font-jost);
  font-weight: 400;
  font-size: var(--fs-15);
  line-height: 1.5625rem;
  text-rendering: optimizeSpeed;
  color: var(--clr-black);
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
}

.hr {
  background: var(--clr-black-200);
  width: 100%;
  height: 1px;
  margin: 50px 0;
  padding: 0;
  border: none;
  border-radius: 0;
  opacity: 1;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.fill-current {
  fill: currentColor;
}

.scrollToTop {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: var(--clr-blue);
  font-size: 25px;
  background: transparent;
  position: fixed;
  right: 20px;
  bottom: 50px;
  display: none;
  z-index: 99999;
  border-radius: 50%;
}
@media screen and (min-width: 576px) {
  .scrollToTop {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.scrollToTop:hover {
  color: var(--clr-blue);
}

.no-scroll-y {
  overflow-y: hidden;
}

/* Preloader */
.ctn-preloader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000000;
  /* No se identa por orden alfabetico para que no lo sobre-escriba */
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em "Montserrat", sans-serif;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
          animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

/* Efecto de fade en la animación de cargando */
.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/* Efecto de cortina */
.loaded .loader-section.section-left {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loaded .loader-section.section-right {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

/* Animación del preloader */
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
/* Animación de las letras cargando del preloader */
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
/* Tamaño de portatil hacia atras (portatil, tablet, celular) */
@media screen and (max-width: 767px) {
  /* Preloader */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Montserrat", sans-serif;
  }
}
@media screen and (max-width: 500px) {
  /* Prelaoder */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em "Montserrat", sans-serif;
  }
}
::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

.news10-data-background {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-jost);
  color: #14183E;
  line-height: 1.4;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 2rem;
}
@media screen and (min-width: 20rem) {
  h1 {
    font-size: calc(2rem + 1.75 * ((100vw - 20rem) / 55));
  }
}
@media screen and (min-width: 75rem) {
  h1 {
    font-size: 3.75rem;
  }
}

h2 {
  font-size: 2rem;
}
@media screen and (min-width: 20rem) {
  h2 {
    font-size: calc(2rem + 1 * ((100vw - 20rem) / 55));
  }
}
@media screen and (min-width: 75rem) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 1.375rem;
}
@media screen and (min-width: 20rem) {
  h3 {
    font-size: calc(1.375rem + 0.125 * ((100vw - 20rem) / 55));
  }
}
@media screen and (min-width: 75rem) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1rem;
}
@media screen and (min-width: 20rem) {
  h4 {
    font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 55));
  }
}
@media screen and (min-width: 75rem) {
  h4 {
    font-size: 1.125rem;
  }
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

hr {
  background: #c2cfff;
  width: 50px;
  height: 3px;
  margin: 35px 0;
  padding: 0;
  border: none;
}
@media screen and (min-width: 768px) {
  hr {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

p {
  margin: 0;
}

label {
  color: var(--clr-black);
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

/*Home 3 Default Font Family*/
.news10-home-3 {
  font-size: var(--fs-15);
  font-weight: var(--fw-400);
  color: var(--clr-black);
  font-family: var(--font-quicksand);
}

/*Home 3 Default Font Family*/
.news10-home-4 {
  font-size: var(--fs-15);
  font-weight: var(--fw-400);
  font-family: var(--font-arimo);
}

.news10-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .news10-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (min-width: 992px) {
  .news10-section {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}

.news10-section-title {
  --section-title-ff: var(--font-roboto);
  --section-title-fs: var(--fs-45);
  --section-title-fw: var(--fw-400);
  --section-title-color: var(--clr-black);
  --section-title-hr-bg: var(--clr-black-200);
  --section-title-hr-width: 100%;
  --section-title-p-ff: var(--section-title-ff);
  --section-title-p-fs: var(--fs-15);
  --section-title-p-clr: var(--clr-black);
}
.news10-section-title h2 {
  font-family: var(--section-title-ff);
  font-size: var(--section-title-fs);
  font-weight: var(--section-title-fw);
  color: var(--section-title-color);
  margin-top: -0.4375rem;
}
@media screen and (min-width: 768px) {
  .news10-section-title h2 {
    margin-top: -0.75rem;
  }
}
.news10-section-title hr {
  background: var(--section-title-hr-bg);
  width: var(--section-title-hr-width);
  height: 1px;
  margin: 40px 0;
  padding: 0;
  border: none;
  border-radius: 0;
  opacity: 1;
}
.news10-section-title p {
  font-family: var(--section-title-p-ff);
  font-size: var(--section-title-p-fs);
  color: var(--section-title-p-clr);
}

.news10-section-title-center {
  --section-title-fs: var(--fs-42);
  --section-title-fw: var(--fw-400);
  --section-title-color: var(--clr-black);
  --section-title-span-ff: var(--font-roboto-slab);
  --section-title-span-fs: var(--fs-21);
  --section-title-span-fw: var(--fw-400);
  --section-title-span-color: var(--clr-black-100);
  --section-title-span-letter: 15px;
  --section-title-p-fs: var(--fs-15);
  --section-title-p-color: var(--clr-black);
  --section-title-hr-bg: var(--clr-black-100);
  text-align: center;
}
.news10-section-title-center h2 {
  font-size: var(--section-title-fs);
  font-weight: var(--section-title-fw);
  color: var(--section-title-color);
  margin-top: -0.4375rem;
}
@media screen and (min-width: 768px) {
  .news10-section-title-center h2 {
    margin-top: -0.75rem;
  }
}
.news10-section-title-center span {
  font-size: var(--section-title-span-fs);
  font-family: var(--section-title-span-ff);
  color: var(--section-title-span-color);
  letter-spacing: var(--section-title-span-letter);
  display: block;
  margin-top: 15px;
}
.news10-section-title-center p {
  font-size: var(--section-title-p-fs);
  color: var(--section-title-p-color);
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.625rem;
}
.news10-section-title-center hr {
  background: var(--section-title-hr-bg);
  width: 100%;
  height: 1px;
  margin: 40px 0;
  padding: 0;
  border: none;
  border-radius: 0;
  opacity: 1;
}

section {
  overflow: hidden;
}

.mann-section-heading {
  margin-bottom: 30px;
}
.mann-section-heading h6 {
  font-size: 20px;
  font-weight: 500;
  color: #B97654;
  line-height: 20px;
  margin-bottom: 30px;
}
.mann-section-heading h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 43px;
  margin: 0;
}

@media (max-width: 575px) {
  .mann-section-heading h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .mann-section-heading h6 {
    margin-bottom: 15px;
  }
}
.news10-news-section {
  background: #FBFBFB;
}

.news10-news-more {
  text-align: center;
  margin-top: 50px;
}

.news10-instagram-heading {
  margin-bottom: 30px;
}

.news10-instagram-story-section {
  position: relative;
  z-index: 3;
}
.news10-instagram-story-section::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 70%;
  height: 80%;
  background: #FBFBFB;
  z-index: -1;
}

.news10-post-categories-section {
  padding: 0 50px;
  padding-top: 50px;
}

.news10-fashion-header {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.news10-fashion-header:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: 1px dashed #B8B8B8;
  width: 100%;
  height: 1px;
  z-index: -1;
}
.news10-fashion-header .heading-title {
  display: inline-block;
  padding: 0 15px;
  font-size: 24px;
  font-weight: 600;
  color: #1E1E1E;
  line-height: 20px;
}

.bg-white2 {
  background: #FBFBFB;
}

.news10-trending-news-section {
  background: #FBFBFB;
}

.news10-featured-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}
.news10-featured-header .news10-fashion-header {
  max-width: 750px;
  width: 100%;
}
.news10-featured-header .news10-fashion-header .heading-title {
  padding-left: 0;
}

.news10-fashion-testimonials-section {
  padding: 180px 0;
  max-width: 1650px;
  margin: 0 auto;
}

.news10-food-categories-wrapper {
  padding-bottom: 60px;
}
.news10-food-categories-wrapper .swiper-pagination {
  bottom: -7px;
}
.news10-food-categories-wrapper .swiper-pagination .swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 1px solid #ABABAB;
  background: transparent;
  opacity: 1;
  position: relative;
}
.news10-food-categories-wrapper .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #2ED6C1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.news10-food-categories-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #2ED6C1;
}
.news10-food-categories-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
}

.news10-food-heading {
  max-width: 480px;
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.news10-food-heading:after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  top: 0;
  width: 3px;
  height: 35px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #2ED6C1;
}
.news10-food-heading .heading-title {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 20px;
}

.news10-food-categories-section {
  background: #F6F6F6;
  position: relative;
}
.news10-food-categories-section::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  height: 100%;
  background: #fff;
  width: 100px;
}

@media (max-width: 767px) {
  .news10-food-heading .heading-title {
    font-size: 30px;
  }

  .news10-food-heading {
    padding-top: 30px;
  }

  .news10-food-heading:after {
    height: 25px;
  }
}
.news10-stories-categories-section .news10-ctg-card {
  margin-bottom: 0;
}

img {
  -webkit-filter: grayscale(0) !important;
          filter: grayscale(0) !important;
}

@-webkit-keyframes squiggle-one {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(300px/2, 100px) rotate(45deg);
            transform: translate(300px/2, 100px) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(300px/1.25, 300px) rotate(190deg);
            transform: translate(300px/1.25, 300px) rotate(190deg);
  }
  75% {
    -webkit-transform: translate(200px, 50px) rotate(30deg);
            transform: translate(200px, 50px) rotate(30deg);
  }
}

@keyframes squiggle-one {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(300px/2, 100px) rotate(45deg);
            transform: translate(300px/2, 100px) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(300px/1.25, 300px) rotate(190deg);
            transform: translate(300px/1.25, 300px) rotate(190deg);
  }
  75% {
    -webkit-transform: translate(200px, 50px) rotate(30deg);
            transform: translate(200px, 50px) rotate(30deg);
  }
}
@-webkit-keyframes squiggle-two {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(deg);
            transform: translate(0px, 0px) rotate(deg);
  }
  25% {
    -webkit-transform: translate(-60px, 0px) rotate(-24deg);
            transform: translate(-60px, 0px) rotate(-24deg);
  }
}
@keyframes squiggle-two {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(deg);
            transform: translate(0px, 0px) rotate(deg);
  }
  25% {
    -webkit-transform: translate(-60px, 0px) rotate(-24deg);
            transform: translate(-60px, 0px) rotate(-24deg);
  }
}
@-webkit-keyframes squiggle-three {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
  }
  25% {
    -webkit-transform: translate(20px, 200px) scale(0.8, 0.8);
            transform: translate(20px, 200px) scale(0.8, 0.8);
  }
  50% {
    -webkit-transform: translate(-136.3636363636px, -100px) scale(1.3, 1.3);
            transform: translate(-136.3636363636px, -100px) scale(1.3, 1.3);
  }
  75% {
    -webkit-transform: translate(-150px, 30px) scale(1.1, 1.1);
            transform: translate(-150px, 30px) scale(1.1, 1.1);
  }
}
@keyframes squiggle-three {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
  }
  25% {
    -webkit-transform: translate(20px, 200px) scale(0.8, 0.8);
            transform: translate(20px, 200px) scale(0.8, 0.8);
  }
  50% {
    -webkit-transform: translate(-136.3636363636px, -100px) scale(1.3, 1.3);
            transform: translate(-136.3636363636px, -100px) scale(1.3, 1.3);
  }
  75% {
    -webkit-transform: translate(-150px, 30px) scale(1.1, 1.1);
            transform: translate(-150px, 30px) scale(1.1, 1.1);
  }
}
@-webkit-keyframes squiggle-four {
  0% {
    -webkit-transform: skew(20deg, 0deg) translate(0px, 0px);
            transform: skew(20deg, 0deg) translate(0px, 0px);
  }
  25% {
    -webkit-transform: skew(20deg, 0deg) translate(-150px, 100px) rotate(60deg);
            transform: skew(20deg, 0deg) translate(-150px, 100px) rotate(60deg);
  }
  50% {
    -webkit-transform: skew(20deg, 0deg) translate(-136.3636363636px, 100px) rotate(-100deg);
            transform: skew(20deg, 0deg) translate(-136.3636363636px, 100px) rotate(-100deg);
  }
}
@keyframes squiggle-four {
  0% {
    -webkit-transform: skew(20deg, 0deg) translate(0px, 0px);
            transform: skew(20deg, 0deg) translate(0px, 0px);
  }
  25% {
    -webkit-transform: skew(20deg, 0deg) translate(-150px, 100px) rotate(60deg);
            transform: skew(20deg, 0deg) translate(-150px, 100px) rotate(60deg);
  }
  50% {
    -webkit-transform: skew(20deg, 0deg) translate(-136.3636363636px, 100px) rotate(-100deg);
            transform: skew(20deg, 0deg) translate(-136.3636363636px, 100px) rotate(-100deg);
  }
}
@-webkit-keyframes squiggle-one-medium {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(240px, 100px) rotate(45deg);
            transform: translate(240px, 100px) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(384px, 300px) rotate(190deg);
            transform: translate(384px, 300px) rotate(190deg);
  }
  75% {
    -webkit-transform: translate(380px, 50px) rotate(30deg);
            transform: translate(380px, 50px) rotate(30deg);
  }
}
@keyframes squiggle-one-medium {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(240px, 100px) rotate(45deg);
            transform: translate(240px, 100px) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(384px, 300px) rotate(190deg);
            transform: translate(384px, 300px) rotate(190deg);
  }
  75% {
    -webkit-transform: translate(380px, 50px) rotate(30deg);
            transform: translate(380px, 50px) rotate(30deg);
  }
}
@-webkit-keyframes squiggle-two-medium {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(deg);
            transform: translate(0px, 0px) rotate(deg);
  }
  25% {
    -webkit-transform: translate(-96px, 0px) rotate(-24deg);
            transform: translate(-96px, 0px) rotate(-24deg);
  }
}
@keyframes squiggle-two-medium {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(deg);
            transform: translate(0px, 0px) rotate(deg);
  }
  25% {
    -webkit-transform: translate(-96px, 0px) rotate(-24deg);
            transform: translate(-96px, 0px) rotate(-24deg);
  }
}
@-webkit-keyframes squiggle-three-medium {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
  }
  25% {
    -webkit-transform: translate(32px, 200px) scale(0.8, 0.8);
            transform: translate(32px, 200px) scale(0.8, 0.8);
  }
  50% {
    -webkit-transform: translate(-218.1818181818px, -100px) scale(1.3, 1.3);
            transform: translate(-218.1818181818px, -100px) scale(1.3, 1.3);
  }
  75% {
    -webkit-transform: translate(-240px, 30px) scale(1.1, 1.1);
            transform: translate(-240px, 30px) scale(1.1, 1.1);
  }
}
@keyframes squiggle-three-medium {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
  }
  25% {
    -webkit-transform: translate(32px, 200px) scale(0.8, 0.8);
            transform: translate(32px, 200px) scale(0.8, 0.8);
  }
  50% {
    -webkit-transform: translate(-218.1818181818px, -100px) scale(1.3, 1.3);
            transform: translate(-218.1818181818px, -100px) scale(1.3, 1.3);
  }
  75% {
    -webkit-transform: translate(-240px, 30px) scale(1.1, 1.1);
            transform: translate(-240px, 30px) scale(1.1, 1.1);
  }
}
@-webkit-keyframes squiggle-four-medium {
  0% {
    -webkit-transform: skew(20deg, 0deg) translate(0px, 0px);
            transform: skew(20deg, 0deg) translate(0px, 0px);
  }
  25% {
    -webkit-transform: skew(20deg, 0deg) translate(-240px, 100px) rotate(60deg);
            transform: skew(20deg, 0deg) translate(-240px, 100px) rotate(60deg);
  }
  50% {
    -webkit-transform: skew(20deg, 0deg) translate(-218.1818181818px, 100px) rotate(-100deg);
            transform: skew(20deg, 0deg) translate(-218.1818181818px, 100px) rotate(-100deg);
  }
}
@keyframes squiggle-four-medium {
  0% {
    -webkit-transform: skew(20deg, 0deg) translate(0px, 0px);
            transform: skew(20deg, 0deg) translate(0px, 0px);
  }
  25% {
    -webkit-transform: skew(20deg, 0deg) translate(-240px, 100px) rotate(60deg);
            transform: skew(20deg, 0deg) translate(-240px, 100px) rotate(60deg);
  }
  50% {
    -webkit-transform: skew(20deg, 0deg) translate(-218.1818181818px, 100px) rotate(-100deg);
            transform: skew(20deg, 0deg) translate(-218.1818181818px, 100px) rotate(-100deg);
  }
}
@-webkit-keyframes squiggle-one-large {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(480px, 100px) rotate(45deg);
            transform: translate(480px, 100px) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(768px, 300px) rotate(190deg);
            transform: translate(768px, 300px) rotate(190deg);
  }
  75% {
    -webkit-transform: translate(860px, 50px) rotate(30deg);
            transform: translate(860px, 50px) rotate(30deg);
  }
}
@keyframes squiggle-one-large {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(480px, 100px) rotate(45deg);
            transform: translate(480px, 100px) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(768px, 300px) rotate(190deg);
            transform: translate(768px, 300px) rotate(190deg);
  }
  75% {
    -webkit-transform: translate(860px, 50px) rotate(30deg);
            transform: translate(860px, 50px) rotate(30deg);
  }
}
@-webkit-keyframes squiggle-two-large {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(deg);
            transform: translate(0px, 0px) rotate(deg);
  }
  25% {
    -webkit-transform: translate(-192px, 0px) rotate(-24deg);
            transform: translate(-192px, 0px) rotate(-24deg);
  }
}
@keyframes squiggle-two-large {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(deg);
            transform: translate(0px, 0px) rotate(deg);
  }
  25% {
    -webkit-transform: translate(-192px, 0px) rotate(-24deg);
            transform: translate(-192px, 0px) rotate(-24deg);
  }
}
@-webkit-keyframes squiggle-three-large {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
  }
  25% {
    -webkit-transform: translate(64px, 200px) scale(0.8, 0.8);
            transform: translate(64px, 200px) scale(0.8, 0.8);
  }
  50% {
    -webkit-transform: translate(-436.3636363636px, -100px) scale(1.3, 1.3);
            transform: translate(-436.3636363636px, -100px) scale(1.3, 1.3);
  }
  75% {
    -webkit-transform: translate(-480px, 30px) scale(1.1, 1.1);
            transform: translate(-480px, 30px) scale(1.1, 1.1);
  }
}
@keyframes squiggle-three-large {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
  }
  25% {
    -webkit-transform: translate(64px, 200px) scale(0.8, 0.8);
            transform: translate(64px, 200px) scale(0.8, 0.8);
  }
  50% {
    -webkit-transform: translate(-436.3636363636px, -100px) scale(1.3, 1.3);
            transform: translate(-436.3636363636px, -100px) scale(1.3, 1.3);
  }
  75% {
    -webkit-transform: translate(-480px, 30px) scale(1.1, 1.1);
            transform: translate(-480px, 30px) scale(1.1, 1.1);
  }
}
@-webkit-keyframes squiggle-four-large {
  0% {
    -webkit-transform: skew(20deg, 0deg) translate(0px, 0px);
            transform: skew(20deg, 0deg) translate(0px, 0px);
  }
  25% {
    -webkit-transform: skew(20deg, 0deg) translate(-480px, 100px) rotate(60deg);
            transform: skew(20deg, 0deg) translate(-480px, 100px) rotate(60deg);
  }
  50% {
    -webkit-transform: skew(20deg, 0deg) translate(-436.3636363636px, 100px) rotate(-100deg);
            transform: skew(20deg, 0deg) translate(-436.3636363636px, 100px) rotate(-100deg);
  }
}
@keyframes squiggle-four-large {
  0% {
    -webkit-transform: skew(20deg, 0deg) translate(0px, 0px);
            transform: skew(20deg, 0deg) translate(0px, 0px);
  }
  25% {
    -webkit-transform: skew(20deg, 0deg) translate(-480px, 100px) rotate(60deg);
            transform: skew(20deg, 0deg) translate(-480px, 100px) rotate(60deg);
  }
  50% {
    -webkit-transform: skew(20deg, 0deg) translate(-436.3636363636px, 100px) rotate(-100deg);
            transform: skew(20deg, 0deg) translate(-436.3636363636px, 100px) rotate(-100deg);
  }
}
.news10-effect-wraper .news10-hover-effect {
  position: relative;
  overflow: hidden;
  display: block;
}
.news10-effect-wraper .news10-hover-effect img {
  width: 100%;
  -webkit-transform: rotate(5deg) scale(1.2);
  transform: rotate(5deg) scale(1.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news10-effect-wraper .news10-hover-effect::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.news10-effect-wraper:hover .news10-hover-effect img, .news10-effect-wraper:focus .news10-hover-effect img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}
.news10-effect-wraper:hover .news10-hover-effect::before, .news10-effect-wraper:focus .news10-hover-effect::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

.news10-effect-overlay .news10-hover-effect-overlay {
  position: relative;
  overflow: hidden;
}
.news10-effect-overlay .news10-hover-effect-overlay img {
  width: 100%;
  -webkit-transform: rotate(5deg) scale(1.2);
  transform: rotate(5deg) scale(1.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news10-effect-overlay .news10-hover-effect-overlay::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(201, 134, 100, 0.9);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.news10-effect-overlay:hover .news10-hover-effect-overlay img, .news10-effect-overlay:focus .news10-hover-effect-overlay img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}
.news10-effect-overlay:hover .news10-hover-effect-overlay::before, .news10-effect-overlay:focus .news10-hover-effect-overlay::before {
  width: 200%;
  height: 200%;
  opacity: 1;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/*--------------------------------------
	- Color
----------------------------------------*/
.color {
  color: var(--clr-black);
}

.text-black {
  color: var(--clr-black) !important;
}

.bg-black {
  background: var(--clr-black);
}

.text-white {
  color: var(--clr-white) !important;
}

.bg-white {
  background: var(--clr-white);
}

/*--
    - Font Famaly
-----------------------------------------*/
/*--
    - Font weight
-----------------------------------------*/
.font-regular {
  font-weight: var(--fw-400);
}

.font-medium {
  font-weight: var(--fw-500);
}

.font-semi-bold {
  font-weight: var(--fw-600);
}

.font-bold {
  font-weight: var(--fw-700);
}

.font-black {
  font-weight: var(--fw-900);
}

/*--
    - Font Size
-----------------------------------------*/
/*--
    - Margin
-------------------------------------------*/
.mt-n3 {
  margin-top: -0.4375rem;
}

.mt-n4 {
  margin-top: -0.75rem;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-0 {
  margin-top: 0;
}

.mt-73 {
  margin-top: 4.5625rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

@media (min-width: 768px) {
  .mt-md-n4 {
    margin-top: -0.75rem;
  }
}

.mt-40 {
  margin-top: 40px;
}

.mb-lg-30 {
  margin-bottom: 30px;
}

.mt-lg-30 {
  margin-top: 30px;
}

/*---
-- Padding
-------------------------------------------*/
/*----------------------------------------*/
/*  Component CSS
/*----------------------------------------*/
/*--------------------------------------
	- Button
----------------------------------------*/
.btn {
  position: relative;
  font-size: var(--fs-14);
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  padding: 1rem 2.8125rem;
  margin: 0 0;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.btn-black {
  background: var(--clr-black);
  color: var(--clr-white);
  border-color: var(--clr-black);
}
.btn-black:hover {
  color: var(--clr-white);
  background: var(--clr-black);
  border-color: transparent;
}

.btn-white {
  background: var(--clr-white);
  color: var(--clr-black);
  border-color: var(--clr-white);
}
.btn-white:hover {
  color: var(--clr-white);
  background: var(--clr-blue);
  border-color: transparent;
}

.btn-sm {
  font-size: var(--fs-16);
  padding: 0.625rem 1.625rem;
}

.btn-xl {
  font-size: var(--fs-18);
  padding: 0.8125rem 3.25rem;
}

.btn-rounded {
  border-radius: 30px;
}

.btn-outline-black {
  color: var(--clr-black);
  background: transparent;
}

.btn-outline {
  background: transparent;
}

.news10-ctg-btn {
  font-size: var(--fs-14);
  font-weight: var(--fw-500);
  background: #B97654;
  padding: 5px 12px;
  border-radius: 16px;
  color: #fff;
}

.slide-next-btn, .slide-prev-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #fff;
  color: #B97654;
  cursor: pointer;
  display: inline-block;
  margin: 0 3px;
}
.slide-next-btn:hover, .slide-next-btn:focus, .slide-prev-btn:hover, .slide-prev-btn:focus {
  background: #B97654;
  color: #fff;
}

.instra-slider-arrow .slide-next-btn, .instra-slider-arrow .slide-prev-btn {
  border: 1px solid #B97654;
  margin-bottom: 0;
}

.fashion-slider-arrow .slide-next-btn, .fashion-slider-arrow .slide-prev-btn {
  border: 1px solid #8000EF;
  color: #8000EF;
}
.fashion-slider-arrow .slide-next-btn:hover, .fashion-slider-arrow .slide-next-btn:focus, .fashion-slider-arrow .slide-prev-btn:hover, .fashion-slider-arrow .slide-prev-btn:focus {
  background: #8000EF;
  color: #fff;
}

.fashion-slide-arrow {
  background: #F6F6F6;
  padding: 15px 30px;
}
.fashion-slide-arrow .slide-next-btn, .fashion-slide-arrow .slide-prev-btn {
  color: #8000EF;
  margin: 0 5px;
}
.fashion-slide-arrow .slide-next-btn:hover, .fashion-slide-arrow .slide-next-btn:focus, .fashion-slide-arrow .slide-prev-btn:hover, .fashion-slide-arrow .slide-prev-btn:focus {
  background: #8000EF;
  color: #fff;
}

@media (max-width: 575px) {
  .slide-next-btn, .slide-prev-btn {
    height: 25px;
    width: 25px;
    line-height: 25px;
  }
}
.play_btn {
  position: relative;
  color: var(--font-jost);
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  z-index: 1;
}
.play_btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.theme-btn {
  background: #B97654;
  border-radius: 0;
  width: 100%;
  display: block;
}
.theme-btn:hover, .theme-btn:hover {
  background: #000;
  color: var(--news10-color-white) !important;
}

.news10-btn {
  background: rgba(201, 134, 100, 0.15);
  border-radius: 0;
}
.news10-btn:hover, .news10-btn:focus {
  color: var(--news10-color-white) !important;
  background: #B97654;
}

.white-btn {
  border-radius: 0;
  background: #fff;
  color: #B97654;
  padding: 11px 35px;
}

.fashion-ctg-btn {
  border-radius: 12px;
  padding: 0 13px;
  background: #8000EF;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
}

.border-btn {
  border: 1px solid #8A8A8A;
  color: #8A8A8A;
}
.border-btn:hover, .border-btn:focus {
  border-color: transparent;
  background: #8000EF;
  color: #fff;
}

.button-wrapper {
  text-align: center;
  margin-top: 100px;
}

.fashion-btn {
  border-color: #8000EF;
  color: #8000EF;
}
.fashion-btn:hover, .fashion-btn:focus {
  background: #8000EF;
  color: #fff;
}

.fashion-slider-arrow {
  min-width: 97px;
  text-align: right;
  margin-left: 20px;
}

.news10-food-btn {
  background: #2ED6C1;
  color: #fff;
}
.news10-food-btn:hover, .news10-food-btn:focus {
  background: #000;
}

.load-more-btn-wrapper {
  text-align: center;
  margin-top: 60px;
}

.news10-food-white-btn {
  background: #F5F5F5;
  color: #000;
}
.news10-food-white-btn:hover, .news10-food-white-btn:focus {
  background: #2ED6C1;
  color: #fff;
}

.blue-btn {
  background: var(--news10-color-blue);
  color: #fff;
}

.news10-wedgets-newsletter .form-control {
  border-radius: 0;
  border-color: #DBDBDB;
  padding: 15px;
  margin-bottom: 10px;
}
.news10-wedgets-newsletter .form-control::-webkit-input-placeholder {
  color: #CBCBCB;
  text-align: center;
}
.news10-wedgets-newsletter .form-control::-moz-placeholder {
  color: #CBCBCB;
  text-align: center;
}
.news10-wedgets-newsletter .form-control:-ms-input-placeholder {
  color: #CBCBCB;
  text-align: center;
}
.news10-wedgets-newsletter .form-control::-ms-input-placeholder {
  color: #CBCBCB;
  text-align: center;
}
.news10-wedgets-newsletter .form-control::placeholder {
  color: #CBCBCB;
  text-align: center;
}

.news10-search-news10l {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99999999;
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news10-search-news10l .news10-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border-radius: 4px;
  height: 50px;
  overflow: hidden;
}
.news10-search-news10l .news10-search-form .theme-btn {
  width: 150px;
  padding: 15px;
  height: 50px;
}
.news10-search-news10l .news10-search-form .form-control {
  padding: 15px !important;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
}

.nav_activeee {
  overflow: hidden;
}
.nav_activeee .news10-search-news10l {
  visibility: visible;
  opacity: 1;
}
.nav_activeee .news10-overlay {
  left: 0;
  opacity: 1;
}

/* header-extra-info */
.btn1 {
  position: relative;
  width: 40px;
  height: 40px;
  top: 10px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.btn1 .icon-left {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  height: 1px;
  width: 20px;
  top: 10px;
  background-color: #fff;
  left: 0px;
}

.btn1 .icon-left:before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #fff;
  content: "";
  top: -10px;
}

.btn1 .icon-left:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #fff;
  content: "";
  top: 10px;
}

.btn1 .icon-left:hover {
  cursor: pointer;
}

.btn1 .icon-right {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  height: 1px;
  width: 20px;
  top: 10px;
  background-color: #fff;
  left: 20px;
}

.btn1 .icon-right:before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #fff;
  content: "";
  top: -10px;
}

.btn1 .icon-right:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #fff;
  content: "";
  top: 10px;
}

.btn1.open .icon-left {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: transparent;
}

.btn1.open .icon-left:before {
  -webkit-transform: rotateZ(45deg) scaleX(1) translate(10px, -4px);
          transform: rotateZ(45deg) scaleX(1) translate(10px, -4px);
}

.btn1.open .icon-left:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1) translate(7px, 6px);
          transform: rotateZ(-45deg) scaleX(1) translate(7px, 6px);
}

.btn1.open .icon-right {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: transparent;
}

.btn1.open .icon-right:before {
  -webkit-transform: rotateZ(-45deg) scaleX(1) translate(0px, 6px);
          transform: rotateZ(-45deg) scaleX(1) translate(0px, 6px);
}

.btn1.open .icon-right:after {
  -webkit-transform: rotateZ(45deg) scaleX(1) translate(2px, -4px);
          transform: rotateZ(45deg) scaleX(1) translate(2px, -4px);
}

.btn1:hover {
  cursor: pointer;
}

.news10-post-catergori-slide-progress {
  max-width: 550px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news10-post-catergori-slide-progress .swiper-progress-bar {
  position: relative;
  width: 100%;
  display: block;
  z-index: 1;
  height: 2px;
}
.news10-post-catergori-slide-progress .swiper-progress-bar .slide_progress-bar {
  position: absolute;
  height: 2px;
  background: #EEEEEE;
  width: auto;
  clear: both;
  opacity: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.news10-post-catergori-slide-progress .swiper-progress-bar .slide_progress-bar:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #9B9B9B;
  height: 100%;
  width: 0;
  content: "";
  -webkit-transition: 0.1s width linear;
  transition: 0.1s width linear;
}
.news10-post-catergori-slide-progress .swiper-progress-bar.active .slide_progress-bar {
  opacity: 1;
}
.news10-post-catergori-slide-progress .swiper-progress-bar.animate .slide_progress-bar:after {
  -webkit-transition: width linear;
  transition: width linear;
  -webkit-transition-delay: unset;
          transition-delay: unset;
  width: 100%;
  -webkit-transition-duration: 5s;
          transition-duration: 5s;
}
.news10-post-catergori-slide-progress .swiper-container-horizontal > .swiper-pagination-bullets, .news10-post-catergori-slide-progress .swiper-pagination-custom, .news10-post-catergori-slide-progress .swiper-pagination-fraction {
  position: unset;
  width: 50px;
}
.news10-post-catergori-slide-progress .swiper-pagination-current {
  color: #8B8B8B;
  font-size: 20px;
  font-weight: 600;
}

.swiper-slide-arrow-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}

.instagram-thumb {
  display: block;
  position: relative;
  margin-top: 30px;
}
.instagram-thumb span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 70px;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 3;
}
.instagram-thumb:hover span, .instagram-thumb:focus span {
  opacity: 1;
}

.news10-banner-section {
  position: relative;
}

.news10-bannar-siderbar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #14183E;
  height: 100%;
  width: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}
.news10-bannar-siderbar .search-bar {
  width: 100%;
  padding: 30px;
  background: #B97654;
  text-align: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.social-link-wrapper {
  position: relative;
}
.social-link-wrapper .news10-social-link {
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: -210px;
  top: 380px;
}
.social-link-wrapper .news10-social-link:after {
  position: absolute;
  content: "";
  display: block;
  left: -230px;
  top: 20px;
  height: 1px;
  width: 200px;
  background: #fff;
}
.social-link-wrapper .news10-social-link li {
  display: inline-block;
}
.social-link-wrapper .news10-social-link a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 8px;
  display: block;
}
.social-link-wrapper .news10-social-link a:hover, .social-link-wrapper .news10-social-link a:focus {
  color: #B97654;
}

.news10-fashion-social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news10-fashion-social-link h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-right: 5px;
}
.news10-fashion-social-link li {
  display: inline-block;
}
.news10-fashion-social-link li a {
  display: block;
  color: #8000EF;
  margin-left: 5px;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  line-height: 28px;
}
.news10-fashion-social-link li a:hover, .news10-fashion-social-link li a:focus {
  background: #8000EF;
  color: #fff;
}

.news10-food-social-link a {
  display: inline-block;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: #F2F2F2;
  text-align: center;
  line-height: 28px;
  color: #2ED6C1;
  margin: 0 5px;
}
.news10-food-social-link a:hover, .news10-food-social-link a:focus {
  background: #2ED6C1;
  color: #fff;
}

.news10-food-subscribe-section {
  overflow: hidden;
  padding-top: 60px;
  position: relative;
}
.news10-food-subscribe-section::after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100px;
  background: #fff;
  z-index: 1;
}

.news10-food-subscribe-wrapper {
  position: relative;
}
.news10-food-subscribe-wrapper .news10-subscribe-thumb {
  margin-left: -90px;
}
.news10-food-subscribe-wrapper .news10-subscribe-thumb img {
  max-width: 100%;
}

.news10-food-subscribe-form {
  position: absolute;
  bottom: 80px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 8px;
  max-width: 470px;
  margin-left: auto;
  margin-right: 0;
  width: 100%;
}
.news10-food-subscribe-form .subscribe-btn {
  border-radius: 0;
  background: #2ED6C1;
  color: #fff;
  padding: 16px;
  min-width: 150px;
}
.news10-food-subscribe-form .subscribe-btn:hover, .news10-food-subscribe-form .subscribe-btn:focus {
  background: #1E1E1E;
}
.news10-food-subscribe-form .form-control {
  border-radius: 0;
  padding: 14.5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.news10-food-subscribe-form .form-control::-webkit-input-placeholder {
  color: #CCCCCC;
}
.news10-food-subscribe-form .form-control::-moz-placeholder {
  color: #CCCCCC;
}
.news10-food-subscribe-form .form-control:-ms-input-placeholder {
  color: #CCCCCC;
}
.news10-food-subscribe-form .form-control::-ms-input-placeholder {
  color: #CCCCCC;
}
.news10-food-subscribe-form .form-control::placeholder {
  color: #CCCCCC;
}

.news10-card {
  border: none;
  margin-top: 30px;
}
.news10-card .news10-card-thumb {
  display: block;
}
.news10-card .news10-card-thumb img {
  width: 100%;
}
.news10-card .news10-card-thumb .white-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #B97654;
}
.news10-card .card-body {
  background: #FBFBFB;
  padding-bottom: 0;
}
.news10-card .card-body .news10-title {
  margin-bottom: 0;
  padding-bottom: 0;
}
.news10-card .card-body .news10-title:after {
  display: none;
}
.news10-card .card-body .news10-title:before {
  display: none;
}
.news10-card .card-body.news10-card-body {
  background: #F8F8F8;
  padding: 15px;
}
.news10-card p {
  margin-top: 15px;
}
.news10-card .news10-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.news10-card .news10-title a {
  font-size: 23px;
  font-weight: 500;
  color: #14183E;
  line-height: 32px;
  margin-bottom: -6px;
}
.news10-card .news10-title a:hover, .news10-card .news10-title a:focus {
  color: #B97654;
}
.news10-card .news10-review li {
  display: inline-block;
  font-size: 14px;
  color: #E98C00;
}
.news10-card span {
  font-size: 14px;
  color: #757575;
  margin-top: 10px;
  display: inline-block;
}
.news10-card span i {
  color: #E98C00;
  margin-right: 5px;
  font-size: 11px;
}

.news10-ctg-card {
  margin: 0;
  margin-bottom: 30px;
}
.news10-ctg-card .news10-card-thumb {
  position: relative;
}
.news10-ctg-card .news10-card-thumb .travel-btn {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff;
}
.news10-ctg-card .news10-card-thumb .play_btn {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.news10-ctg-card .news10-card-thumb.news10-video .news10-like-comment {
  top: 30px;
  bottom: auto;
}
.news10-ctg-card .news10-card-thumb .news10-like-comment {
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.news10-ctg-card .news10-card-thumb .news10-like-comment .news10-ctg-btn {
  background: #fff;
  color: #757575;
}
.news10-ctg-card .news10-card-thumb .news10-like-comment .news10-ctg-btn i {
  color: #B97654;
}
.news10-ctg-card .author-post {
  margin-bottom: 10px;
}
.news10-ctg-card .author-post .author {
  font-size: 14px;
  font-weight: 500;
  color: #757575;
}
.news10-ctg-card .author-post .author:hover, .news10-ctg-card .author-post .author:focus {
  color: #B97654;
}

.card.news10-sm-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 30px;
  margin-bottom: 0;
}
.card.news10-sm-card .news10-card-thumb {
  min-width: 170px;
}
.card.news10-sm-card .card-body {
  padding: 0;
  margin-left: 15px;
  background: transparent;
  padding-top: 0;
}
.card.news10-sm-card .news10-title {
  padding: 0;
}
.card.news10-sm-card .news10-title a {
  line-height: 32px;
}
.card.news10-sm-card .author-post {
  margin-bottom: 6px;
}

/* food blog css start */
.news10-food-card .card-thumb {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: block;
}
.news10-food-card .card-thumb span {
  position: absolute;
  top: 30px;
  left: 0;
  background: #2ED6C1;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  padding: 5px 20px;
  padding-left: 10px;
  color: #fff;
  -webkit-clip-path: polygon(100% 0%, 89% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
          clip-path: polygon(100% 0%, 89% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}
.news10-food-card .news10-food-card-body {
  padding-bottom: 0 !important;
}
.news10-food-card .news10-food-card-body .news10-food-meta {
  margin-bottom: 15px;
}
.news10-food-card .news10-food-card-body .card-title {
  font-size: 26px;
  font-weight: 500;
  color: #1E1E1E;
  display: block;
  margin-bottom: 15px;
  line-height: 32px;
}
.news10-food-card .news10-food-card-body .card-title:hover, .news10-food-card .news10-food-card-body .card-title:focus {
  color: #2ED6C1;
}
.news10-food-card .news10-food-card-body p {
  color: #1E1E1E;
}

.news10-sm-food-card {
  margin-top: 30px;
}
.news10-sm-food-card .news10-food-card-body .news10-food-ctg {
  display: block;
  color: #2ED6C1;
  font-size: 16px;
  margin-bottom: 10px;
}
.news10-sm-food-card .news10-food-card-body .card-title {
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px dashed #C5C5C5;
  margin-bottom: 15px;
}
.news10-sm-food-card .news10-food-card-body .news10-food-meta {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  margin-bottom: -5px;
}

/* food blog css end */
.loadcontent {
  display: none;
}

/* Editors Picks Post start*/
@media screen and (min-width: 992px) {
  .news10-editor-grid {
    gap: 30px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-auto-rows: 290px;
    grid-auto-flow: dense;
  }
  .news10-editor-grid .card {
    margin: 0 !important;
  }
  .news10-editor-grid .card .news10-post-img {
    height: 200px;
  }
  .news10-editor-grid .big-wide {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
  .news10-editor-grid .big-wide .news10-post-img {
    height: 514px;
  }
}
/* Editors Picks Post end*/
/* video post css start 03/02/2022 */
@media screen and (min-width: 992px) {
  .video-grid {
    gap: 30px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-auto-rows: 370px;
    grid-auto-flow: dense;
  }
  .video-grid .big-wide {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
}
/* video post css end 03/02/2022 */
.widgets {
  margin-top: 60px;
}
.widgets .heading-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #DBDBDB;
  position: relative;
}
.widgets .heading-title::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: -1px;
  background: #B97654;
  width: 80px;
  height: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.widgets .heading-title h4 {
  color: #B97654;
  font-size: 24px;
  font-weight: 500;
}
.widgets:hover .heading-title::after, .widgets:focus .heading-title::after {
  width: 100%;
}

.news10-wedgets-area {
  border-left: 1px solid #707070;
  padding-left: 20px;
}

.fashion-wedgets-area {
  border: none;
  padding: 0;
}

.news10-author-profile {
  margin: 0;
  text-align: center;
}
.news10-author-profile .profile-thumb {
  height: 300px;
  width: 300px;
  border-radius: 50%;
  background: #F3F3F3;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.news10-author-profile .profile-thumb img {
  height: 280px;
  width: 280px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news10-author-profile .profile-title {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px dashed #E2E2E2;
  margin-bottom: 20px;
}
.news10-author-profile .profile-title .title {
  font-size: 24px;
  font-weight: 500;
  color: var(--font-jost);
  margin-bottom: 10px;
  display: block;
}
.news10-author-profile .profile-title .title:hover, .news10-author-profile .profile-title .title:focus {
  color: #B97654;
}
.news10-author-profile .profile-title h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}

.news10-single-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.news10-single-post .post-thumb {
  overflow: hidden;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  margin-right: 15px;
}
.news10-single-post .post-thumb img {
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news10-single-post .title {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: var(--font-jost);
}
.news10-single-post .title:hover, .news10-single-post .title:focus {
  color: #B97654;
}

.news10-sm-single-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.news10-sm-single-post .post-thumb {
  overflow: hidden;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  margin-right: 15px;
}
.news10-sm-single-post .post-thumb img {
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news10-sm-single-post .title {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: var(--font-jost);
}
.news10-sm-single-post .title:hover, .news10-sm-single-post .title:focus {
  color: #8000EF;
}

.news10-wedgets-categories ul {
  margin-top: 20px;
}
.news10-wedgets-categories ul li {
  display: block;
  padding: 10px 0;
}
.news10-wedgets-categories a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #757575;
}
.news10-wedgets-categories a span {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.news10-wedgets-categories a span i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news10-wedgets-categories a:hover, .news10-wedgets-categories a:focus {
  color: #B97654;
}
.news10-wedgets-categories a:hover span, .news10-wedgets-categories a:focus span {
  padding-left: 15px;
}
.news10-wedgets-categories a:hover span i, .news10-wedgets-categories a:focus span i {
  opacity: 1;
}

.news10-instagram-wraper {
  display: -ms-grid;
  display: grid;
  grid-gap: 5px;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
}
.news10-instagram-wraper .ctg-items {
  overflow: hidden;
  padding: 5px;
  width: 100%;
}
.news10-instagram-wraper .ctg-items a {
  display: block;
}

.news10-wedgets-newsletter p {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.news10-fashion-wedgets .heading-title h4 {
  color: #8000EF;
}
.news10-fashion-wedgets .heading-title:after {
  background: #8000EF;
}
.news10-fashion-wedgets .title:hover, .news10-fashion-wedgets .title:focus, .news10-fashion-wedgets a:hover, .news10-fashion-wedgets a:focus {
  color: #8000EF;
}
.news10-fashion-wedgets .theme-btn {
  background: #8000EF;
  color: #fff;
}
.news10-fashion-wedgets .theme-btn:hover, .news10-fashion-wedgets .theme-btn:focus {
  background: #000;
}

.news10-meta-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news10-food-wedgets-area {
  padding: 0;
  border: none;
}

.news10-food-profile .profile-thumb {
  background: transparent;
  border: 1px dashed #2ED6C1;
}
.news10-food-profile .profile-title {
  border: none;
  padding-bottom: 0;
}
.news10-food-profile .profile-title .title:hover, .news10-food-profile .profile-title .title:focus {
  color: #2ED6C1;
}
.news10-food-profile .news10-food-social-link {
  margin-top: 30px;
  margin-bottom: 40px;
}
.news10-food-profile .news10-food-btn {
  color: #fff;
}

.news10-food-social-link a {
  display: inline-block;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: #F2F2F2;
  text-align: center;
  line-height: 28px;
  color: #2ED6C1;
  margin: 0 5px;
}
.news10-food-social-link a:hover, .news10-food-social-link a:focus {
  background: #2ED6C1;
  color: #fff;
}

.news10-food-wedgets-area {
  margin-top: 30px;
}
.news10-food-wedgets-area .widgets .heading-title:after {
  background: #2ED6C1;
}
.news10-food-wedgets-area .widgets .heading-title h4 {
  color: #2ED6C1;
}

.news10-food-recent-wedgets .fashion-ctg {
  color: #2ED6C1;
}
.news10-food-recent-wedgets .fashion-ctg:after {
  background: #2ED6C1;
}
.news10-food-recent-wedgets a:hover, .news10-food-recent-wedgets a:focus, .news10-food-recent-wedgets .title:hover, .news10-food-recent-wedgets .title:focus {
  color: #2ED6C1;
}

.news10-food-categories-wedgets a:hover, .news10-food-categories-wedgets a:focus {
  color: #2ED6C1;
}

.news10-food-wedgets-newsletter .theme-btn {
  background: #2ED6C1;
  color: #fff;
}
.news10-food-wedgets-newsletter .theme-btn:hover, .news10-food-wedgets-newsletter .theme-btn:focus {
  background: #000;
}

.post-category-items .post-item-thumb {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.post-category-items .post-item-thumb::after {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: transparent linear-gradient(183deg, transparent 40%, black 100%) 0% 0% no-repeat;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.post-category-items .post-item-thumb img {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.post-category-items .post-item-thumb .post-content {
  position: absolute;
  bottom: 60px;
  left: 50px;
  right: 30px;
  z-index: 2;
}
.post-category-items .post-item-thumb .post-content .news10-meta-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 30px;
}
.post-category-items .post-item-thumb .post-content .post-author-date a {
  color: #fff;
  font-size: 14px;
}
.post-category-items .post-item-thumb .post-content .post-review {
  margin-left: 30px;
}
.post-category-items .post-item-thumb .post-content .post-review a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}
.post-category-items .post-item-thumb .post-content .post-review a span {
  display: inline-block;
  margin-right: 6px;
}
.post-category-items .post-item-thumb .post-content .post-title {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  line-height: 32px;
}
.post-category-items .post-item-thumb .post-content .post-title:hover, .post-category-items .post-item-thumb .post-content .post-title:focus {
  color: #8000EF;
}
.post-category-items .post-item-thumb .post-content p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  max-width: 550px;
  margin-top: 15px;
}

.news10-post-categories-wrapper {
  max-width: 1630px;
  margin: 0 auto;
}

.news10-post-categories .post-item-thumb {
  position: relative;
  overflow: hidden;
}
.news10-post-categories .post-item-thumb img {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.news10-post-categories .post-content {
  margin-top: 20px;
}
.news10-post-categories .post-content .news10-meta-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.news10-post-categories .post-content .post-author-date a {
  color: #1E1E1E;
  font-size: 14px;
}
.news10-post-categories .post-content .post-review {
  margin-left: 30px;
}
.news10-post-categories .post-content .post-review a {
  font-size: 14px;
  color: #1E1E1E;
  display: inline-block;
  margin-right: 10px;
}
.news10-post-categories .post-content .post-review a span {
  display: inline-block;
  margin-right: 6px;
  color: #8000EF;
}
.news10-post-categories .post-content .post-title {
  font-size: 35px;
  font-weight: 700;
  color: #1E1E1E;
  line-height: 32px;
}
.news10-post-categories .post-content .post-title:hover, .news10-post-categories .post-content .post-title:focus {
  color: #8000EF;
}
.news10-post-categories .post-content p {
  font-size: 16px;
  font-weight: 400;
  color: #1E1E1E;
  margin-top: 15px;
}

.news10-sm-post-categories.news10-small-post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.news10-sm-post-categories.news10-small-post-categories .post-thumb {
  display: block;
  max-width: 270px;
  width: 100%;
}
.news10-sm-post-categories.news10-small-post-categories .news10-post-content {
  margin-left: 30px;
}
.news10-sm-post-categories.news10-small-post-categories .news10-post-content p {
  margin-top: 10px;
  margin-bottom: -3px;
}
.news10-sm-post-categories.news10-small-post-categories .news10-post-content .news10-meta-info {
  padding-top: 0;
}
.news10-sm-post-categories .news10-post-content .news10-meta-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-bottom: 1px dashed rgba(30, 30, 30, 0.3);
}
.news10-sm-post-categories .news10-post-content .post-author-date a {
  color: #707070;
}
.news10-sm-post-categories .news10-post-content .title {
  display: block;
  color: #1E1E1E;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: -4px;
}
.news10-sm-post-categories .news10-post-content .title:hover, .news10-sm-post-categories .news10-post-content .title:focus {
  color: #8000EF;
}

.fashion-ctg {
  font-size: 14px;
  font-weight: 400;
  color: #8000EF;
  display: inline-block;
  padding-left: 10px;
  position: relative;
}
.fashion-ctg:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #8000EF;
}

.news10-news-categories-post {
  margin-top: 30px;
}
.news10-news-categories-post .post-thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.news10-news-categories-post .post-thumb img {
  width: 100%;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news10-news-categories-post .news10-post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  right: 50px;
  padding: 30px;
}
.news10-news-categories-post .news10-post-content .news10-meta-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news10-news-categories-post .news10-post-content .post-author-date {
  margin-left: 30px;
}
.news10-news-categories-post .news10-post-content .post-author-date a {
  color: #707070;
}
.news10-news-categories-post .news10-post-content .title {
  display: block;
  color: #1E1E1E;
  font-size: 30px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 40px;
}
.news10-news-categories-post .news10-post-content .title:hover, .news10-news-categories-post .news10-post-content .title:focus {
  color: #8000EF;
}

.news10-trending-news-slide-wraper {
  position: relative;
}
.news10-trending-news-slide-wraper .fashion-slide-arrow {
  background: transparent;
  position: absolute;
  top: 60px;
  left: 30px;
  z-index: 2;
  padding: 0;
}

.news10-featured-slide-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: 0;
}

.news10-featured-categorie {
  position: relative;
  display: block;
  overflow: hidden;
}
.news10-featured-categorie:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.news10-featured-categorie img {
  width: 100%;
}
.news10-featured-categorie .news10-ctg-content {
  padding: 30px;
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.news10-featured-categorie .news10-ctg-content .fashion-ctg-btn {
  margin-bottom: 40px;
}
.news10-featured-categorie .news10-ctg-content .title {
  font-size: 22px;
  line-height: 35px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}
.news10-featured-categorie .news10-ctg-content .title:hover, .news10-featured-categorie .news10-ctg-content .title:focus {
  color: #8000EF;
}
.news10-featured-categorie .news10-ctg-content .post-author-date a {
  font-size: 14px;
  color: #fff;
}
.news10-featured-categorie:hover:after, .news10-featured-categorie:focus:after {
  visibility: visible;
  opacity: 1;
}
.news10-featured-categorie:hover .news10-ctg-content, .news10-featured-categorie:focus .news10-ctg-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.news10-featured-categorie.swiper-slide-active:after {
  visibility: visible;
  opacity: 1;
}
.news10-featured-categorie.swiper-slide-active .news10-ctg-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.fashion-blog-ctg {
  padding-bottom: 30px;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 30px;
}
.fashion-blog-ctg.last-child {
  border: none;
  padding-bottom: 0;
  margin: 0;
}

.food-categories-items {
  text-align: center;
  display: block;
  font-size: 20px;
  color: #1E1E1E;
}
.food-categories-items .news10-hover-effect {
  height: 170px;
  width: 170px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 20px;
}
.food-categories-items img {
  height: 170px;
  width: 170px;
  border-radius: 50%;
}
.food-categories-items span {
  display: block;
}
.food-categories-items:hover, .food-categories-items:focus {
  color: #2ED6C1;
}

.news10-food-instagram-follow-items {
  position: relative;
  overflow: hidden;
}
.news10-food-instagram-follow-items::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(30, 30, 30, 0.8);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news10-food-instagram-follow-items .follow {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 500;
  color: #2ED6C1;
  padding: 10px 15px;
  background: #fff;
  border-radius: 6px;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.news10-food-instagram-follow-items .follow:hover, .news10-food-instagram-follow-items .follow:focus {
  background: #2ED6C1;
  color: #fff;
}
.news10-food-instagram-follow-items img {
  width: 100%;
}
.news10-food-instagram-follow-items:hover a, .news10-food-instagram-follow-items:focus a, .news10-food-instagram-follow-items.swiper-slide-active a {
  opacity: 1;
}
.news10-food-instagram-follow-items:hover:before, .news10-food-instagram-follow-items:focus:before, .news10-food-instagram-follow-items.swiper-slide-active:before {
  height: 200%;
  width: 200%;
  opacity: 1;
}

.news10-fashion-testimonials-section .container {
  position: relative;
}
.news10-fashion-testimonials-section .container .fashion-slide-arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: none;
  width: 100%;
  padding: 0;
  left: 0;
}

.news10-fashion-testimonials-content {
  background: rgba(255, 255, 255, 0.8);
  padding: 60px 0;
  margin: 0 60px;
}
.news10-fashion-testimonials-content .content-wrapper {
  max-width: 430px;
  text-align: center;
  margin: 0 auto;
}
.news10-fashion-testimonials-content .content-wrapper .title {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  display: block;
  margin: 30px 0;
  color: #1E1E1E;
}
.news10-fashion-testimonials-content .content-wrapper .title:hover, .news10-fashion-testimonials-content .content-wrapper .title:focus {
  color: #8000EF;
}
.news10-fashion-testimonials-content .content-wrapper .news10-meta-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news10-fashion-testimonials-content .content-wrapper .news10-meta-info .post-author-date {
  margin-left: 30px;
}
.news10-fashion-testimonials-content .content-wrapper .news10-meta-info .post-author-date a {
  color: #707070;
  font-size: 14px;
}

/*----------news10 slider change START-------------------*/
@media (min-width: 768px) {
  .breaking-news-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .breaking-news-wrapper .newss10-slide-arrow {
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.newss10-slide-arrow {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3px;
}

.newss10-prev-btn,
.newss10-next-btn {
  width: 35px;
  height: 40px;
  padding: 0;
  text-align: center;
  line-height: 40px;
  border: 1px solid #ebebeb;
  color: #ddd;
}
.newss10-prev-btn.round,
.newss10-next-btn.round {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
}
.newss10-prev-btn:hover, .newss10-prev-btn:focus,
.newss10-next-btn:hover,
.newss10-next-btn:focus {
  color: #fff;
  background: #0389ff;
  border-color: transparent;
}

.news10-top-categories-section .news10-title-border-none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news10-sports-news-section .newss10-next-btn {
  position: absolute;
  top: 40%;
  right: 0;
  z-index: 9;
}
.news10-sports-news-section .newss10-prev-btn {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 9;
}

.news-tech-breaking .news10-slide-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 200px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-tech-breaking .newss10-slide-arrow {
  width: 60px;
}
.news-tech-breaking .newss10-next-btn,
.news-tech-breaking .newss10-prev-btn {
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  color: #8f00cb;
}

.tech-news-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tech-news-title .news10-title-line {
  width: 90%;
}
.tech-news-title .newss10-slide-arrow {
  margin-bottom: 40px;
}

/*----------news10 slider change end-------------------*/
/* post commetn css start */
.maan-comment-area .comment-title {
  font-size: 30px;
  font-weight: 700;
  color: #191919;
  line-height: 30px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 64px;
}
.maan-comment-area .comment-title::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 50px;
  background: #054055;
}
.maan-comment-area .comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.maan-comment-area .comment-author.maan-border-none {
  border: none;
  padding: 0;
  margin: 0;
}
.maan-comment-area .comment-author .comment-author-reply {
  max-width: 640px;
  margin-left: auto;
  margin-right: 0;
}
.maan-comment-area .comment-author .author-thumb {
  margin-right: 20px;
}
.maan-comment-area .comment-author .author-thumb img {
  height: 97px;
  min-width: 97px;
  border-radius: 50%;
}
.maan-comment-area .comment-author .description .author-title {
  margin-bottom: 14px;
}
.maan-comment-area .comment-author .description .author-title small {
  display: block;
  font-size: 14px;
  color: #565872;
  margin-bottom: 5px;
}
.maan-comment-area .comment-author .description .author-title .author-name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  line-height: 26px;
}
.maan-comment-area .comment-author .description .author-title .author-name:hover, .maan-comment-area .comment-author .description .author-title .author-name:focus {
  color: var(--news10-color-blue);
}
.maan-comment-area .comment-author .description .comment {
  padding: 15px 20px;
  background: #F0F4F9;
  border-radius: 5px;
  margin-bottom: 12px;
}
.maan-comment-area .comment-author .description .comment p {
  font-size: 16px;
  color: #565872;
  line-height: 30px;
}
.maan-comment-area .comment-author .description .maan-reply a {
  display: inline-block;
  margin: 0 15px;
}
.maan-comment-area .comment-author .description .maan-reply .like {
  font-size: 14px;
  font-weight: 500;
  color: #2E2E2E;
}
.maan-comment-area .comment-author .description .maan-reply .like:hover, .maan-comment-area .comment-author .description .maan-reply .like:focus {
  color: var(--news10-color-blue);
}
.maan-comment-area .comment-author .description .maan-reply .reply {
  font-size: 14px;
  font-weight: 500;
  color: var(--news10-color-blue);
}
.maan-comment-area ul li {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.35);
  margin-bottom: 40px;
}
.maan-comment-area ul li:last-child {
  border: none;
}
.maan-comment-area ul li ul li {
  padding-left: 120px;
}
.maan-comment-area ul li ul li:last-child {
  padding-bottom: 0;
}

@media (max-width: 575px) {
  .maan-comment-area ul li ul li {
    padding-left: 0px;
  }

  .maan-comment-area .comment-author {
    display: block;
  }

  .maan-comment-area .comment-author .author-thumb img {
    height: 60px;
    min-width: 60px;
    width: 60px;
  }
}
/* post commetn css end */
/* new home page css start */
.news10-maan-news-header.navbar_fixed {
  max-width: 100%;
  padding: 15px 0;
}

.news10-newtop-header {
  background: #F3F3F3;
  padding: 10px 0;
}
.news10-newtop-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news10-newtop-header .container h3 {
  color: #FF4422;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  background: #F3F3F3;
  min-width: 150px;
  width: 150px;
}

.news10-newbreaking-news p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news10-newmiddle-header {
  padding: 25px 0;
}
.news10-newmiddle-header .header-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news10-newmiddle-header .header-date i {
  color: #FF4422;
  margin-right: 5px;
}
.news10-newmiddle-header .header-date b {
  font-size: 15px;
  font-weight: 500;
}
.news10-newmiddle-header .header-date span {
  font-size: 15px;
  margin-left: 5px;
  display: block;
}
.news10-newmiddle-header .new-header-logo {
  display: block;
  text-align: center;
}
.news10-newmiddle-header .new-header-logo img {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.news10-newmiddle-header ul {
  text-align: right;
}
.news10-newmiddle-header ul li {
  display: inline-block;
}
.news10-newmiddle-header ul li a {
  display: block;
  font-size: 19px;
  color: #FF4422;
  margin-left: 30px;
}
.news10-newmiddle-header ul li a:hover, .news10-newmiddle-header ul li a:focus {
  color: #000;
}

.new-main-menu ul li > ul li a:hover, .new-main-menu ul li > ul li a:focus {
  background: #FF4422 !important;
}

.news10-overlay {
  z-index: 99999;
}

.nav_activee .news10-search-news10l {
  display: none;
}

.news10-new-header .news10-main-manu-bar {
  background: #1D1D1D;
}
.news10-new-header .news10-main-manu-bar .news10-home-icon svg {
  fill: #FF4422 !important;
}
.news10-new-header .news10-main-manu-bar .news10-main-manu li a {
  font-size: 16px;
}

.news10-new-header.navbar_fixed {
  max-width: 100% !important;
  background: #fff !important;
}

/* header end */
.news10-newtop-news-section {
  background: rgba(0, 0, 0, 0.16);
}

.news10-new-topnews-wrapper {
  gap: 10px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  grid-auto-rows: 210px;
  grid-auto-flow: dense;
}
.news10-new-topnews-wrapper .new-topnews-card:first-child {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.news10-new-topnews-wrapper .new-topnews-card:first-child .new-card-thumb:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(15, 41, 49, 0)), to(#ff4422));
  background: linear-gradient(180deg, rgba(15, 41, 49, 0) 70%, #ff4422 100%);
}
.news10-new-topnews-wrapper .new-topnews-card:first-child .card-body .news-title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}
.news10-new-topnews-wrapper .new-topnews-card:first-child .card-body .news-title:hover, .news10-new-topnews-wrapper .new-topnews-card:first-child .card-body .news-title:focus {
  color: #fff;
}
.news10-new-topnews-wrapper .new-topnews-card:nth-child(2) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}

img {
  -webkit-transform: none !important;
          transform: none !important;
}

.new-topnews-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0 !important;
}
.new-topnews-card .categori-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  padding: 0px 7px;
  line-height: 22px;
  border-radius: 2px;
  color: #fff;
}
.new-topnews-card .categori-btn.tech {
  background: #AB00FF;
}
.new-topnews-card .categori-btn.red {
  background: #E12127;
}
.new-topnews-card .categori-btn.green {
  background: #00B241;
}
.new-topnews-card .categori-btn.blue {
  background: #295BFF;
}
.new-topnews-card .new-card-thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.new-topnews-card .new-card-thumb:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(15, 41, 49, 0)), to(rgba(15, 41, 49, 0.8)));
  background: linear-gradient(180deg, rgba(15, 41, 49, 0) 60%, rgba(15, 41, 49, 0.8) 100%);
}
.new-topnews-card .new-card-thumb img {
  width: 100%;
}
.new-topnews-card .card-body {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 20px !important;
}
.new-topnews-card .card-body .meta-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.new-topnews-card .card-body .meta-info a, .new-topnews-card .card-body .meta-info span {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-right: 10px;
}
.new-topnews-card .card-body .meta-info a i, .new-topnews-card .card-body .meta-info span i {
  display: inline-block;
  margin-right: 5px;
}
.new-topnews-card .card-body .news-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-topnews-card .card-body .news-title:hover, .new-topnews-card .card-body .news-title:focus {
  color: #FF4422;
}

.new-section-title {
  border-bottom: 1px solid #FF4422;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-section-title h3 {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  padding: 10px 20px;
  background: #FF4422;
  color: #fff;
}

.news10-new-mostpopolar .tab-content {
  margin-top: 30px;
}

.mostpopular-card {
  margin-top: 30px;
}
.mostpopular-card .new-card-thumb img {
  height: 395px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mostpopular-card .card-body .categori-btn {
  position: unset;
  margin-bottom: 20px;
}
.mostpopular-card .card-body .news-title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.mostpopular-tabs li {
  margin-right: 45px;
}
.mostpopular-tabs li:last-child {
  margin-right: 0;
}
.mostpopular-tabs li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #1D1D1D;
  padding-bottom: 11px;
  border-bottom: 3px solid transparent;
}
.mostpopular-tabs li a.active {
  color: #FF4422;
  border-bottom: 3px solid #FF4422;
}

.news10-new-category-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.news10-new-category-news .news-thumb {
  display: block;
  margin-right: 30px;
}
.news10-new-category-news .news-thumb img {
  min-width: 170px;
  max-width: 170px;
  height: 114px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news10-new-category-news .discription .ctg-btn {
  font-size: 12px;
  display: inline-block;
  padding: 0 6px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.news10-new-category-news .discription .ctg-btn.politics {
  background: rgba(0, 209, 195, 0.15);
  color: #00D1C3;
}
.news10-new-category-news .discription .ctg-btn.tech {
  color: #FF4422;
  background: rgba(255, 68, 34, 0.15);
}
.news10-new-category-news .discription .ctg-btn.fashion {
  background: rgba(3, 137, 255, 0.15);
  color: #0389FF;
}
.news10-new-category-news .discription .news-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #0F2931;
  margin-bottom: 8px;
}
.news10-new-category-news .discription .news-title:hover, .news10-new-category-news .discription .news-title:focus {
  color: #FF4422;
}
.news10-new-category-news .discription .meta-info {
  font-size: 15px;
  color: #929292;
}
.news10-new-category-news .discription .meta-info i {
  color: #FF4422;
  display: inline-block;
  margin-right: 5px;
}

.news-title {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.new-features-sldier .mostpopular-card .new-card-thumb img {
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-features-sldier .mostpopular-card .card-body .news-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
.new-features-sldier .new-topnews-card .card-body .meta-info {
  margin: 0;
}

.newss10-newslide-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newss10-newslide-arrow .newss10-prev-btn, .newss10-newslide-arrow .newss10-next-btn {
  height: 24px;
  width: 24px;
  line-height: 24px;
  margin-left: 10px;
  border: none;
  background: #fff;
  color: #FF4422;
}
.newss10-newslide-arrow .newss10-prev-btn:hover, .newss10-newslide-arrow .newss10-prev-btn:focus, .newss10-newslide-arrow .newss10-next-btn:hover, .newss10-newslide-arrow .newss10-next-btn:focus {
  background: #FF4422;
  color: #fff;
}

.news10-newtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #FF4422;
  border-left: 6px solid #FF4422;
  height: 50px;
}
.news10-newtitle .icon {
  display: inline-block;
  padding: 5px 8px;
  background: rgba(255, 68, 34, 0.1);
  margin-left: 5px;
  height: 42px;
  width: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news10-newtitle h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #0F2931;
  margin-left: 15px;
}
.news10-newtitle.blue {
  border-color: #0389FF;
}
.news10-newtitle.blue .icon {
  background: rgba(3, 137, 255, 0.1);
}
.news10-newtitle.green {
  border-color: #00D1C3;
}
.news10-newtitle.green .icon {
  background: rgba(0, 209, 195, 0.1);
}

.news10-new-items-wrapper {
  padding: 15px;
  background: #F3F3F3;
}
.news10-new-items-wrapper ul li {
  margin-bottom: 20px;
}
.news10-new-items-wrapper ul li:last-child {
  margin-bottom: 0;
}

.news10-new-card {
  overflow: hidden;
  border-radius: 0 !important;
  background: #fff;
  margin-bottom: 25px;
}
.news10-new-card .card-thumb {
  display: block;
}
.news10-new-card .card-thumb img {
  width: 100%;
  height: 205px;
}
.news10-new-card .card-body {
  padding: 15px !important;
  background: #fff;
}
.news10-new-card .card-body .news-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #0F2931;
  margin-bottom: 8px;
}
.news10-new-card .card-body .news-title:hover, .news10-new-card .card-body .news-title:focus {
  color: #FF4422;
}
.news10-new-card .card-body .meta-info {
  font-size: 15px;
  color: #929292;
}
.news10-new-card .card-body .meta-info i {
  color: #FF4422;
  display: inline-block;
  margin-right: 8px;
}

.news_small .news-thumb {
  margin-right: 15px;
}
.news_small .news-thumb img {
  height: 100px;
  min-width: 110px;
  width: 110px;
}
.news_small .discription .news-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.social-share-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px;
  border-radius: 8px;
  background: #fff;
}
.social-share-count .icon {
  height: 44px;
  width: 44px;
  min-width: 44px;
  border-radius: 6px;
  margin-right: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
}
.social-share-count .icon.fb {
  background: #3868CE;
}
.social-share-count .icon.instagram {
  background: #C32AA3;
}
.social-share-count .icon.twitter {
  background: #07ACDE;
}
.social-share-count .icon.youtube {
  background: #E52D27;
}
.social-share-count .social-content small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #0F2931;
  font-family: "Roboto", sans-serif;
}
.social-share-count .social-content b {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #929292;
}

.social-media-grid {
  display: -ms-grid;
  display: grid;
  gap: 7px;
  -ms-grid-columns: 1fr 7px 1fr;
  grid-template-columns: repeat(2, 1fr);
}

.news10-newside-slider .mostpopular-card .card-body .news-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.news10-newside-slider .newss10-newslide-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.news10-newside-slider .newss10-newslide-arrow .newss10-prev-btn, .news10-newside-slider .newss10-newslide-arrow .newss10-next-btn {
  margin: 0;
}

.news10-new-video-title {
  position: relative;
  margin-bottom: 40px;
}
.news10-new-video-title:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #A4A4A4;
  height: 1px;
  width: 100%;
}
.news10-new-video-title h3 {
  display: inline-block;
  background: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #0A1633;
  position: relative;
  z-index: 2;
  padding-right: 30px;
  position: relative;
}
.news10-new-video-title h3 .rounded-shape {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.news10-new-video-title h3 .rounded-shape:after {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  right: -15px;
  top: 50%;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #A4A4A4;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.news10-new-video-title h3 .rounded-shape:before {
  position: absolute;
  content: "";
  display: block;
  background: #FF4422;
  right: -9px;
  top: 50%;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.news10-new-video-title.center-title {
  text-align: center;
}
.news10-new-video-title.center-title h3 {
  padding: 0 30px;
  padding-left: 40px;
}
.news10-new-video-title.center-title h3 .left-shape {
  left: 0;
  right: auto !important;
}

.news10-new-video-grid {
  background: #000;
  gap: 30px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(193px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
  padding: 30px;
}
.news10-new-video-grid .news10-new-card .card-thumb {
  position: relative;
}
.news10-new-video-grid .news10-new-card .card-thumb .vbox-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 34px;
}
.news10-new-video-grid .news10-new-card .card-thumb .vbox-item svg {
  fill: #FF4422;
  height: 10px;
}
.news10-new-video-grid .news10-new-card .card-thumb img {
  height: 145px;
}
.news10-new-video-grid .news10-new-card .card-body .news-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 26px;
}
.news10-new-video-grid .news10-new-card .card-body .news-title:hover, .news10-new-video-grid .news10-new-card .card-body .news-title:focus {
  color: #FF4422;
}
.news10-new-video-grid .news10-new-card {
  margin: 0;
}
.news10-new-video-grid .news10-new-card .card-body {
  background: #000;
  padding: 0 !important;
  padding-top: 20px !important;
}
.news10-new-video-grid .news10-new-card:first-child {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  -ms-grid-row-span: 3;
  grid-row: span 2;
}
.news10-new-video-grid .news10-new-card:first-child .card-body .meta-info {
  margin-bottom: 10px;
}
.news10-new-video-grid .news10-new-card:first-child .card-thumb img {
  height: 450px;
}
.news10-new-video-grid .news10-new-card:first-child .card-thumb .vbox-item {
  height: 60px;
  width: 60px;
  line-height: 60px;
}
.news10-new-video-grid .news10-new-card:first-child .card-thumb .vbox-item svg {
  height: 16px;
}
.news10-new-video-grid .news10-new-card:first-child .card-body .news-title {
  margin-bottom: 0 !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.news10-new-video-grid .news10-new-card .card-body .meta-info a, .news10-new-video-grid .news10-new-card .card-body .meta-info span {
  color: #FFFFFF;
  opacity: 0.6;
  display: inline-block;
  margin-right: 10px;
}
.news10-new-video-grid .news10-new-card .card-body .meta-info i {
  color: #FFFFFF;
  opacity: 0.6;
}

.news10-you-may-section .news10-new-video-title {
  margin-bottom: 10px;
}

.news10-newcard {
  margin: 0;
  margin-top: 30px;
}
.news10-newcard .card-thumb img {
  height: 300px;
}
.news10-newcard .card-body {
  padding: 0 !important;
  padding-top: 20px !important;
}
.news10-newcard .card-body .meta-info {
  margin-bottom: 10px;
}
.news10-newcard .card-body .meta-info a, .news10-newcard .card-body .meta-info span {
  display: inline-block;
  margin-right: 10px;
  color: #7B7B7B;
}
.news10-newcard .card-body .news-title {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 32px;
  font-size: 22px;
}
.news10-newcard.news10-smallcard .card-thumb img {
  height: 140px;
}
.news10-newcard.news10-smallcard .card-body .news-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.news10-new-category-wrapper ul li {
  display: inline-block;
  margin-right: 25px;
  margin-top: 30px;
}
.news10-new-category-wrapper ul li:nth-child(2) a {
  background: #0389FF;
}
.news10-new-category-wrapper ul li:nth-child(2) a span {
  color: #0389FF;
}
.news10-new-category-wrapper ul li:nth-child(3) a {
  background: #E74E3E;
}
.news10-new-category-wrapper ul li:nth-child(3) a span {
  color: #E74E3E;
}
.news10-new-category-wrapper ul li:nth-child(4) a {
  background: #9C5BB7;
}
.news10-new-category-wrapper ul li:nth-child(4) a span {
  color: #9C5BB7;
}
.news10-new-category-wrapper ul li:nth-child(5) a {
  background: #4EA90E;
}
.news10-new-category-wrapper ul li:nth-child(5) a span {
  color: #4EA90E;
}
.news10-new-category-wrapper ul li:nth-child(6) a {
  background: #39CBE8;
}
.news10-new-category-wrapper ul li:nth-child(6) a span {
  color: #39CBE8;
}
.news10-new-category-wrapper ul li:last-child {
  margin-right: 0;
}
.news10-new-category-wrapper ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  background: #9A7E03;
  color: #fff !important;
  padding: 7px 19px;
}
.news10-new-category-wrapper ul li a span {
  color: #9A7E03;
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-left: 10px;
}

.footer-news-items .news_small .discription .news-title {
  color: #fff;
}
.footer-news-items .news10-new-category-news .discription .meta-info i {
  color: #fff;
  opacity: 0.6;
}

.news10-new-footer .row.news10-link-footer .news10-news-link li a:hover, .news10-new-footer :focus {
  color: #FF4422 !important;
}
.news10-new-footer .row.news10-link-footer .news10-news-tags ul li a:hover, .news10-new-footer .row.news10-link-footer .news10-news-tags ul li a:focus {
  background: #FF4422 !important;
}
.news10-new-footer .news10-link-footer .news10-email button {
  background: #FF4422 !important;
  border: none !important;
  color: #fff !important;
}
.news10-new-footer .news10-link-footer .news10-email button:before, .news10-new-footer .news10-link-footer .news10-email button:after {
  display: none;
}
.news10-new-footer .news10-main-footer h6 a:hover {
  color: #FF4422 !important;
}

@media (max-width: 1199px) {
  .news10-main-manu-bar .news10-main-manu li {
    margin-right: 20px !important;
  }

  .news10-new-topnews-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(226px, 1fr));
    grid-auto-rows: 170px;
  }

  .news10-new-video-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    grid-auto-rows: 252px;
  }
}
@media (max-width: 992px) {
  .news10-newmiddle-header {
    display: none;
  }

  .news10-new-header .news10-main-manu-bar {
    background: #eee;
  }

  .news10-new-card .card-thumb img {
    height: 300px;
  }

  .news10-new-items-wrapper {
    margin-bottom: 30px;
  }

  .news10-newcard.news10-smallcard .card-thumb img {
    height: 230px;
  }
}
@media (max-width: 767px) {
  .mostpopular-tabs li {
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  .news10-new-mostpopolar .new-section-title {
    display: block;
  }
  .news10-new-mostpopolar .new-section-title h3 {
    margin-bottom: 30px;
  }

  .mostpopular-tabs li a {
    padding-bottom: 0;
  }

  .new-topnews-card .new-card-thumb img {
    height: 300px;
  }

  .news10-new-video-grid {
    display: block;
  }

  .news10-new-video-grid .news10-new-card .card-thumb .vbox-item {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .news10-new-video-grid .news10-new-card .card-thumb .vbox-item svg {
    height: 16px;
  }

  .news10-new-video-grid .news10-new-card {
    margin-top: 30px;
  }
  .news10-new-video-grid .news10-new-card:first-child {
    margin-top: 0;
  }
  .news10-new-video-grid .news10-new-card .card-thumb img {
    height: 300px !important;
  }

  .news10-new-topnews-wrapper {
    display: block;
  }
  .news10-new-topnews-wrapper .new-topnews-card {
    margin-top: 30px;
  }
  .news10-new-topnews-wrapper .new-topnews-card:first-child {
    margin-top: 0;
  }

  .news10-new-category-news .news-thumb img {
    min-width: 120px;
    max-width: 120px;
    height: 120px;
  }

  .news10-new-category-news .news-thumb {
    margin-right: 15px;
  }

  .news10-new-category-wrapper ul li {
    display: block;
    margin-right: 0;
  }
}
/* new home page css end */
/*maan news new home page css start */
/*header css start */
.news10-maan-news-header {
  background: #000;
  padding: 15px 0;
}

.news10-hdr-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news10-hdr-wrapper .header-logo {
  display: block;
  margin-right: 80px;
}
.news10-hdr-wrapper .header-logo img {
  max-width: 200px;
}

.news10-maannews-main-menu li {
  display: inline-block;
  margin-right: 40px;
}
.news10-maannews-main-menu li:last-child {
  margin-right: 0;
}
.news10-maannews-main-menu li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.news10-maannews-main-menu li a:hover, .news10-maannews-main-menu li a:focus {
  color: #FF2525;
}

.news10-hdr-right {
  margin-left: auto;
}
.news10-hdr-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news10-hdr-right li {
  display: inline-block;
}
.news10-hdr-right li a {
  display: block;
  font-size: 20px;
  color: #fff;
}
.news10-hdr-right li a:hover, .news10-hdr-right li a:focus {
  color: #FF2525;
}
.news10-hdr-right li a.user_login {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-left: 40px;
}

/*header css end */
.news10-newtop-news {
  padding: 50px 0 80px 0;
}

.news10-grid-five {
  gap: 30px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 180px;
  grid-auto-flow: dense;
}
.news10-grid-five .maantop-news-card .new-card-thumb img {
  height: 180px;
}
.news10-grid-five .maantop-news-card:first-child {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.news10-grid-five .maantop-news-card:first-child .new-card-thumb img {
  height: 388px;
}
.news10-grid-five .maantop-news-card:first-child .card-body {
  padding: 20px 30px !important;
}
.news10-grid-five .maantop-news-card:first-child .card-body .news-ctg-link {
  margin-bottom: 10px;
}
.news10-grid-five .maantop-news-card:first-child .card-body .news-title {
  font-size: 30px;
  line-height: 40px;
}

.maantop-news-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0 !important;
}
.maantop-news-card .new-card-thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.maantop-news-card .new-card-thumb .venobox {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: #000;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}
.maantop-news-card .new-card-thumb:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(15, 41, 49, 0)), to(rgba(15, 41, 49, 0.8)));
  background: linear-gradient(180deg, rgba(15, 41, 49, 0) 60%, rgba(15, 41, 49, 0.8) 100%);
}
.maantop-news-card .new-card-thumb img {
  width: 100%;
}
.maantop-news-card .card-body {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 12px 20px !important;
}
.maantop-news-card .card-body .news-ctg-link {
  display: inline-block;
  padding-left: 10px;
  line-height: 14px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  border-left: 2px solid #FF2525;
  color: #fff;
  margin-bottom: 10px;
  font-family: var(--font-now);
}
.maantop-news-card .card-body .news-title {
  font-family: var(--font-now);
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.maantop-news-card .card-body .news-title:hover, .maantop-news-card .card-body .news-title:focus {
  color: #FF2525;
}

.news10-sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -3px;
}
.news10-sec-title h3 {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000;
  font-family: var(--font-now);
}
.news10-sec-title a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.5;
  display: block;
  font-family: var(--font-now);
}
.news10-sec-title a i {
  display: inline-block;
  margin-left: 8px;
}
.news10-sec-title a:hover, .news10-sec-title a:focus {
  color: #FF2525;
  opacity: 1;
}

.trending-news-card {
  margin-bottom: -3px;
  margin-top: 30px;
}
.trending-news-card .card-thumb {
  display: block;
}
.trending-news-card .card-thumb img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.trending-news-card .card-body {
  padding: 20px 0 0 0 !important;
}
.trending-news-card .card-body .card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.trending-news-card .card-body .card-meta .news-ctg-link {
  display: inline-block;
  padding-left: 10px;
  line-height: 14px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  border-left: 2px solid #FF2525;
  color: rgba(0, 0, 0, 0.6);
  font-family: var(--font-now);
}
.trending-news-card .card-body .card-meta span {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  font-family: var(--font-now);
}
.trending-news-card .card-body .news-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 10px;
  font-family: var(--font-now);
}
.trending-news-card .card-body p {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
  opacity: 0.7;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-family: var(--font-now);
}
.trending-news-card:hover .card-body .news-title, .trending-news-card:focus .card-body .news-title {
  color: #FF2525;
}

.promotion-section {
  padding: 50px 0;
}

.promotion-link {
  display: block;
  max-width: 730px;
  margin: 0 auto;
  height: 90px;
  overflow: hidden;
}
.promotion-link img {
  width: 100%;
}

.news10-economy-section {
  padding-top: 70px;
}
.news10-economy-section .trending-news-card .card-thumb img {
  height: 245px;
}

.news10-sports-section {
  padding-bottom: 80px;
}

.news10-weekly-review-section {
  background-size: cover;
  padding: 80px 0;
}


.news10-weekly-review-section .news10-weekly-review-wrapper {
  padding-bottom: 40px;
}
.news10-weekly-review-wrapper .swiper-pagination {
  bottom: 0;
  line-height: 0;
}
.news10-weekly-review-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}

.weekly-review-card {
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
  margin: 0;
  margin-top: 30px;
  position: relative;
}
.weekly-review-card .card-thumb {
  position: relative;
}
.weekly-review-card .card-thumb .venobox {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: #000;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}
.weekly-review-card .card-thumb:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(15, 41, 49, 0)), to(rgba(15, 41, 49, 0.8)));
  background: linear-gradient(180deg, rgba(15, 41, 49, 0) 60%, rgba(15, 41, 49, 0.8) 100%);
}
.weekly-review-card .card-thumb img {
  height: 205px;
  -o-object-fit: cover;
     object-fit: cover;
}
.weekly-review-card .news-ctg-link {
  display: inline-block;
  padding-left: 10px;
  line-height: 14px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  border-left: 2px solid #FF2525;
  color: #fff;
  margin-bottom: 5px;
  font-family: var(--font-now);
  position: absolute;
  bottom: 15px;
  left: 20px;
  z-index: 2;
}
.weekly-review-card .card-body {
  padding: 20px !important;
  background: #fff;
}
.weekly-review-card .card-body .news-title {
  margin-bottom: 0;
}

.news10-economy-section, .news10-editor-feature-section {
  padding: 80px 0;
}

.news10-editor-feature-section .news10-sec-title {
  margin-bottom: 30px;
}

.editor-area {
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-rows: 235px;
  gap: 50px;
}
.editor-area .news10-topnews-card .new-card-thumb img {
  height: 235px;
}
.editor-area .news10-topnews-card:first-child .new-card-thumb img {
  height: 520px;
}

.editor-area-wrapper {
  padding-right: 35px;
}

.feature-pst-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.feature-pst-items .thumb {
  display: block;
  min-width: 77px;
  margin-right: 20px;
}
.feature-pst-items .thumb img {
  height: 77px;
  width: 77px;
}
.feature-pst-items .discription .news-ctg-link {
  display: inline-block;
  padding-left: 10px;
  line-height: 14px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  border-left: 2px solid #FF2525;
  color: rgba(0, 0, 0, 0.6);
  font-family: var(--font-now);
}
.feature-pst-items .discription .news-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  font-family: var(--font-now);
}
.feature-pst-items:hover .discription .news-title, .feature-pst-items:focus .discription .news-title {
  color: #FF2525;
}

.feature-post-slideer {
  position: relative;
}
.feature-post-slideer .maantop-news-card .new-card-thumb img {
  height: 500px;
}
.feature-post-slideer .newss10-newslide-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.feature-post-slideer .newss10-newslide-arrow .newss10-prev-btn, .feature-post-slideer .newss10-newslide-arrow .newss10-next-btn {
  margin: 0;
}
.feature-post-slideer .newss10-newslide-arrow .newss10-prev-btn, .feature-post-slideer .newss10-newslide-arrow .newss10-next-btn {
  color: #FF2525;
}
.feature-post-slideer .newss10-newslide-arrow .newss10-prev-btn:hover, .feature-post-slideer .newss10-newslide-arrow .newss10-prev-btn:focus, .feature-post-slideer .newss10-newslide-arrow .newss10-next-btn:hover, .feature-post-slideer .newss10-newslide-arrow .newss10-next-btn:focus {
  background: #FF2525;
  color: #fff;
}

.iframe-video-wrapper {
  margin-top: 30px;
}
.iframe-video-wrapper iframe {
  width: 100%;
  height: 805px;
  margin-bottom: -8px;
}
.iframe-video-wrapper img {
  height: 805px;
}

.feature-layout.layout-4 {
  grid-gap: 0 35px;
}

.scroll-band-logo {
  display: none;
}

.news10-new-header.navbar_fixed .news10-newmiddle-header {
  display: none !important;
}
.news10-new-header.navbar_fixed .news10-main-manu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news10-new-header.navbar_fixed .news10-main-manu .scroll-band-logo {
  display: block;
  max-width: 90px;
  margin-right: 40px;
}
.news10-new-header.navbar_fixed .news10-main-manu .scroll-band-logo img {
  width: 100%;
}

.video-section-grid {
  gap: 35px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
  grid-auto-rows: 245px;
  grid-auto-flow: dense;
  margin-top: 30px;
}
.video-section-grid .card {
  margin: 0;
}
.video-section-grid .card:first-child {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  -ms-grid-row-span: 3;
  grid-row: span 3;
}
.video-section-grid .card:first-child img {
  height: 760px;
}

.news10-feature-video-section {
  position: relative;
  padding-top: 80px;
  z-index: 1;
}
.news10-feature-video-section .top-bg {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
}
.news10-feature-video-section .top-bg img {
  height: 270px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
.news10-feature-video-section .weekly-review-card {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.news10-feature-video-section .weekly-review-card .card-thumb img {
  height: 170px;
}
.news10-feature-video-section .weekly-review-card .card-body {
  padding: 15px 0 0 0 !important;
}

.multinews-section {
  padding-bottom: 80px;
}
.multinews-section .layout-3 .layout-items{
  margin-bottom: 60px;
}
.multinews-section .trending-news-card {
  margin-bottom: 30px;
}
.multinews-section .trending-news-card .card-thumb img {
  height: 245px;
}
.multinews-section .trending-news-card .card-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px !important;
}
.multinews-section .trending-news-card .card-body .news-title {
  margin-bottom: 0;
}
.multinews-section ul li:last-child .feature-pst-items {
  margin-bottom: 0;
}
.multinews-section .feature-pst-items .thumb {
  min-width: 95px;
}
.multinews-section .feature-pst-items .thumb img {
  width: 95px;
}

/* custom radio btn */
/* The container */
.custom_radion_btn {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  font-family: var(--font-now);
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.custom_radion_btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid #000;
  border-radius: 50%;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom_radion_btn input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custom_radion_btn .checkmark:after {
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
}

/* custom radio btn end*/
.news10_footer_section {
  padding-top: 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.ftr-logo {
  display: block;
}
.ftr-logo img {
  max-width: 200px;
}

.footer-grid-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 240px 450px auto;
  grid-template-columns: 240px 450px auto;
}

.footer-grid-items {
  margin-top: 40px;
  position: relative;
}
.footer-grid-items:after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(47.92%, #000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 47.92%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
}
.footer-grid-items:last-child:after {
  display: none;
}

.news10-ftr-items h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 25px;
}
.news10-ftr-items ul {
  padding-left: 70px;
}
.news10-ftr-items ul li {
  margin-bottom: 20px;
}
.news10-ftr-items ul li:last-child {
  margin-bottom: 0;
}
.news10-ftr-items ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.8;
}
.news10-ftr-items ul li a:hover, .news10-ftr-items ul li a:focus {
  color: #FF2525;
}
.news10-ftr-items .pl-30 {
  padding-left: 30px;
}

.news_letter_news10 .footer-group {
  position: relative;
}
.news_letter_news10 .footer-group span {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 6px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #000;
  text-align: center;
  line-height: 35px;
  color: #fff;
}
.news_letter_news10 .footer-group .form-control {
  padding: 12px 15px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #000;
}
.news_letter_news10 p {
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  color: #000000;
  opacity: 0.3;
  margin-top: 10px;
}

.footer_bottom {
  margin-top: 70px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
}

.social_icons {
  margin-top: 30px;
}
.social_icons li {
  display: inline-block;
  margin-right: 10px;
}
.social_icons li a {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  border-radius: 50%;
}
.social_icons li a:hover, .social_icons li a:focus {
  color: #fff;
  background: #FF2525;
}

.copy_right {
  margin-top: 30px;
  display: block;
  cfont-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-family: var(--font-now);
}
.copy_right a:hover, .copy_right a:focus {
  color: #FF2525;
}

.news10-footer-appstore {
  margin-top: 30px;
  text-align: right;
}
.news10-footer-appstore li {
  display: inline-block;
  margin-left: 10px;
}
.news10-footer-appstore li img {
  max-width: 110px;
  width: 100%;
}

.red_btn {
  background: #FF2525 !important;
  color: #fff !important;
}

@media (max-width: 1399px) {
  .news10-maannews-main-menu li {
    margin-right: 30px;
  }

  .news10-grid-five {
    grid-template-columns: repeat(auto-fit, minmax(256px, 1fr));
  }

  .video-section-grid {
    grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  }
}
@media (max-width: 1366px) {
  .news10-maannews-main-menu li {
    margin-right: 30px;
  }

  .news10-grid-five {
    grid-template-columns: repeat(auto-fit, minmax(256px, 1fr));
  }
}
@media (max-width: 1199px) {
  .news10-grid-five {
    grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  }

  .video-section-grid {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  }

  .news10-maannews-main-menu li {
    margin-right: 10px;
  }

  .news10-hdr-wrapper .header-logo img {
    max-width: 150px;
  }

  .news10-ftr-items ul {
    padding-left: 30px;
  }

  .footer-grid-wrapper {
    -ms-grid-columns: 220px 340px auto;
    grid-template-columns: 220px 340px auto;
  }

  .news10-grid-five {
    grid-template-columns: repeat(auto-fit, minmax(211px, 1fr));
  }

  .trending-news-card .card-body .card-meta .news-ctg-link {
    font-size: 12px;
  }

  .trending-news-card .card-body .card-meta span {
    font-size: 12px;
  }

  .layout-4, .layout-3 {
    grid-gap: 0 25px !important;
  }

  .news10-grid-five {
    gap: 25px;
  }

  .editor-area-wrapper {
    padding-right: 0;
  }

  .feature-post-slideer .maantop-news-card .new-card-thumb img {
    height: 426px;
  }
}
@media (max-width: 991px) {
  .news10-maannews-main-menu {
    display: none;
  }

  .video-section-grid {
    display: block;
  }

  .iframe-video-wrapper iframe {
    height: 400px;
  }

  .news10-feature-video-section .weekly-review-card {
    margin-top: 30px;
  }

  .news10-hdr-right li a.user_login {
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 16px;
  }

  .news10-grid-five {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .editor-area {
    margin-bottom: 30px;
  }

  .news10-feature-video-section .top-bg img {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .news10-feature-video-section .weekly-review-card .card-thumb img {
    height: 300px;
  }

  .multinews-section .trending-news-card .card-thumb img {
    height: 300px;
  }

  .multinews-section .news10-sec-title {
    margin-top: 30px;
  }

  .footer-grid-wrapper {
    display: block;
  }

  .news10-ftr-items ul {
    padding-left: 0px;
  }

  .footer-grid-items:after {
    display: none;
  }

  .social_icons {
    text-align: center;
  }

  .news10-footer-appstore {
    text-align: center;
  }

  .news10-grid-five {
    grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
  }
}
@media (max-width: 575px) {
  .news10-grid-five {
    display: block;
  }

  .news10-grid-five .maantop-news-card .new-card-thumb img {
    height: 260px;
  }

  .news10-grid-five .maantop-news-card:first-child .card-body {
    padding: 12px 20px !important;
  }

  .news10-grid-five .maantop-news-card:first-child .card-body .news-title {
    font-size: 16px;
    line-height: 26px;
  }

  .news10-grid-five .maantop-news-card:first-child .new-card-thumb img {
    height: 260px;
  }

  .maantop-news-card {
    margin-top: 30px;
  }
  .maantop-news-card:first-child {
    margin-top: 0;
  }

  .trending-news-card .card-thumb img {
    height: 260px;
  }

  .news10-economy-section .trending-news-card .card-thumb img {
    height: 260px;
  }

  .iframe-video-wrapper iframe {
    height: 350px;
  }

  .news10-sec-title a {
    font-size: 12px;
  }

  .news10-sec-title h3 {
    font-size: 18px;
  }

  .maantop-news-card .card-body .news-title {
    font-size: 16px;
    line-height: 22px;
  }

  .maantop-news-card .card-body .news-ctg-link {
    font-size: 12px;
  }

  .trending-news-card .card-body .card-meta .news-ctg-link {
    font-size: 12px;
  }

  .trending-news-card .card-body .card-meta span {
    font-size: 12px;
  }

  .trending-news-card .card-body .news-title {
    font-size: 16px;
    line-height: 22px;
  }

  .trending-news-card .card-body p {
    font-size: 14px;
  }

  .feature-pst-items .discription .news-title {
    font-size: 16px;
    line-height: 22px;
  }

  .news_letter_news10 {
    margin-top: 40px;
  }

  .news10-hdr-wrapper .header-logo img {
    max-width: 100px;
  }

  .news10-hdr-right li a.user_login {
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
  }
}
/*aditonal css start */
@media screen and (min-width: 991px) {
  .layout-4 {
    display: -ms-grid;
    display: grid;
    grid-gap: 0 40px;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }

  .layout-3 {
    display: -ms-grid;
    display: grid;
    grid-gap: 0 45px;
    -ms-grid-columns: 1fr 45px 1fr 45px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .layout-4 {
    display: -ms-grid;
    display: grid;
    grid-gap: 0 40px;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .layout-3 {
    display: -ms-grid;
    display: grid;
    grid-gap: 0 45px;
    -ms-grid-columns: 1fr 45px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .layout-3 {
    display: block;
  }

  .layout-4 {
    display: block;
  }

  .news10-newtop-header {
    display: none;
  }

  .news10-new-header .news10-main-manu-bar {
    padding: 15px 0;
  }
}
/*aditonal css end */
/*maan news new home page css start */
/*----------------------------------------*/
/*  01. Header Area
/*----------------------------------------*/
.news10-header-section {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 100%;
  z-index: 99;
  max-width: 1800px;
  margin: 0 auto;
}
.news10-header-section .container {
  max-width: 1400px;
  margin: 0 auto;
}

.news10-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fff;
}

.news10-header-logo {
  width: 170px;
}
.news10-header-logo a {
  display: block;
}
.news10-header-logo a img {
  max-width: 100%;
}
.news10-header-logo .nav-fix-logo {
  display: none;
}

.news10-main-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.news10-main-menu li {
  display: inline-block;
  padding: 28px 20px;
}
.news10-main-menu li a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}
.news10-main-menu li:hover a, .news10-main-menu li:focus a {
  color: #B97654;
}

.news10-nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  padding-left: 30px;
  border-left: 1px solid #fff;
}
.news10-nav-right .news10-destination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news10-nav-right .news10-destination .map-icon {
  color: #fff;
  font-size: 18px;
}
.news10-nav-right .news10-destination .nice-select {
  background: transparent;
  border: none;
}
.news10-nav-right .news10-destination .nice-select .current {
  font-size: 18px;
  color: #fff;
}
.news10-nav-right .news10-destination .nice-select::after {
  border: none;
  color: #fff;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  top: 57%;
  height: auto;
  width: auto;
  line-height: 0px;
}
.news10-nav-right .news10-destination .nice-select.open::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.news10-nav-right .news10-nav-open {
  font-size: 30px;
  color: #fff;
  margin-left: 60px;
  cursor: pointer;
}

.navbar_fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #1E1E1E;
  z-index: 9999;
  padding: 0;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  /*-webkit-transform: translate(-50%);*/
  /*        transform: translate(-50%);*/
  max-width: 100%;
  margin: 0 auto;
}
.navbar_fixed .news10-top-bar {
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.navbar_fixed .news10-mid-bar {
  display: none;
}
.navbar_fixed .news10-header-top-bar {
  display: none;
}

.news10-overlay {
  display: none;
}
.maan-hide-manu{
    transition: all 0.3s;
}
.navbar_fixed .maan-hide-manu{
    height: 0;
    overflow: hidden;
}
.news10-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  z-index: 99;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  z-index: 999;
}
.maan-manu-bar .maan-main-manu li{
    padding: 15px 0;
}
/* dropdown css  */
.dropdown {
  position: relative;
  padding: 0;
}
.dropdown:hover .dropdown-menu, .dropdown:focus .dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.dropdown:hover .dropdown-menu ul li a, .dropdown:focus .dropdown-menu ul li a {
  color: #000;
}
.dropdown .dropdown-menu {
  display: block;
  border-radius: 0;
  padding: 0;
  min-width: 200px;
  border: none;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: 120%;
  opacity: 0;
  visibility: hidden;
}
.dropdown .dropdown-menu li {
  display: block;
  padding: 0;
  margin: 0!important;
}
.dropdown .dropdown-menu li a {
  color: #000;
  padding: 10px;
}
.dropdown .dropdown-menu li a:hover, .dropdown .dropdown-menu li a:focus {
  background: #0389ff !important;
  color: #fff;
  padding-left: 20px;
}
.dropdown .dropdown-menu li .dropdown-menu {
  left: 100%;
  top: 10px;
  visibility: hidden;
  opacity: 0;
}
.dropdown .dropdown-menu li .dropdown-menu li a:hover, .dropdown .dropdown-menu li .dropdown-menu li a:focus {
  color: #fff;
}
.dropdown .dropdown-menu li:hover .dropdown-menu, .dropdown .dropdown-menu li:focus .dropdown-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.dropdown .dropdown-menu li:hover .dropdown-menu li .dropdown-menu, .dropdown .dropdown-menu li:focus .dropdown-menu li .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  top: 10px;
}
.dropdown .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu, .dropdown .dropdown-menu li:hover .dropdown-menu li:focus .dropdown-menu, .dropdown .dropdown-menu li:focus .dropdown-menu li:hover .dropdown-menu, .dropdown .dropdown-menu li:focus .dropdown-menu li:focus .dropdown-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.mobile-menu li:hover a, .mobile-menu li:focus a {
  color: #0389ff;
}
.mobile-menu li .mobile-drowpdown {
  padding-left: 15px;
}
.mobile-menu li .mobile-drowpdown a {
  color: #fff;
  padding: 5px 0;
  display: block;
}
.mobile-menu li .mobile-drowpdown a:hover, .mobile-menu li .mobile-drowpdown a:focus {
  color: #0389ff;
}

/*fashion page header css */
.news10-news-fashion-header {
  max-width: 100%;
  width: 100%;
  background: #1E1E1E;
  position: unset;
  -webkit-transform: unset;
          transform: unset;
}

.news10-news-fashion-header.navbar_fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.news10-news-fashion-header.navbar_fixed .searchbox input {
  border: 1px solid #eee;
}

.news10-news-fashion-header-wraper {
  max-width: 100%;
  width: 100%;
  border: none;
  position: relative;
}
.news10-news-fashion-header-wraper .news10-nav-right {
  border: none;
  position: relative;
  z-index: 2;
}
.news10-news-fashion-header-wraper .news10-nav-right .search-btn {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  padding: 6px;
}
.news10-news-fashion-header-wraper .news10-nav-right .search-btn.bg-green {
  color: #000;
}
.news10-news-fashion-header-wraper .news10-nav-right .search-btn:hover, .news10-news-fashion-header-wraper .news10-nav-right .search-btn:focus {
  color: #8000EF;
}
.news10-news-fashion-header-wraper .news10-nav-right .news10-nav-open {
  margin-left: 130px;
}
.news10-news-fashion-header-wraper .news10-main-menu li {
  padding: 0 20px;
}
.news10-news-fashion-header-wraper .news10-main-menu li.dropdown li {
  padding: 0;
}
.news10-news-fashion-header-wraper .news10-main-menu li a {
  position: relative;
  padding: 28px 0;
}
.news10-news-fashion-header-wraper .news10-main-menu li a:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news10-news-fashion-header-wraper .news10-main-menu li ul li a {
  padding: 10px;
}
.news10-news-fashion-header-wraper .news10-main-menu li:hover a, .news10-news-fashion-header-wraper .news10-main-menu li:focus a {
  color: #8000EF;
}
.news10-news-fashion-header-wraper .news10-main-menu li:hover a:after, .news10-news-fashion-header-wraper .news10-main-menu li:focus a:after {
  width: 100%;
}
.news10-news-fashion-header-wraper .news10-main-menu li:hover ul li a, .news10-news-fashion-header-wraper .news10-main-menu li:focus ul li a {
  color: #000;
}
.news10-news-fashion-header-wraper .news10-main-menu li:hover ul li a:after, .news10-news-fashion-header-wraper .news10-main-menu li:focus ul li a:after {
  display: none;
}
.news10-news-fashion-header-wraper .news10-main-menu li:hover ul li a:hover, .news10-news-fashion-header-wraper .news10-main-menu li:hover ul li a:focus, .news10-news-fashion-header-wraper .news10-main-menu li:focus ul li a:hover, .news10-news-fashion-header-wraper .news10-main-menu li:focus ul li a:focus {
  color: #fff;
  background: #8000EF;
  padding-left: 25px;
}

.fashion-news-mobile-menu li:hover a, .fashion-news-mobile-menu li:focus a {
  color: #8000EF;
}
.fashion-news-mobile-menu li .mobile-drowpdown {
  padding-left: 15px;
}
.fashion-news-mobile-menu li .mobile-drowpdown a {
  color: #fff;
  padding: 5px 0;
  display: block;
}
.fashion-news-mobile-menu li .mobile-drowpdown a:hover, .fashion-news-mobile-menu li .mobile-drowpdown a:focus {
  color: #8000EF;
}

.wrapper {
  position: absolute;
  top: 50%;
  right: 140px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  width: 4%;
}

.search-area {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  width: 74%;
}

.searchbox {
  position: relative;
}

.searchbox input {
  width: 0px;
  border: 0px;
  height: 60px;
  padding: 0px 20px;
  border-radius: 50px;
  outline: none;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background: none;
  padding-right: 50px;
}

.searchbox input {
  width: 100%;
  background: #fff;
}
.searchbox input:focus {
  background: #fff !important;
}

.searchbtn {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/*fashion page header css end*/
/* news10 food news header start */
.news10-food-news-header {
  background: transparent;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding-left: 100px;
}

.navbar_fixed.news10-food-news-header {
  background: #1E1E1E;
}

.news10-food-news-header-wrapper .news10-main-menu-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 150px;
}
.news10-food-news-header-wrapper .news10-main-menu li a {
  padding: 5px 0;
}
.news10-food-news-header-wrapper .news10-main-menu li a:after {
  width: 0;
  background: transparent;
  content: "...";
  color: #2ED6C1;
  line-height: 0;
  height: auto;
  opacity: 0;
  bottom: 10px;
}
.news10-food-news-header-wrapper .news10-main-menu li:hover a, .news10-food-news-header-wrapper .news10-main-menu li:focus a {
  color: #2ED6C1;
}
.news10-food-news-header-wrapper .news10-main-menu li:hover a:after, .news10-food-news-header-wrapper .news10-main-menu li:focus a:after {
  width: 24px;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  opacity: 1;
}
.news10-food-news-header-wrapper .news10-main-menu li:hover ul li a:hover, .news10-food-news-header-wrapper .news10-main-menu li:hover ul li a:focus, .news10-food-news-header-wrapper .news10-main-menu li:focus ul li a:hover, .news10-food-news-header-wrapper .news10-main-menu li:focus ul li a:focus {
  background: #2ED6C1;
}
.news10-food-news-header-wrapper .news10-nav-right .search-btn:hover, .news10-food-news-header-wrapper .news10-nav-right .search-btn:focus {
  color: #2ED6C1;
}

/* news10 food news header end */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  opacity: 0;
  width: 320px;
  height: 100vh;
  background: #000;
  padding: 50px 0;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9999999;
}
.mobile-menu .nav-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  cursor: pointer;
}
.mobile-menu li {
  display: block;
  padding: 0;
  color: #fff;
}
.mobile-menu li a {
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-menu li.dropdown {
  position: relative;
}
.mobile-menu li.dropdown .dropdown-btn {
  display: block;
  padding: 15px 23px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.mobile-menu li.dropdown .dropdown-menu {
  visibility: visible;
  opacity: 1;
  position: unset;
  background: transparent;
  display: none;
}
.mobile-menu li.dropdown .dropdown-menu li a {
  padding-left: 40px;
  background: transparent;
  color: #fff;
}
.mobile-menu li.dropdown .dropdown-menu li a:hover, .mobile-menu li.dropdown .dropdown-menu li a:focus {
  color: #B97654;
}

.news10-overlay {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  z-index: 99;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  z-index: 9999;
  right: -100%;
}

.nav_activee {
  overflow: hidden;
}
.nav_activee .mobile-menu {
  right: 0;
  opacity: 1;
}
.nav_activee .news10-overlay {
  right: 0;
  opacity: 1;
  left: auto;
}

.nav_activeee .news10-search-news10l {
  opacity: 1;
  visibility: visible;
}

/* new header css start 30/01/2022 */
.news10-news-fashion-header .container {
  max-width: 1400px;
  margin: 0 auto;
}

.fashion-bg {
  background: #8000EF !important;
  color: #fff;
}

.news10-news-fashion-header-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news10-main-menu-wrapper {
  margin-left: auto;
  width: auto;
}

body {
  overflow-x: hidden !important;
}

.news10-food-news-header {
  -webkit-transform: unset;
          transform: unset;
  z-index: 80;
  padding: 0;
}
.news10-food-news-header .container {
  max-width: 1400px;
  margin: 0 auto;
}

.news10-food-news-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news10-food-news-header-wrapper .news10-main-menu-wrapper {
  margin: 0;
}
.news10-food-news-header-wrapper .news10-main-menu-wrapper .news10-main-menu li a {
  position: relative;
}
.news10-food-news-header-wrapper .news10-main-menu-wrapper .news10-main-menu li a:after {
  position: absolute;
  left: 10px;
}
.news10-food-news-header-wrapper .news10-main-menu-wrapper .news10-main-menu li ul li a {
  padding: 10px;
  color: #000;
}
.news10-food-news-header-wrapper .news10-main-menu-wrapper .news10-main-menu li ul li a:after {
  display: none;
}
.news10-food-news-header-wrapper .news10-main-menu-wrapper .news10-main-menu li ul li a:hover, .news10-food-news-header-wrapper .news10-main-menu-wrapper .news10-main-menu li ul li a:focus {
  padding-left: 25px;
  color: #fff;
}
.news10-food-news-header-wrapper .news10-nav-right {
  border: none;
  font-size: 16px;
  color: #fff;
}

.search-btn {
  cursor: pointer;
}

.food-bg {
  background: #2ED6C1;
  color: #fff;
}

/* new header css end 30/01/2022 */
/*----------------------------------------*/
/* Sidebar Area
/*----------------------------------------*/
.news10-post-categories-section {
  position: relative;
}

.news10-fashion-news-sidebar {
  background: transparent;
  width: 20px;
  right: auto;
  left: 20px;
  top: -80px;
}
.news10-fashion-news-sidebar .social-link-wrapper .news10-social-link a {
  color: #1E1E1E;
}
.news10-fashion-news-sidebar .social-link-wrapper .news10-social-link a:hover, .news10-fashion-news-sidebar .social-link-wrapper .news10-social-link a:focus {
  color: #8000EF;
}
.news10-fashion-news-sidebar .social-link-wrapper .news10-social-link:after {
  background: #1E1E1E;
  left: -210px;
}

/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
.news10-footer-section {
  padding-top: 250px;
  margin-top: -130px;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}
.news10-footer-section::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    right: 0;
    border-top: 2px solid var(--maan-color-blue);
    border-right: 2px solid var(--maan-color-blue);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.footer-logo {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
.footer-logo img {
  max-width: 100%;
  margin: 0 auto;
}

.news10-footer-social-link {
  text-align: center;
  padding: 50px 0;
  border-top: 1px solid #5A5E7E;
  border-bottom: 1px solid #5A5E7E;
}
.news10-footer-social-link .social-item {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin: 0 30px;
}
.news10-footer-social-link .social-item span {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #B97654;
  font-size: 15px;
  color: #B97654;
  line-height: 40px;
  margin: 0 auto;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.news10-footer-social-link .social-item:hover span, .news10-footer-social-link .social-item:focus span {
  color: #fff;
  background: #B97654;
}

.news10-footer-bottom {
  padding: 50px 0;
  text-align: center;
}
.news10-footer-bottom span {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
}
.news10-footer-bottom span a {
  color: #fff;
}
.news10-footer-bottom span a:hover, .news10-footer-bottom span a:focus {
  color: #B97654;
}

/*fashion news */
.news10-fashion-footer-section {
  background: #1E1E1E;
  padding-top: 60px;
}
.news10-fashion-footer-section .footer-bottom {
  padding: 40px 0;
  border-top: 1px solid #484848;
  margin-top: 20px;
  text-align: center;
}
.news10-fashion-footer-section .footer-bottom span {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
}
.news10-fashion-footer-section .footer-bottom span a {
  color: #fff;
  letter-spacing: 1px;
}
.news10-fashion-footer-section .footer-bottom span a:hover, .news10-fashion-footer-section .footer-bottom span a:focus {
  color: #8000EF;
}

.news10-fashion-footer-items {
  margin-bottom: 50px;
}
.news10-fashion-footer-items .news10-fashion-footer-logo {
  display: block;
  text-align: left;
  margin-bottom: 30px;
}
.news10-fashion-footer-items p {
  color: #fff;
  margin-bottom: 30px;
}
.news10-fashion-footer-items .footer-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 50px;
}
.news10-fashion-footer-items .fashion-ctg {
  color: #fff;
}
.news10-fashion-footer-items .fashion-ctg:after {
  background: #fff;
}
.news10-fashion-footer-items .single-post-content-wrapper a {
  color: #fff;
}

/* news10 food footer css */
.news10-food-footer-section {
  background: #1E1E1E;
}
.news10-food-footer-section .news10-food-social-link {
  text-align: center;
  margin: 30px 0;
}
.news10-food-footer-section .news10-food-social-link a {
  height: 50px;
  width: 50px;
  font-size: 22px;
  line-height: 50px;
}
.news10-food-footer-section .footer-bottom {
  padding: 40px 0;
  border-top: 1px solid #484848;
  margin-top: 20px;
  text-align: center;
}
.news10-food-footer-section .footer-bottom span {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
}
.news10-food-footer-section .footer-bottom span a {
  color: #fff;
  letter-spacing: 1px;
}
.news10-food-footer-section .footer-bottom span a:hover, .news10-food-footer-section .footer-bottom span a:focus {
  color: #8000EF;
}

.news10-food-footer-logo {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.news10-food-footer-logo img {
  max-width: 100%;
  margin: 0 auto;
}

.news10-food-footer-nav {
  text-align: center;
}
.news10-food-footer-nav li {
  display: inline-block;
}
.news10-food-footer-nav li a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: 0 30px;
}
.news10-food-footer-nav li a:hover, .news10-food-footer-nav li a:focus {
  color: #2ED6C1;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.news10-tranvel-banner-wrapper {
  position: relative;
  background: #fff;
  padding-top: 300px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 0;
  overflow: hidden;
  width: 100%;
}
.news10-tranvel-banner-wrapper .container {
  max-width: 1400px;
  margin: 0 auto;
}
.news10-tranvel-banner-wrapper::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(255, 255, 255, 0)), to(rgba(0, 212, 255, 0.6)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 20%, rgba(0, 212, 255, 0.6) 100%);
  z-index: -1;
}

.news10-banner-slider-wraper {
  position: relative;
}
.news10-banner-slider-wraper .banner-slide-arrow {
  position: absolute;
  bottom: 70px;
  width: 100%;
  z-index: 2;
  left: 15%;
}

.news10-banner-content {
  max-width: 630px;
  background: rgba(255, 255, 255, 0.9);
  padding: 90px 0;
  padding-right: 110px;
  position: relative;
  z-index: 1;
}
.news10-banner-content::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 50.8%;
  background: rgba(255, 255, 255, 0.9);
  left: -320px;
  bottom: 0;
  z-index: -1;
}
.news10-banner-content h2 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 20px;
  line-height: 60px;
}
.news10-banner-content h2:hover a, .news10-banner-content h2:focus a {
  color: #B97654;
}
.news10-banner-content p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
.news10-banner-content .news10-author {
  margin-bottom: 80px;
}
.news10-banner-content .news10-author a, .news10-banner-content .news10-author span {
  font-size: 14px;
  font-weight: 500;
  color: #757575;
}

.news10-food-banner-section {
  position: relative;
  overflow: hidden;
}

.news10-food-banner-wrapper {
  padding-left: 100px;
}
.news10-food-banner-wrapper .container {
  max-width: 1400px;
  margin: 0 auto;
}
.news10-food-banner-wrapper .banner-content-wrapper {
  height: 100vh;
}
.news10-food-banner-wrapper .swiper-pagination {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  text-align: right;
  height: 0;
}
.news10-food-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  margin-left: auto;
  display: block;
  margin-right: 150px;
  background: transparent;
  color: #C8C8C8;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  position: relative;
  width: 100px;
  text-align: left;
  height: 30px;
}
.news10-food-banner-wrapper .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  content: "";
  display: block;
  left: 20px;
  bottom: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 40px;
  height: 2px;
  background: #C8C8C8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news10-food-banner-wrapper .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  content: "0";
  display: block;
  left: -11px;
  bottom: 5px;
}
.news10-food-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #2ED6C1;
}
.news10-food-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background: #2ED6C1;
  width: 75px;
}

.banner-content-wrapper {
  position: relative;
  z-index: 2;
}
.banner-content-wrapper:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 5, 6, 0.8);
  z-index: 1;
}
.banner-content-wrapper .banner-thumb {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.banner-content-wrapper .banner-thumb img {
  max-width: 90%;
  margin-left: auto;
  margin-right: 0;
}

.news10-food-banner-left-content {
  background: #fff;
  max-width: 650px;
  padding: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 4;
}
.news10-food-banner-left-content .news10-food-meta {
  margin-bottom: 30px;
}
.news10-food-banner-left-content .banner-title {
  display: block;
  font-size: 40px;
  font-weight: 500;
  line-height: 70px;
  margin-bottom: 30px;
}
.news10-food-banner-left-content .banner-title:hover, .news10-food-banner-left-content .banner-title:focus {
  color: #2ED6C1;
}
.news10-food-banner-left-content p {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.news10-food-meta {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.news10-food-meta .post-review {
  margin-left: 20px;
}
.news10-food-meta .post-review a {
  margin-right: 15px;
}
.news10-food-meta .post-review a span {
  color: #2ED6C1;
  display: inline-block;
  margin-right: 5px;
}

.news10-food-banner-left {
  background: #fff;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.news10-food-banner-left .news10-fashion-news-sidebar {
  width: 40px;
}
.news10-food-banner-left .social-link-wrapper .news10-social-link:after {
  top: 22px;
}
.news10-food-banner-left .social-link-wrapper .news10-social-link a {
  position: relative;
  display: block;
}
.news10-food-banner-left .social-link-wrapper .news10-social-link a:before {
  position: absolute;
  content: "...";
  display: block;
  left: 0;
  bottom: 0;
  color: #2ED6C1;
  -webkit-transition: all 3s;
  transition: all 3s;
  opacity: 0;
}
.news10-food-banner-left .social-link-wrapper .news10-social-link a:hover, .news10-food-banner-left .social-link-wrapper .news10-social-link a:focus {
  color: #2ED6C1;
}
.news10-food-banner-left .social-link-wrapper .news10-social-link a:hover:before, .news10-food-banner-left .social-link-wrapper .news10-social-link a:focus:before {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  opacity: 1;
}

/*=========================
   news10 tech news page css start
===========================*/
/*
Theme Name: news10 News HTML5 Template
Theme URI: https://news10theme.com/news10-news
Author: news10 Theme
Author URI: https://news10theme.com
Desing by: news10 Theme
Version: 1.0
License:
Tags:
*/
/*================================================
[  Table of contents  ]
================================================

    1 Theme Default

    2 news10 Top Bar

    3 news10 Manu Bar

    4 news10 Banner

    5 news10 Trending News

    6 news10 Video Post News

    7 news10 Latest Technology

    8 news10 Adds Banner

    9 news10 Editors Post

    10 news10 New From Gadgets

    11 news10 List Post

    12 Footer

======================================
[ End table content ]
======================================*/
/*=====================
    1 Theme Default
=======================*/
:root {
  --news10-color-white: #FFFFFF;
  --news10-color-white2: #F1F5F8;
  --news10-color-black: #1D1D1D;
  --news10-color-black2: #1F2024;
  --news10-color-gray: #828282;
  --news10-color-gray2: #888888;
  --news10-color-border: #EBEBEB;
  --news10-color-border2: #CECECE;
  --news10-color-blue: #004FEE;
  --news10-color-parpul: #8F00CB;
  --news10-color-red: #E12127;
  --news10-color-tr: transparent;
}

html {
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
}

body {
  margin: 0;
  padding: 0 !important;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0px;
  word-spacing: 0px;
  word-wrap: break-word;
  background: var(--news10-color-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
  color: var(--news10-color-black);
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 48px;
  line-height: 58px;
}

h2 {
  font-size: 32px;
  line-height: 42px;
}

h3 {
  font-size: 24px;
  line-height: 34px;
}

h4 {
  font-size: 20px;
  line-height: 30px;
}

h5 {
  font-size: 18px;
  line-height: 28px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 24px;
  color: var(--news10-color-gray);
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

a,
button,
ol li a,
ul li a {
  letter-spacing: 0;
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--news10-color-black);
  border: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover,
ol li a:hover,
ul li a:hover {
  outline: none !important;
  text-decoration: none;
  color: var(--news10-color-black);
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;
  box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;
}

a.link-btn,
.d-btn {
  display: inline-block;
  padding: 10px 30px;
  color: var(--news10-color-white);
  border: 1px solid var(--news10-color-tr);
  border-radius: 5px;
  background: var(--news10-color-blue);
}
a.link-btn:hover,
.d-btn:hover {
  color: var(--news10-color-blue);
  border-color: var(--news10-color-blue);
  background: var(--news10-color-white);
}

.d-btn {
  width: 100%;
  text-align: center;
}

section .title-center {
  text-align: center;
  margin-bottom: 40px;
}
section .title-center h2 {
  line-height: 30px;
}
section.news10-slide-section .news10-title-line {
  width: calc(100% - 101px);
}
section.news10-slide-section .news10-slide .slick-arrow,
section.news10-slide-section .news10-row-slide .slick-arrow,
section.news10-slide-section .news10-card-slide .slick-arrow {
  position: absolute;
  width: 35px;
  height: 35px;
  top: -70px;
  padding: 0;
  text-align: center;
  line-height: 35px;
  border: none;
  background: var(--news10-color-tr);
  z-index: 2;
}
section.news10-slide-section .news10-slide .slick-arrow::before,
section.news10-slide-section .news10-row-slide .slick-arrow::before,
section.news10-slide-section .news10-card-slide .slick-arrow::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  background: var(--news10-color-white);
  z-index: -2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
section.news10-slide-section .news10-slide .slick-arrow svg,
section.news10-slide-section .news10-row-slide .slick-arrow svg,
section.news10-slide-section .news10-card-slide .slick-arrow svg {
  fill: var(--news10-color-blue);
  --svg-font-size: 12px;
}
section.news10-slide-section .news10-slide .slick-arrow:hover::before,
section.news10-slide-section .news10-row-slide .slick-arrow:hover::before,
section.news10-slide-section .news10-card-slide .slick-arrow:hover::before {
  background: var(--news10-color-blue);
}
section.news10-slide-section .news10-slide .slick-arrow:hover svg,
section.news10-slide-section .news10-row-slide .slick-arrow:hover svg,
section.news10-slide-section .news10-card-slide .slick-arrow:hover svg {
  fill: var(--news10-color-white);
}
section.news10-slide-section .news10-slide .slick-arrow.btn-prev,
section.news10-slide-section .news10-row-slide .slick-arrow.btn-prev,
section.news10-slide-section .news10-card-slide .slick-arrow.btn-prev {
  right: 57px;
}
section.news10-slide-section .news10-slide .slick-arrow.btn-next,
section.news10-slide-section .news10-row-slide .slick-arrow.btn-next,
section.news10-slide-section .news10-card-slide .slick-arrow.btn-next {
  right: 12px;
}
section.news10-slide-section .news10-big-post {
  margin-bottom: 0px;
}
section .row .news-tab ul {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 12px;
}
section .row .news-tab ul li {
  margin-right: 24px;
}
section .row .news-tab ul li:last-child {
  margin-right: 0;
}
section .row .news-tab .nav-pills .nav-link {
  position: relative;
  padding: 0;
  text-transform: capitalize;
  color: var(--news10-color-black);
  background-color: var(--news10-color-tr);
}
section .row .news-tab .nav-pills .nav-link svg {
  --svg-font-size: 10px;
  fill: var(--news10-color-blue);
  margin-left: 4px;
}
section .row .news-tab .nav-pills .nav-link.active {
  color: var(--news10-color-blue);
}
section .row .news-link {
  text-align: right;
}
section .row .news-link li {
  display: inline-block;
  margin-right: 20px;
}
section .row .news-link li:last-child {
  margin-right: 0;
}
section .row .news-link a {
  text-transform: capitalize;
  color: var(--news10-color-black);
}
section .row .news-link a:hover, section .row .news-link a.active {
  color: var(--news10-color-blue);
}
section .row .news-link a svg {
  --svg-font-size: 10px;
  fill: var(--news10-color-blue);
  margin-left: 4px;
}

svg {
  fill: var(--news10-color-black);
  --svg-font-size: 14px;
  width: var(--svg-font-size);
  height: var(--svg-font-size);
  margin-top: -4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.news10-tag-parpul {
  position: relative;
  padding: 2px 12px;
  font-size: 14px;
  line-height: 24px;
  color: var(--news10-color-white);
  z-index: 2;
}
.news10-tag-parpul::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px;
  z-index: -2;
  background: var(--news10-color-parpul);
  border-radius: 50px;
}
.news10-tag-parpul.v2 {
  color: var(--news10-color-parpul);
}
.news10-tag-parpul.v2::before {
  opacity: 0.1;
}

.card {
  border: none;
  border-radius: 10px;
  background: var(--news10-color-white);
}
.card.news10-card-img .card-body {
  height: 100%;
}
.card.news10-card-img .card-body::before, .card.news10-card-img .card-body::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  border-radius: 0px 0px 10px 10px;
  z-index: 2;
}
.card.news10-card-img .card-body::before {
  background: var(--news10-color-black);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 41, 49, 0)), to(var(--news10-color-black)));
  background: linear-gradient(180deg, rgba(15, 41, 49, 0) 0%, var(--news10-color-black) 100%);
}
.card.news10-card-img .card-body.news10-big-img::after {
  background: var(--news10-color-blue);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 41, 49, 0)), to(var(--news10-color-blue)));
  background: linear-gradient(180deg, rgba(15, 41, 49, 0) 0%, var(--news10-color-blue) 100%);
}
.card.news10-card-img .news10-text {
  position: absolute;
  width: 100%;
  padding: 20px;
  padding-top: 40px;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.card.news10-card-img .news10-text .news10-tag-parpul {
  top: 0;
}
.card.news10-card-img .news10-text li .news10-icon svg {
  fill: var(--news10-color-white);
}
.card.news10-card-img .news10-text li .news10-item-text {
  color: var(--news10-color-white);
}
.card.news10-card-img .news10-text li .news10-item-text a {
  color: var(--news10-color-white);
}
.card.news10-card-img .news10-text li .news10-item-text a:hover {
  color: var(--news10-color-blue);
}
.card.news10-card-img .news10-text h4 a {
  color: var(--news10-color-white);
}
.card.news10-card-img .news10-text h4 a:hover {
  color: var(--news10-color-blue);
}
.card.news10-card-img .news10-text h4 ~ ul {
  margin-top: 12px;
}
.card .card-header,
.card .card-body {
  padding: 12px 4px;
}
.card.news10-card-img, .card.news10-big-post .news10-post-img {
  overflow: hidden;
}
.card.news10-card-img img, .card.news10-big-post .news10-post-img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(0%) blur(0);
          filter: grayscale(0%) blur(0);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.card .news10-post-img {
  position: relative;
  overflow: hidden;
}
.card .news10-post-img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(0%) blur(0);
          filter: grayscale(0%) blur(0);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.card.news10-card-img:hover img, .card.news10-big-post:hover img {
  -webkit-filter: grayscale(50%) blur(0.8px);
          filter: grayscale(50%) blur(0.8px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.card.news10-card-img .news10-tag-parpul {
  position: inherit;
  top: 0;
}
.card.news10-card-img .news10-card-body {
  position: absolute;
  padding: 0;
  width: 100%;
  left: 0;
  bottom: 0;
}
.card.news10-big-post .news10-tag-parpul,
.card.news10-big-post .news10-tag-green,
.card.news10-big-post .news10-tag-blue,
.card.news10-big-post .news10-tag-red {
  bottom: 20px;
}
.card.news10-big-post .news10-post-img {
  position: relative;
  border-radius: 10px;
}
.card .news10-card-body .news10-text ul ~ h4 {
  margin-top: 12px;
}
.card .news10-card-body .news10-text li {
  display: inline-block;
  margin-right: 8px;
}
.card .news10-card-body .news10-text li:last-child {
  margin-right: 0px;
}
.card .news10-card-body .news10-text li .news10-icon {
  margin-right: 4px;
}
.card .news10-card-body .news10-text h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}
.card .news10-card-body .news10-text h4 a:hover {
  color: var(--news10-color-blue);
}
.card .news10-card-body .news10-text .news10-icon svg {
  fill: var(--news10-color-gray2);
}
.card .news10-card-body .news10-text .news10-item-text {
  color: var(--news10-color-gray2);
}
.card .news10-card-body .news10-text .news10-item-text a {
  color: var(--news10-color-gray2);
}
.card .news10-card-body .news10-text .news10-item-text a:hover {
  color: var(--news10-color-blue);
}
.card.news10-big-post {
  margin-bottom: 24px;
}

.news10-news-list li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 20px auto;
  grid-template-columns: 30% auto;
  grid-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
}
.news10-news-list li .news10-list-img {
  border-radius: 5px;
  overflow: hidden;
}
.news10-news-list li .news10-list-img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(0%) blur(0);
          filter: grayscale(0%) blur(0);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news10-news-list li .news10-list-text .news10-tag-parpul ~ h4,
.news10-news-list li .news10-list-text h4 ~ ul,
.news10-news-list li .news10-list-text ul ~ h4 {
  margin-top: 8px;
}
.news10-news-list li .news10-list-text h4 {
  font-weight: 700;
}
.news10-news-list li .news10-list-text a:hover {
  color: var(--news10-color-blue);
}
.news10-news-list li .news10-list-text li {
  display: inline-block;
  margin: 0px 8px 0px 0px;
}
.news10-news-list li .news10-list-text li:last-child {
  margin-right: 0px;
}
.news10-news-list li .news10-list-text li .news10-icon {
  margin-right: 4px;
}
.news10-news-list li .news10-list-text .news10-icon svg {
  fill: var(--news10-color-gray2);
}
.news10-news-list li .news10-list-text .news10-item-text {
  color: var(--news10-color-gray2);
}
.news10-news-list li .news10-list-text .news10-item-text a {
  color: var(--news10-color-gray2);
}
.news10-news-list li .news10-list-text .news10-item-text a:hover {
  color: var(--news10-color-blue);
}
.news10-news-list li:hover .news10-list-img img {
  -webkit-filter: grayscale(50%) blur(0.8px);
          filter: grayscale(50%) blur(0.8px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.card.news10-default-post .news10-post-img,
.card.news10-over-img-post .news10-post-img {
  border-radius: 5px;
  overflow: hidden;
}
.card.news10-default-post .news10-post-img img,
.card.news10-over-img-post .news10-post-img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(0%) blur(0);
          filter: grayscale(0%) blur(0);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.card.news10-default-post .news10-text .news10-tag-parpul ~ h4,
.card.news10-default-post .news10-text h4 ~ ul,
.card.news10-over-img-post .news10-text .news10-tag-parpul ~ h4,
.card.news10-over-img-post .news10-text h4 ~ ul {
  margin-top: 8px;
}
.card.news10-default-post .news10-text h4,
.card.news10-over-img-post .news10-text h4 {
  font-size: 18px;
  line-height: 28px;
}
.card.news10-default-post .news10-text a:hover,
.card.news10-over-img-post .news10-text a:hover {
  color: var(--news10-color-blue);
}
.card.news10-default-post .news10-text li,
.card.news10-over-img-post .news10-text li {
  display: inline-block;
  margin: 0px 8px 0px 0px;
}
.card.news10-default-post .news10-text li:last-child,
.card.news10-over-img-post .news10-text li:last-child {
  margin-right: 0px;
}
.card.news10-default-post .news10-text li .news10-icon,
.card.news10-over-img-post .news10-text li .news10-icon {
  margin-right: 4px;
}
.card.news10-default-post .news10-text .news10-icon svg,
.card.news10-over-img-post .news10-text .news10-icon svg {
  fill: var(--news10-color-gray2);
}
.card.news10-default-post .news10-text .news10-item-text,
.card.news10-over-img-post .news10-text .news10-item-text {
  color: var(--news10-color-gray2);
}
.card.news10-default-post .news10-text .news10-item-text a,
.card.news10-over-img-post .news10-text .news10-item-text a {
  color: var(--news10-color-gray2);
}
.card.news10-default-post .news10-text .news10-item-text a:hover,
.card.news10-over-img-post .news10-text .news10-item-text a:hover {
  color: var(--news10-color-blue);
}
.card.news10-default-post:hover .news10-post-img img,
.card.news10-over-img-post:hover .news10-post-img img {
  -webkit-filter: grayscale(50%) blur(0.8px);
          filter: grayscale(50%) blur(0.8px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.card.news10-over-img-post {
  position: relative;
  padding: 0px 24px 24px 24px;
  background: var(--news10-color-tr);
  z-index: 2;
}
.card.news10-over-img-post::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 70%;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  background: var(--news10-color-white);
  z-index: -2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.card.news10-over-img-post .news10-text .news10-tag-parpul {
  color: var(--news10-color-parpul);
}
.card.news10-over-img-post .news10-text .news10-tag-parpul::before {
  opacity: 0.1;
}
.card.news10-over-img-post .news10-text h4 {
  font-size: 23px;
  line-height: 35px;
}
.card.news10-over-img-post .news10-text h4 ~ ul {
  margin-top: 24px;
}
.card.news10-over-img-post .news10-text a {
  border-bottom: 1px solid var(--news10-color-tr);
}
.card.news10-over-img-post .news10-text a:hover {
  border-color: var(--news10-color-white);
}
.card.news10-over-img-post .news10-item-text {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.card.news10-over-img-post:hover::before {
  background: var(--news10-color-blue);
}
.card.news10-over-img-post:hover .news10-text .news10-tag-parpul {
  color: var(--news10-color-white);
}
.card.news10-over-img-post:hover .news10-text .news10-tag-parpul::before {
  background: var(--news10-color-white);
}
.card.news10-over-img-post:hover .news10-text h4,
.card.news10-over-img-post:hover .news10-text h4 a,
.card.news10-over-img-post:hover .news10-text .news10-item-text,
.card.news10-over-img-post:hover .news10-text .news10-item-text a {
  color: var(--news10-color-white);
}
.card.news10-over-img-post:hover .news10-text .news10-icon svg {
  fill: var(--news10-color-white);
}
.card.news10-over-img-post:hover .news10-text .news10-icon svg path {
  fill: var(--news10-color-white);
}
.card.news10-over-img-post .news10-post-img a.venobox {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 20px;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  background: var(--news10-color-red);
  z-index: 2;
}
.card.news10-over-img-post .news10-post-img a.venobox svg {
  --svg-font-size: 14px;
  fill: var(--news10-color-white);
}

.news10-banner {
  padding: 0;
}

.news10-title-line,
.news10-title-line-center,
.news10-title-line-right {
  margin-bottom: 40px;
  margin-top: -5px;
}
.news10-title-line h2,
.news10-title-line-center h2,
.news10-title-line-right h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  overflow: hidden;
}
.news10-title-line h2:before, .news10-title-line h2:after,
.news10-title-line-center h2:before,
.news10-title-line-center h2:after,
.news10-title-line-right h2:before,
.news10-title-line-right h2:after {
  display: inline-block;
  position: relative;
  content: "";
  width: 50%;
  height: 1px;
  border-bottom: 1px dashed var(--news10-color-parpul);
  vertical-align: middle;
}
.news10-title-line h2:before,
.news10-title-line-center h2:before,
.news10-title-line-right h2:before {
  right: 0.5em;
  margin-left: -50%;
}
.news10-title-line h2:after,
.news10-title-line-center h2:after,
.news10-title-line-right h2:after {
  left: 0.5em;
  margin-right: -50%;
}

.news10-title-line h2 {
  text-align: left;
}
.news10-title-line h2:after {
  width: 100%;
}

.news10-title-line-center h2 {
  text-align: center;
}

.news10-title-line-right h2 {
  text-align: right;
}
.news10-title-line-right h2:before {
  width: 100%;
}

/*=====================
    2 news10 Top Bar
=======================*/
.news10-top-bar {
  padding: 30px 0px;
  background: var(--news10-color-parpul);
  background: -webkit-gradient(linear, left top, right top, from(var(--news10-color-parpul)), to(var(--news10-color-blue)));
  background: linear-gradient(90deg, var(--news10-color-parpul) 0%, var(--news10-color-blue) 100%);
}
.news10-top-bar.sticky {
  margin-bottom: 75px;
}
.news10-top-bar .news10-news-slide {
  padding-left: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.news10-top-bar .news10-news-slide h6 {
  color: var(--news10-color-white);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-top: -1px;
}
.news10-top-bar .news10-news-slide .news10-slide-text, .news10-top-bar .news10-news-slide .news10-techheader-breaking {
  width: calc(100% - 140px);
  margin-left: 8px;
}
.news10-top-bar .news10-news-slide .news10-slide-text h6, .news10-top-bar .news10-news-slide .news10-techheader-breaking h6 {
  padding-top: 1px;
  font-size: 14px;
  line-height: 24px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news10-top-bar .news10-news-slide .news10-slide-text .slick-arrow, .news10-top-bar .news10-news-slide .news10-techheader-breaking .slick-arrow {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  padding: 0;
  text-align: center;
  line-height: 25px;
  border-radius: 5px;
  border: none;
  background: var(--news10-color-white);
}
.news10-top-bar .news10-news-slide .news10-slide-text .slick-arrow svg, .news10-top-bar .news10-news-slide .news10-techheader-breaking .slick-arrow svg {
  --svg-font-size: 12px;
  fill: var(--news10-color-parpul);
}
.news10-top-bar .news10-news-slide .news10-slide-text .slick-arrow.btn-prev, .news10-top-bar .news10-news-slide .news10-techheader-breaking .slick-arrow.btn-prev {
  left: -202px;
}
.news10-top-bar .news10-news-slide .news10-slide-text .slick-arrow.btn-next, .news10-top-bar .news10-news-slide .news10-techheader-breaking .slick-arrow.btn-next {
  left: -170px;
}
.news10-top-bar .news10-social-link ul {
  text-align: right;
}
.news10-top-bar .news10-social-link ul li {
  display: inline-block;
  margin-right: 14px;
}
.news10-top-bar .news10-social-link ul svg {
  fill: var(--news10-color-white);
}
.news10-top-bar .news10-social-link ul a:hover svg {
  fill: var(--news10-color-blue);
}
.news10-top-bar .news10-subscribe a {
  display: block;
  padding: 12px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  color: var(--news10-color-black);
  background: var(--news10-color-white);
}
.news10-top-bar .news10-subscribe a:hover {
  color: var(--news10-color-white);
  background: var(--news10-color-blue);
}

/*=====================
    3 news10 Manu Bar
=======================*/
.news10l .news10l-dialog {
  margin: 0 auto;
  top: 30%;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

.news10l-backdrop {
  z-index: 4;
}

.news10-manu-bar {
  padding: 30px 0px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: var(--news10-color-white);
}
.news10-manu-bar.sticky {
  position: fixed;
  -webkit-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.84);
  box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.84);
}
.news10-manu-bar .logo a {
  display: inline-block;
  max-width: 180px;
}
.news10-manu-bar .logo a img {
  width: 100%;
}
.news10-manu-bar .news10-main-manu {
  text-align: center;
}
.news10-manu-bar .news10-main-manu li {
  display: inline-block;
  margin-left: 35px;
}
.news10-manu-bar .news10-main-manu li .dropdown-menu li {
  display: block;
  margin: 0;
}
.news10-manu-bar .news10-main-manu li .dropdown-menu li a {
  display: block;
}
.news10-manu-bar .news10-main-manu li .dropdown-menu li a:hover, .news10-manu-bar .news10-main-manu li .dropdown-menu li a:focus {
  background: var(--news10-color-blue);
  color: #fff;
}
.news10-manu-bar .news10-main-manu li .dropdown-menu li a:before {
  display: none !important;
}

.dropdown-menu li a:before {
  display: none !important;
}
.news10-manu-bar .news10-main-manu li:first-child {
  margin-left: 0px;
}
.news10-manu-bar .news10-main-manu li a {
  position: relative;
  display: block;
  padding-bottom: 6px;
  font-size: 14px;
  line-height: 24px;
  color: var(--news10-color-black);
}
.news10-manu-bar .news10-main-manu li a::before {
  position: absolute;
  content: "";
  width: 8px;
  left: 8px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  border-bottom: 1px dotted var(--news10-color-blue);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news10-manu-bar .news10-main-manu li.active a,
.news10-manu-bar .news10-main-manu li a:hover {
  color: var(--news10-color-blue);
}
.news10-manu-bar .news10-main-manu li.active a::before,
.news10-manu-bar .news10-main-manu li a:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(3);
  transform: scale(3);
}
.news10-manu-bar .news10-right-btns {
  text-align: right;
}
.news10-manu-bar .news10-right-btns li {
  display: inline-block;
  margin-left: 12px;
}
.news10-manu-bar .news10-right-btns li:first-child {
  margin-left: 0px;
}
.news10-manu-bar .news10-right-btns .news10l .news10l-dialog {
  margin: 0 auto;
  top: 30%;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}
.news10-manu-bar .news10-right-btns .news10-search-btn {
  position: relative;
  padding: 0;
  width: 35px;
  height: 35px;
  border: none;
  line-height: 35px;
  background: var(--news10-color-tr);
  z-index: 2;
}
.news10-manu-bar .news10-right-btns .news10-search-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: -2;
  border-radius: 50px;
  background: var(--news10-color-blue);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news10-manu-bar .news10-right-btns .news10-search-btn svg {
  fill: var(--news10-color-white);
  --svg-font-size: 14px;
}
.news10-manu-bar .news10-right-btns .news10-search-btn:hover::before {
  opacity: 1;
}
.news10-manu-bar .news10-right-btns .news10l-content {
  display: block;
  border-radius: 5px;
  padding: 30px;
}
.news10-manu-bar .news10-right-btns .news10l-content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.news10-manu-bar .news10-right-btns .news10l-content input {
  width: 100%;
  height: 40px;
  border-radius: 5px 0px 0px 5px;
}
.news10-manu-bar .news10-right-btns .news10l-content input:focus {
  border-color: var(--news10-color-blue);
}
.news10-manu-bar .news10-right-btns .news10l-content button {
  width: 200px;
  height: 40px;
  border: none;
  border-radius: 0px 5px 5px 0px;
}
.news10-manu-bar .news10-right-btns .news10l-content button:hover {
  color: var(--news10-color-white);
  background: var(--news10-color-blue);
}
.news10-manu-bar .news10-right-btns .news10-h-manu-btn {
  background: var(--news10-color-tr);
}
.news10-manu-bar .news10-right-btns .news10-h-manu-btn svg {
  fill: var(--news10-color-blue);
  --svg-font-size: 20px;
}
.news10-manu-bar .news10-right-btns .manu-btn {
  position: relative;
  padding: 0;
  width: 30px;
  height: 20px;
  border: none;
  background: var(--news10-color-tr);
}
.news10-manu-bar .news10-right-btns .manu-btn span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  border-radius: 5px;
  background: var(--news10-color-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news10-manu-bar .news10-right-btns .manu-btn span:nth-child(1) {
  top: -6px;
}
.news10-manu-bar .news10-right-btns .manu-btn span:nth-child(2) {
  top: 3px;
}
.news10-manu-bar .news10-right-btns .manu-btn span:nth-child(3) {
  top: 12px;
}

.nav_activee .manu-btn span:nth-child(1) {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.nav_activee .manu-btn span:nth-child(2) {
  width: 0px;
  opacity: 0;
}
.nav_activee .manu-btn span:nth-child(3) {
  top: 0px !important;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/*=====================
    4 news10 Banner
=======================*/
.news10-banner .news10-banner-bg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100vh;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news10-banner .news10-banner-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  background: var(--news10-color-black);
  z-index: -2;
}
.news10-banner .news10-text .news10-tag-parpul ~ h2 {
  margin-top: 12px;
}
.news10-banner .news10-text h2 ~ ul {
  margin-top: 40px;
}
.news10-banner .news10-text .banner-title {
  color: var(--news10-color-white);
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
  display: block;
}
.news10-banner .news10-text .banner-title:hover, .news10-banner .news10-text .banner-title:focus {
  color: var(--news10-color-blue);
}
.news10-banner .news10-text h2 {
  color: var(--news10-color-white);
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
}
.news10-banner .news10-text li {
  display: inline-block;
  margin-right: 8px;
}
.news10-banner .news10-text .news10-icon {
  margin-right: 4px;
}
.news10-banner .news10-text .news10-icon svg {
  fill: var(--news10-color-white);
}
.news10-banner .news10-text .news10-item-text,
.news10-banner .news10-text .news10-item-text a {
  color: var(--news10-color-white);
}
.news10-banner .news10-text .news10-item-text a:hover {
  color: var(--news10-color-parpul);
}
.news10-banner .news10-tech-news-banner-list {
  max-width: 366px;
  width: 100%;
  margin-left: auto;
}
.news10-banner .news10-news-list {
  padding: 30px;
  border-radius: 8px;
  background: var(--news10-color-white);
}
.news10-banner .news10-news-list li:last-child {
  margin-bottom: 0px;
}
.news10-banner.news10-banner-slider .news10-banner-bg .container {
  width: calc(100% - 100px);
}
.news10-banner.news10-banner-slider .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  background: var(--news10-color-tr);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.news10-banner.news10-banner-slider .slick-arrow svg {
  fill: var(--news10-color-white);
}
.news10-banner.news10-banner-slider .slick-arrow::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50px;
  opacity: 0.2;
  background: var(--news10-color-blue);
  z-index: -2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news10-banner.news10-banner-slider .slick-arrow:hover::before {
  opacity: 1;
}
.news10-banner.news10-banner-slider .slick-arrow.btn-prev {
  left: 24px;
  right: inherit;
}
.news10-banner.news10-banner-slider .slick-arrow.btn-next {
  left: inherit;
  right: 24px;
}

/*=========================
    5 news10 Trending News
===========================*/
.news10-trending-news {
  background: var(--news10-color-white2);
}
.news10-trending-news .news10-slide .news10-over-img-post {
  margin: 0px 12px;
}

/*=========================
    6 news10 Video Post News
===========================*/
.news10-video-post-news {
  background: var(--news10-color-white2);
}
.news10-video-post-news .news10-over-img-post {
  margin-top: 24px;
}
.news10-video-post-news .row > div .news10-over-img-post:first-child {
  margin-top: 0px;
}

/*==============================
    7 news10 Latest Technology
================================*/
.news10-latest-technology .news10-default-post,
.news10-latest-technology .news10-row-slide {
  margin-bottom: 24px;
}
.news10-latest-technology.news10-slide-section .news10-row-slide .slick-arrow::before {
  opacity: 0.2;
  background: var(--news10-color-blue);
}
.news10-latest-technology.news10-slide-section .news10-row-slide .slick-arrow:hover::before {
  opacity: 1;
}
.news10-latest-technology .news10-row-slide .news10-default-post {
  margin: 0px 12px;
}

/*========================
    8 news10 Adds Banner
==========================*/
.news10-adds-banner {
  padding: 0px;
}
.news10-adds-banner .news10-add img {
  width: 100%;
}

/*========================
    9 news10 Editors Post
==========================*/
.news10-editors-post .news10-default-post {
  margin-top: 24px;
}
.news10-editors-post .row > div .news10-default-post:first-child {
  margin-top: 0px;
}

/*===============================
    10 news10 New From Gadgets
=================================*/
.news10-new-from-gadgets {
  position: relative;
  padding-bottom: 0px;
  background-repeat: no-repeat;
  background-size: 100% 75%;
  z-index: 2;
}
.news10-new-from-gadgets::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 75%;
  top: 0;
  left: 0;
  opacity: 0.79;
  background: var(--news10-color-black);
  z-index: -2;
}
.news10-new-from-gadgets .title-center h2 {
  color: var(--news10-color-white);
}
.news10-new-from-gadgets .container-fluid {
  padding: 0px 70px;
}
.news10-new-from-gadgets .news10-card-img,
.news10-new-from-gadgets .news10-card-img .news10-card-body::before,
.news10-new-from-gadgets .news10-card-img .news10-card-body::after {
  border-radius: 0;
}
.news10-new-from-gadgets .news10-slide .news10-card-img {
  margin: 0px 12px;
}
.news10-new-from-gadgets .news10-card-body .news10-text {
  padding: 24px;
}
.news10-new-from-gadgets .news10-card-body .news10-text h4 {
  font-size: 18px;
  line-height: 28px;
}

/*=====================
    11 news10 List Post
=======================*/
.news10-list-post .news10-recent-post > ul > li {
  -ms-grid-columns: 52% auto;
  grid-template-columns: 52% auto;
  border-bottom: 1px dashed var(--news10-color-border);
  padding-bottom: 24px;
}
.news10-list-post .news10-recent-post > ul > li:last-child {
  margin-bottom: 0px;
}
.news10-list-post .news10-accessories > ul > li {
  -ms-grid-columns: 25% auto;
  grid-template-columns: 25% auto;
}
.news10-list-post .news10-categories-list li {
  padding: 37px 35px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 24px;
}
.news10-list-post .news10-categories-list li:last-child {
  margin-bottom: 0px;
}
.news10-list-post .news10-categories-list li a,
.news10-list-post .news10-categories-list li span.num {
  color: var(--news10-color-white);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
}
.news10-list-post .news10-categories-list li a {
  border-bottom: 2px solid var(--news10-color-tr);
}
.news10-list-post .news10-categories-list li a:hover {
  border-color: var(--news10-color-white);
}
.news10-list-post .news10-categories-list li a ~ .num {
  margin-left: 24px;
}

/*=====================
    12 Footer
=======================*/
.news10-info-footer {
  background: var(--news10-color-black2);
}
.news10-info-footer .news10-link-footer .news10-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.news10-info-footer .news10-link-footer .news10-title::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: var(--news10-color-blue);
}
.news10-info-footer .news10-link-footer .news10-title h2 {
  color: var(--news10-color-white);
  font-size: 20px;
  line-height: 30px;
}
.news10-info-footer .news10-link-footer .footer-left .logo a {
  display: inline-block;
  max-width: 180px;
}
.news10-info-footer .news10-link-footer .footer-left .logo a img {
  width: 100%;
}
.news10-info-footer .news10-link-footer .footer-left p {
  color: var(--news10-color-white);
  margin-top: 24px;
}
.news10-info-footer .news10-link-footer .footer-left .lint-list {
  margin-top: 24px;
}
.news10-info-footer .news10-link-footer .footer-left .lint-list li {
  margin-bottom: 12px;
}
.news10-info-footer .news10-link-footer .footer-left .lint-list li p {
  color: var(--news10-color-blue);
  margin-top: 0px;
}
.news10-info-footer .news10-link-footer .footer-left .lint-list li p a {
  color: var(--news10-color-white);
}
.news10-info-footer .news10-link-footer .footer-left .lint-list li p a:hover {
  color: var(--news10-color-blue);
}
.news10-info-footer .news10-link-footer .footer-left .lint-list li:last-of-type {
  margin-bottom: 0px;
}
.news10-info-footer .news10-link-footer .footer-left .footer-social-link {
  margin-top: 24px;
}
.news10-info-footer .news10-link-footer .footer-left .footer-social-link li {
  display: inline-block;
  margin-right: 14px;
}
.news10-info-footer .news10-link-footer .footer-left .footer-social-link li:last-child {
  margin-right: 0px;
}
.news10-info-footer .news10-link-footer .footer-left .footer-social-link li svg {
  fill: var(--news10-color-white);
}
.news10-info-footer .news10-link-footer .footer-left .footer-social-link li a:hover svg {
  fill: var(--news10-color-blue);
}
.news10-info-footer .news10-link-footer .news10-news-list h4 {
  font-size: 18px;
  line-height: 28px;
}
.news10-info-footer .news10-link-footer .news10-news-list h4 a {
  color: var(--news10-color-white);
}
.news10-info-footer .news10-link-footer .news10-news-list h4 a:hover {
  color: var(--news10-color-blue);
}
.news10-info-footer .news10-link-footer .news10-news-tags ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 8px auto 8px auto 8px auto 8px auto;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 8px;
}
.news10-info-footer .news10-link-footer .news10-news-tags ul li a {
  display: block;
  padding: 8px 6px;
  color: var(--news10-color-white);
  text-align: center;
  border-radius: 5px;
  border: 1px solid var(--news10-color-gray);
}
.news10-info-footer .news10-link-footer .news10-news-tags ul li a:hover {
  border-color: var(--news10-color-blue);
  background: var(--news10-color-blue);
}
.news10-info-footer .news10-link-footer .news10-email {
  margin-top: 30px;
}
.news10-info-footer .news10-link-footer .news10-email .input-group {
  position: relative;
}
.news10-info-footer .news10-link-footer .news10-email .input-group input {
  width: 100%;
  height: 50px;
  padding-left: 55px;
  border-radius: 5px !important;
  font-size: 14px;
  line-height: 24px;
  color: var(--news10-color-border2);
  border: 1px solid var(--news10-color-border2);
  background: var(--news10-color-tr);
}
.news10-info-footer .news10-link-footer .news10-email .input-group .news10-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.news10-info-footer .news10-link-footer .news10-email .input-group .news10-icon svg {
  fill: var(--news10-color-border2);
}
.news10-info-footer .news10-link-footer .news10-email button {
  position: relative;
  padding: 18px 40px;
  font-weight: 600;
  overflow: hidden;
  background: var(--news10-color-tr);
  z-index: 2;
  margin-top: 24px;
}
.news10-info-footer .news10-link-footer .news10-email button::before, .news10-info-footer .news10-link-footer .news10-email button::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news10-info-footer .news10-link-footer .news10-email button::before {
  opacity: 1;
  background: var(--news10-color-parpul);
  background: -webkit-gradient(linear, left top, right top, from(var(--news10-color-blue)), to(var(--news10-color-parpul)));
  background: linear-gradient(90deg, var(--news10-color-blue) 0%, var(--news10-color-parpul) 100%);
}
.news10-info-footer .news10-link-footer .news10-email button::after {
  opacity: 0;
  background: var(--news10-color-white);
}
.news10-info-footer .news10-link-footer .news10-email button:hover {
  color: var(--news10-color-blue);
  background: var(--news10-color-tr);
}
.news10-info-footer .news10-link-footer .news10-email button:hover::before {
  opacity: 0;
}
.news10-info-footer .news10-link-footer .news10-email button:hover::after {
  opacity: 1;
}
.news10-info-footer .news10-main-footer {
  padding: 24px 0px;
  text-align: center;
  border-top: 1px solid var(--news10-color-border);
}
.news10-info-footer .news10-main-footer h6 {
  font-weight: 400;
  color: var(--news10-color-white);
}
.news10-info-footer .news10-main-footer h6 a {
  color: var(--news10-color-white);
}
.news10-info-footer .news10-main-footer h6 a:hover {
  color: var(--news10-color-blue);
}

/*=========================
   news10 tech news page css end
===========================*/
/*
Theme Name: news10 News HTML5 Template
Theme URI: https://news10theme.com/news10-news
Author: news10 Theme
Author URI: https://news10theme.com
Desing by: news10 Theme
Version: 1.0
License:
Tags:
*/
/*================================================
[  Table of contents  ]
================================================

    1 Theme Default

    2 news10 Top Bar

    3 news10 Mid Bar

    4 news10 Manu Bar

    5 news10 Breaking News

    6 news10 Top News

    7 news10 Top Categories

    8 news10 Most Popular

    9 news10 Adds Banner

    10 news10 Politics News

    11 news10 Entertainment News

    12 news10 Video News

    13 news10 Malti News

    14 news10 Sports News

    15 news10 Technology News

    16 news10 Don't Miss

    17 news10 Lifestyle News

    18 news10 Info Footer

    19 news10 Breadcrumb

    20 news10 Post Archive

    21 news10 Widgets

    22 news10 Business

    23 news10 Archive Details

    24 news10 Pagination

======================================
[ End table content ]
======================================*/
/*=====================
    1 Theme Default
=======================*/
:root {
  --news10-color-white: #FFFFFF;
  --news10-color-white2: #F8F8F8;
  --news10-color-white3: #F1F1F1;
  --news10-color-white4: #FBFBFB;
  --news10-color-white5: #F6F6F6;
  --news10-color-black: #090036;
  --news10-color-black2: #1F2024;
  --news10-color-black3: #1D1D1D;
  --news10-color-gray: #565656;
  --news10-color-gray2: #888888;
  --news10-color-gray3: #606060;
  --news10-color-gray4: #5A5A5A;
  --news10-color-border: #EBEBEB;
  --news10-color-border2: #CECECE;
  --news10-color-orange: #FD6533;
  --news10-color-green: #00C857;
  --news10-color-red: #E12127;
  --news10-color-blue: #0389FF;
  --news10-color-lblue: #B2DBFF;
  --news10-color-parpul: #5856D5;
  --news10-color-fb: #3868CE;
  --news10-color-ins: #C32AA3;
  --news10-color-tw: #07ACDE;
  --news10-color-yt: #E52D27;
  --news10-color-tr: transparent;
}

html {
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
}

body {
  margin: 0;
  padding: 0 !important;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0px;
  word-spacing: 0px;
  word-wrap: break-word;
  background: var(--news10-color-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
  color: var(--news10-color-black);
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 48px;
  line-height: 58px;
}

h2 {
  font-size: 32px;
  line-height: 42px;
}

h3 {
  font-size: 24px;
  line-height: 34px;
}

h4 {
  font-size: 17px;
  line-height: 26px;
}

h5 {
  font-size: 18px;
  line-height: 28px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 24px;
  color: var(--news10-color-gray);
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

a,
button,
ol li a,
ul li a {
  letter-spacing: 0;
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--news10-color-black);
  border: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover,
ol li a:hover,
ul li a:hover {
  outline: none !important;
  text-decoration: none;
  color: var(--news10-color-black);
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;
  box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;
}

a.link-btn,
.d-btn {
  display: inline-block;
  padding: 10px 30px;
  color: var(--news10-color-white);
  border: 1px solid var(--news10-color-tr);
  border-radius: 5px;
  background: var(--news10-color-blue);
}
a.link-btn:hover,
.d-btn:hover {
  color: var(--news10-color-blue);
  border-color: var(--news10-color-blue);
  background: var(--news10-color-white);
}

.d-btn {
  width: 100%;
  text-align: center;
}

section .news10-title,
section .news10-title-border-none,
section .news10-title-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px;
  margin-top: -2px;
}
section .news10-title .news10-title-icon,
section .news10-title-border-none .news10-title-icon,
section .news10-title-center .news10-title-icon {
  margin-right: 12px;
}
section .news10-title .news10-title-icon svg,
section .news10-title-border-none .news10-title-icon svg,
section .news10-title-center .news10-title-icon svg {
  fill: var(--news10-color-blue);
  --svg-font-size: 28px;
}
section .news10-title .news10-title-text h2,
section .news10-title-border-none .news10-title-text h2,
section .news10-title-center .news10-title-text h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-transform: capitalize;
  margin-top: -5px;
}
section .news10-title,
section .news10-title-center {
  position: relative;
  padding-bottom: 20px;
}
section .news10-title::before, section .news10-title::after,
section .news10-title-center::before,
section .news10-title-center::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  bottom: 0;
}
section .news10-title::before,
section .news10-title-center::before {
  width: 100%;
  background: var(--news10-color-border);
}
section .news10-title::after,
section .news10-title-center::after {
  width: 120px;
  background: var(--news10-color-blue);
}
section .news10-title-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
section .news10-title-center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
section .news10-title-center.v2 {
  padding-bottom: 0px;
  margin-top: -6px;
}
section .news10-title-center.v2 .news10-title-icon {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid var(--news10-color-blue);
  border-radius: 50px;
}
section .news10-title-center.v2 .news10-title-icon::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  border-radius: 50px;
  background: var(--news10-color-blue);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section .news10-title-center.v2 .news10-title-icon svg {
  display: none;
}
section .news10-title-center.v2 .news10-title-text ~ .news10-title-icon {
  margin: 0px 0px 0px 12px;
}
section .news10-title-center.v2::before, section .news10-title-center.v2::after {
  width: calc(100% - 60%);
  height: 1px;
  bottom: inherit;
  background: var(--news10-color-blue);
}
section .news10-title-center.v2::after {
  left: inherit;
  right: 0;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
section.news10-slide-section .news10-title {
  width: calc(100% - 0);
}
section.news10-slide-section .news10-slide .slick-arrow,
section.news10-slide-section .news10-card-slide .slick-arrow {
  position: absolute;
  width: 35px;
  height: 35px;
  top: -70px;
  padding: 0;
  text-align: center;
  line-height: 35px;
  border-radius: 50px;
  border: 1px solid var(--news10-color-border);
  background: var(--news10-color-tr);
  overflow: hidden;
}
section.news10-slide-section .news10-slide .slick-arrow svg,
section.news10-slide-section .news10-card-slide .slick-arrow svg {
  fill: var(--news10-color-border);
  --svg-font-size: 12px;
}
section.news10-slide-section .news10-slide .slick-arrow:hover,
section.news10-slide-section .news10-card-slide .slick-arrow:hover {
  background: var(--news10-color-blue);
}
section.news10-slide-section .news10-slide .slick-arrow:hover svg,
section.news10-slide-section .news10-card-slide .slick-arrow:hover svg {
  fill: var(--news10-color-white);
}
section.news10-slide-section .news10-slide .slick-arrow.btn-prev,
section.news10-slide-section .news10-card-slide .slick-arrow.btn-prev {
  right: 45px;
}
section.news10-slide-section .news10-slide .slick-arrow.btn-next,
section.news10-slide-section .news10-card-slide .slick-arrow.btn-next {
  right: 0px;
}
section.news10-slide-section .news10-big-post {
  margin-bottom: 0px;
}

svg {
  fill: var(--news10-color-black);
  --svg-font-size: 14px;
  width: var(--svg-font-size);
  height: var(--svg-font-size);
  margin-top: -4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.card {
  border: none;
  border-radius: 10px;
  background: transparent;
}
.card.news10-card-img .card-body {
  height: 100%;
}
.card.news10-card-img .card-body::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 80px);
  bottom: 0;
  left: 0;
  opacity: 0.8;
  background: var(--news10-color-black);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 41, 49, 0)), to(var(--news10-color-black)));
  background: linear-gradient(180deg, rgba(15, 41, 49, 0) 0%, var(--news10-color-black) 100%);
  border-radius: 0px 0px 10px 10px;
  z-index: 2;
}
.card.news10-card-img .card-body.news10-big-img::before {
  background: var(--news10-color-blue);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 41, 49, 0)), to(var(--news10-color-blue)));
  background: linear-gradient(180deg, rgba(15, 41, 49, 0) 0%, var(--news10-color-blue) 100%);
}
.card.news10-card-img .news10-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.card.news10-card-img .news10-text li .news10-icon svg {
  fill: var(--news10-color-white);
}
.card.news10-card-img .news10-text li .news10-item-text {
  color: var(--news10-color-white);
}
.card.news10-card-img .news10-text li .news10-item-text a {
  color: var(--news10-color-white);
}
.card.news10-card-img .news10-text li .news10-item-text a:hover {
  color: var(--news10-color-blue);
}
.card.news10-card-img .news10-text h4 a {
  color: var(--news10-color-white);
}
.card.news10-card-img .news10-text h4 a:hover {
  color: var(--news10-color-blue);
}
.card .card-header,
.card .card-body {
  padding: 12px 4px;
  padding-bottom: 0;
}
.card.news10-card-img, .card.news10-big-post .news10-post-img {
  overflow: hidden;
}
.card.news10-card-img img, .card.news10-big-post .news10-post-img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(0%) blur(0);
          filter: grayscale(0%) blur(0);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.card.news10-card-img .news10-tag-parpul,
.card.news10-card-img .news10-tag-green,
.card.news10-card-img .news10-tag-blue,
.card.news10-card-img .news10-tag-red, .card.news10-big-post .news10-post-img .news10-tag-parpul,
.card.news10-big-post .news10-post-img .news10-tag-green,
.card.news10-big-post .news10-post-img .news10-tag-blue,
.card.news10-big-post .news10-post-img .news10-tag-red {
  position: absolute;
  left: 20px;
  padding: 2px 12px;
  border-radius: 50px;
  font-size: 14px;
  line-height: 24px;
  color: var(--news10-color-white);
  z-index: 2;
}
.card.news10-card-img .news10-tag-parpul, .card.news10-big-post .news10-post-img .news10-tag-parpul {
  background: var(--news10-color-parpul);
}
.card.news10-card-img .news10-tag-green, .card.news10-big-post .news10-post-img .news10-tag-green {
  background: var(--news10-color-green);
}
.card.news10-card-img .news10-tag-blue, .card.news10-big-post .news10-post-img .news10-tag-blue {
  background: var(--news10-color-blue);
}
.card.news10-card-img .news10-tag-red, .card.news10-big-post .news10-post-img .news10-tag-red {
  background: var(--news10-color-red);
}
.card .news10-post-img {
  position: relative;
  overflow: hidden;
}
.card .news10-post-img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(0%) blur(0);
          filter: grayscale(0%) blur(0);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.card .news10-post-img a.venobox {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  border-radius: 50px;
  z-index: 2;
  text-align: center;
  line-height: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--news10-color-white);
}
.card .news10-post-img a.venobox svg {
  fill: var(--news10-color-orange);
  --svg-font-size: 12px;
}
.card.news10-card-img:hover img, .card.news10-big-post:hover img {
  -webkit-filter: grayscale(50%) blur(0.8px);
          filter: grayscale(50%) blur(0.8px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.card.news10-card-img .news10-tag-parpul,
.card.news10-card-img .news10-tag-green,
.card.news10-card-img .news10-tag-blue,
.card.news10-card-img .news10-tag-red {
  top: 20px;
}
.card.news10-card-img .news10-card-body {
  position: absolute;
  padding: 0;
  width: 100%;
  left: 0;
  bottom: 0;
}
.card.news10-big-post .news10-tag-parpul,
.card.news10-big-post .news10-tag-green,
.card.news10-big-post .news10-tag-blue,
.card.news10-big-post .news10-tag-red {
  bottom: 20px;
}
.card.news10-big-post .news10-post-img {
  position: relative;
  border-radius: 10px;
}
.card .news10-card-body .news10-text ul ~ h4 {
  margin-top: 12px;
  margin-bottom: -6px;
}
.card .news10-card-body .news10-text li {
  display: inline-block;
  margin-right: 8px;
}
.card .news10-card-body .news10-text li:last-child {
  margin-right: 0px;
}
.card .news10-card-body .news10-text li .news10-icon {
  margin-right: 4px;
}
.card .news10-card-body .news10-text h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card .news10-card-body .news10-text .news10-icon svg {
  fill: var(--news10-color-gray2);
}
.card .news10-card-body .news10-text .news10-item-text {
  color: var(--news10-color-gray2);
}
.card .news10-card-body .news10-text .news10-item-text a {
  color: var(--news10-color-gray2);
}
.card .news10-card-body .news10-text .news10-item-text a:hover {
  color: var(--news10-color-blue);
}
.card.news10-big-post {
  margin-bottom: 24px;
}
.card.topnews-big .card-body::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 41, 49, 0)), to(#0389FF));
  background: linear-gradient(180deg, rgba(15, 41, 49, 0) 0%, #0389FF 100%);
}
.card.topnews-big .card-body .news10-text h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}
.card.topnews-card img {
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.topnews-card .news10-text h4 {
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card.topnews-card .news10-text h4 a:hover {
  color: #fff;
}

.news10-news-list li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 20px auto;
  grid-template-columns: 30% auto;
  grid-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
}
.news10-news-list li .news10-list-img {
  border-radius: 5px;
  overflow: hidden;
}
.news10-news-list li .news10-list-img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(0%) blur(0);
          filter: grayscale(0%) blur(0);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news10-news-list li .news10-list-text .news10-tag-parpul,
.news10-news-list li .news10-list-text .news10-tag-green,
.news10-news-list li .news10-list-text .news10-tag-blue,
.news10-news-list li .news10-list-text .news10-tag-red {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  z-index: 2;
}
.news10-news-list li .news10-list-text .news10-tag-parpul::before,
.news10-news-list li .news10-list-text .news10-tag-green::before,
.news10-news-list li .news10-list-text .news10-tag-blue::before,
.news10-news-list li .news10-list-text .news10-tag-red::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
  border-radius: 50px;
  z-index: -2;
}
.news10-news-list li .news10-list-text .news10-tag-parpul {
  color: var(--news10-color-parpul);
}
.news10-news-list li .news10-list-text .news10-tag-green {
  color: var(--news10-color-green);
}
.news10-news-list li .news10-list-text .news10-tag-blue {
  color: var(--news10-color-blue);
}
.news10-news-list li .news10-list-text .news10-tag-red {
  color: var(--news10-color-red);
}
.news10-news-list li .news10-list-text .news10-tag-parpul ~ h4,
.news10-news-list li .news10-list-text .news10-tag-green ~ h4,
.news10-news-list li .news10-list-text .news10-tag-blue ~ h4,
.news10-news-list li .news10-list-text .news10-tag-red ~ h4,
.news10-news-list li .news10-list-text h4 ~ ul {
  margin-top: 3px;
}
.news10-news-list li .news10-list-text h4 {
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news10-news-list li .news10-list-text a:hover {
  color: var(--news10-color-blue);
}
.news10-news-list li .news10-list-text li {
  display: inline-block;
  margin: 0px 8px 0px 0px;
}
.news10-news-list li .news10-list-text li:last-child {
  margin-right: 0px;
}
.news10-news-list li .news10-list-text li .news10-icon {
  margin-right: 4px;
}
.news10-news-list li .news10-list-text .news10-icon svg {
  fill: var(--news10-color-gray2);
}
.news10-news-list li .news10-list-text .news10-item-text {
  color: var(--news10-color-gray2);
}
.news10-news-list li .news10-list-text .news10-item-text a {
  color: var(--news10-color-gray2);
}
.news10-news-list li .news10-list-text .news10-item-text a:hover {
  color: var(--news10-color-blue);
}
.news10-news-list li:hover .news10-list-img img {
  -webkit-filter: grayscale(50%) blur(0.8px);
          filter: grayscale(50%) blur(0.8px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.card.news10-default-post .news10-post-img {
  border-radius: 5px;
  overflow: hidden;
}
.card.news10-default-post .news10-post-img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(0%) blur(0);
          filter: grayscale(0%) blur(0);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.card.news10-default-post .news10-text .news10-tag-parpul,
.card.news10-default-post .news10-text .news10-tag-green,
.card.news10-default-post .news10-text .news10-tag-blue,
.card.news10-default-post .news10-text .news10-tag-red {
  position: relative;
  padding: 2px 12px;
  font-size: 14px;
  line-height: 24px;
  z-index: 2;
}
.card.news10-default-post .news10-text .news10-tag-parpul::before,
.card.news10-default-post .news10-text .news10-tag-green::before,
.card.news10-default-post .news10-text .news10-tag-blue::before,
.card.news10-default-post .news10-text .news10-tag-red::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
  border-radius: 50px;
  z-index: -2;
}
.card.news10-default-post .news10-text .news10-tag-parpul {
  color: var(--news10-color-parpul);
}
.card.news10-default-post .news10-text .news10-tag-parpul::before {
  background: var(--news10-color-parpul);
}
.card.news10-default-post .news10-text .news10-tag-green {
  color: var(--news10-color-green);
}
.card.news10-default-post .news10-text .news10-tag-green::before {
  background: var(--news10-color-green);
}
.card.news10-default-post .news10-text .news10-tag-blue {
  color: var(--news10-color-blue);
}
.card.news10-default-post .news10-text .news10-tag-blue::before {
  background: var(--news10-color-blue);
}
.card.news10-default-post .news10-text .news10-tag-red {
  color: var(--news10-color-red);
}
.card.news10-default-post .news10-text .news10-tag-red::before {
  background: var(--news10-color-red);
}
.card.news10-default-post .news10-text .news10-tag-parpul ~ h4,
.card.news10-default-post .news10-text .news10-tag-green ~ h4,
.card.news10-default-post .news10-text .news10-tag-blue ~ h4,
.card.news10-default-post .news10-text .news10-tag-red ~ h4,
.card.news10-default-post .news10-text h4 ~ ul {
  margin-top: 8px;
  margin-bottom: -5px;
}
.card.news10-default-post .news10-text h4 {
  font-size: 17px;
  line-height: 26px;
}
.card.news10-default-post .news10-text a:hover {
  color: var(--news10-color-blue);
}
.card.news10-default-post .news10-text li {
  display: inline-block;
  margin: 0px 8px 0px 0px;
}
.card.news10-default-post .news10-text li:last-child {
  margin-right: 0px;
}
.card.news10-default-post .news10-text li .news10-icon {
  margin-right: 4px;
}
.card.news10-default-post .news10-text .news10-icon svg {
  fill: var(--news10-color-gray2);
}
.card.news10-default-post .news10-text .news10-item-text {
  color: var(--news10-color-gray2);
}
.card.news10-default-post .news10-text .news10-item-text a {
  color: var(--news10-color-gray2);
}
.card.news10-default-post .news10-text .news10-item-text a:hover {
  color: var(--news10-color-blue);
}
.card.news10-default-post:hover .news10-post-img img {
  -webkit-filter: grayscale(50%) blur(0.8px);
          filter: grayscale(50%) blur(0.8px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*=====================
    2 news10 Top Bar
=======================*/
.news10-header-top-bar {
  padding: 12px 0px;
  background: var(--news10-color-black2);
}
.news10-header-top-bar .news10-weider-news .icon svg {
  fill: var(--news10-color-white);
  --svg-font-size: 18px;
}
.news10-header-top-bar .news10-weider-news .news10-city,
.news10-header-top-bar .news10-weider-news .news10-celsius {
  display: inline-block;
  color: var(--news10-color-white);
}
.news10-header-top-bar .news10-weider-news .news10-city {
  font-size: 14px;
  line-height: 24px;
  margin: 0px 4px;
}
.news10-header-top-bar .news10-weider-news .news10-celsius {
  font-size: 12px;
  line-height: 22px;
}
.news10-header-top-bar .news10-current-date {
  color: var(--news10-color-white);
  text-align: right;
}
.news10-header-top-bar .news10-current-date .icon svg {
  fill: var(--news10-color-white);
  --svg-font-size: 12px;
  margin-right: 8px;
}
.news10-header-top-bar .news10-current-date .news10-current-week,
.news10-header-top-bar .news10-current-date .news10-current-day {
  font-size: 14px;
}
.news10-header-top-bar .news10-social-link {
  text-align: right;
}
.news10-header-top-bar .news10-social-link ul {
  border-left: 1px solid var(--news10-color-white);
}
.news10-header-top-bar .news10-social-link li {
  display: inline-block;
  margin-right: 14px;
}
.news10-header-top-bar .news10-social-link li:last-child {
  margin-right: 0px;
}
.news10-header-top-bar .news10-social-link li svg {
  fill: var(--news10-color-white);
}
.news10-header-top-bar .news10-social-link li a:hover svg {
  fill: var(--news10-color-blue);
}

/*=====================
    3 news10 Mid Bar
=======================*/
.news10-mid-bar {
  padding: 24px 0px;
  background: var(--news10-color-white);
}
.news10-mid-bar .news10-logo a {
  display: inline-block;
  max-width: 180px;
}
.news10-mid-bar .news10-logo a img {
  width: 100%;
}
.news10-mid-bar .news10-header-adds img {
  width: 100%;
}

/*=====================
    4 news10 Manu Bar
=======================*/
.news10l-backdrop {
  z-index: 4;
}

.news10-main-manu-bar {
  padding: 12px 0px;
  background: var(--news10-color-blue);
}
.news10-main-manu-bar .news10l .news10l-dialog {
  margin: 0 auto;
  top: 30%;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}
.news10-main-manu-bar .news10-main-manu .news10-home-icon {
  margin-right: 24px;
}
.news10-main-manu-bar .news10-main-manu .news10-home-icon svg {
  fill: var(--news10-color-white);
}
.news10-main-manu-bar .news10-main-manu ul,
.news10-main-manu-bar .news10-main-manu li {
  display: inline-block;
}
.news10-main-manu-bar .news10-main-manu ul .dropdown-menu li,
.news10-main-manu-bar .news10-main-manu li .dropdown-menu li {
  display: block;
  margin: 0;
  padding: 0;
}
.news10-main-manu-bar .news10-main-manu ul .dropdown-menu li a,
.news10-main-manu-bar .news10-main-manu li .dropdown-menu li a {
  display: block;
  color: #000;
}
.news10-main-manu-bar .news10-main-manu ul .dropdown-menu li a:hover, .news10-main-manu-bar .news10-main-manu ul .dropdown-menu li a:focus,
.news10-main-manu-bar .news10-main-manu li .dropdown-menu li a:hover,
.news10-main-manu-bar .news10-main-manu li .dropdown-menu li a:focus {
  color: #fff;
  background: #0389FF;
}
.news10-main-manu-bar .news10-main-manu ul .dropdown-menu li a:before,
.news10-main-manu-bar .news10-main-manu li .dropdown-menu li a:before {
  display: none;
}
.news10-main-manu-bar .news10-main-manu li {
  margin-right: 24px;
  padding: 10px 0;
}
.news10-main-manu-bar .news10-main-manu li a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: var(--news10-color-white);
}
.news10-main-manu-bar .news10-main-manu li a::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 2px;
  left: 50%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background: var(--news10-color-white);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news10-main-manu-bar .news10-main-manu li a:hover::before, .news10-main-manu-bar .news10-main-manu li.active a::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.news10-main-manu-bar .news10-main-manu .news10-more-icon a svg {
  fill: var(--news10-color-white);
  --svg-font-size: 18px;
}
.news10-main-manu-bar .manu-btn {
  position: relative;
  padding: 0;
  width: 30px;
  height: 20px;
  border: none;
  background: var(--news10-color-tr);
}
.news10-main-manu-bar .manu-btn span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  border-radius: 5px;
  background: var(--news10-color-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news10-main-manu-bar .manu-btn span:nth-child(1) {
  top: -6px;
}
.news10-main-manu-bar .manu-btn span:nth-child(2) {
  top: 3px;
}
.news10-main-manu-bar .manu-btn span:nth-child(3) {
  top: 12px;
}
.news10-main-manu-bar .manu-btn.active span:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.news10-main-manu-bar .manu-btn.active span:nth-child(2) {
  width: 0px;
  opacity: 0;
}
.news10-main-manu-bar .manu-btn.active span:nth-child(3) {
  top: 5px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.news10-main-manu-bar .news10-right-btns {
  text-align: right;
}
.news10-main-manu-bar .news10-right-btns li {
  display: inline-block;
  margin-left: 12px;
}
.news10-main-manu-bar .news10-right-btns li:first-child {
  margin-left: 0px;
}
.news10-main-manu-bar .news10-right-btns .news10-search-btn,
.news10-main-manu-bar .news10-right-btns .news10-profile-btn {
  position: relative;
  padding: 0;
  width: 35px;
  height: 35px;
  border: none;
  line-height: 35px;
  background: var(--news10-color-tr);
  z-index: 2;
}
.news10-main-manu-bar .news10-right-btns .news10-search-btn::before,
.news10-main-manu-bar .news10-right-btns .news10-profile-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: -2;
  border-radius: 50px;
  background: var(--news10-color-white);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news10-main-manu-bar .news10-right-btns .news10-search-btn svg,
.news10-main-manu-bar .news10-right-btns .news10-profile-btn svg {
  fill: var(--news10-color-white);
  --svg-font-size: 14px;
}
.news10-main-manu-bar .news10-right-btns .news10-search-btn:hover::before,
.news10-main-manu-bar .news10-right-btns .news10-profile-btn:hover::before {
  opacity: 1;
}
.news10-main-manu-bar .news10-right-btns .news10-search-btn:hover svg,
.news10-main-manu-bar .news10-right-btns .news10-profile-btn:hover svg {
  fill: var(--news10-color-blue);
}
.news10-main-manu-bar .news10-right-btns .news10l-content {
  display: block;
  border-radius: 5px;
  padding: 30px;
}
.news10-main-manu-bar .news10-right-btns .news10l-content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.news10-main-manu-bar .news10-right-btns .news10l-content input {
  width: 100%;
  height: 40px;
  border-radius: 5px 0px 0px 5px;
}
.news10-main-manu-bar .news10-right-btns .news10l-content input:focus {
  border-color: var(--news10-color-blue);
}
.news10-main-manu-bar .news10-right-btns .news10l-content button {
  width: 200px;
  height: 40px;
  border: none;
  border-radius: 0px 5px 5px 0px;
}
.news10-main-manu-bar .news10-right-btns .news10l-content button:hover {
  color: var(--news10-color-white);
  background: var(--news10-color-blue);
}

.news10-news-header.sticky-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.news10-news-header.sticky-header ~ main {
  margin-top: 262px;
}

.news10-news-header.sticky-mid-manu .news10-header-top-bar.sticky {
  margin-bottom: 214px;
}
.news10-news-header.sticky-mid-manu .news10-wrap-manu {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.news10-news-header.sticky-mid-manu .news10-wrap-manu.sticky {
  position: fixed;
}

.news10-news-header.sticky-manu .news10-mid-bar.sticky {
  margin-bottom: 60px;
}
.news10-news-header.sticky-manu .news10-main-manu-bar {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.news10-news-header.sticky-manu .news10-main-manu-bar.sticky {
  position: fixed;
}

/*=========================
    5 news10 Breaking News
===========================*/
.news10-breaking-news-section {
  padding: 40px 0px;
}
.news10-breaking-news-section .news10-slide-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 8px;
  z-index: 2;
}
.news10-breaking-news-section .news10-slide-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
  background: var(--news10-color-blue);
  z-index: -2;
}
.news10-breaking-news-section .news10-slide-title .icon {
  margin-right: 8px;
}
.news10-breaking-news-section .news10-slide-title .icon svg {
  fill: var(--news10-color-blue);
}
.news10-breaking-news-section .news10-slide-text {
  width: calc(100% - 85px);
}
.news10-breaking-news-section .news10-slide-text .slick-arrow {
  position: absolute;
  width: 35px;
  height: 40px;
  top: -9px;
  padding: 0;
  text-align: center;
  line-height: 40px;
  border: 1px solid var(--news10-color-border);
  background: var(--news10-color-white);
}
.news10-breaking-news-section .news10-slide-text .slick-arrow svg {
  fill: var(--news10-color-border);
  --svg-font-size: 14px;
}
.news10-breaking-news-section .news10-slide-text .slick-arrow:hover {
  background: var(--news10-color-blue);
}
.news10-breaking-news-section .news10-slide-text .slick-arrow:hover svg {
  fill: var(--news10-color-white);
}
.news10-breaking-news-section .news10-slide-text .slick-arrow.btn-prev {
  right: -45px;
}
.news10-breaking-news-section .news10-slide-text .slick-arrow.btn-next {
  right: -85px;
}

/*=====================
    6 news10 Top News
=======================*/
.news10-top-news-section {
  padding: 0px 0px 70px 0px;
}

/*=========================
   7 news10 Top Categories
===========================*/
.news10-top-categories-section {
  padding-top: 0px;
}
.news10-top-categories-section.news10-slide .news10-title {
  width: calc(100% - 102px);
}
.news10-top-categories-section.news10-slide .slick-arrow {
  position: absolute;
  width: 35px;
  height: 35px;
  top: -60px;
  padding: 0;
  text-align: center;
  line-height: 35px;
  border-radius: 50px;
  border: 1px solid var(--news10-color-border);
  background: var(--news10-color-white);
}
.news10-top-categories-section.news10-slide .slick-arrow svg {
  fill: var(--news10-color-border);
  --svg-font-size: 12px;
}
.news10-top-categories-section.news10-slide .slick-arrow:hover {
  background: var(--news10-color-blue);
}
.news10-top-categories-section.news10-slide .slick-arrow:hover svg {
  fill: var(--news10-color-white);
}
.news10-top-categories-section.news10-slide .slick-arrow.btn-prev {
  right: 55px;
}
.news10-top-categories-section.news10-slide .slick-arrow.btn-next {
  right: 10px;
}
.news10-top-categories-section.news10-slide .news10-card-img {
  margin: 0px 12px;
}
.news10-top-categories-section .row > div:nth-last-child(1) .news10-card-img,
.news10-top-categories-section .row > div:nth-last-child(2) .news10-card-img,
.news10-top-categories-section .row > div:nth-last-child(3) .news10-card-img,
.news10-top-categories-section .row > div:nth-last-child(4) .news10-card-img {
  margin-bottom: 0px;
}
.news10-top-categories-section .news10-card-img {
  margin-bottom: 24px;
}
.news10-top-categories-section .news10-card-img .news10-card-body {
  padding: 12px 24px;
  height: inherit;
}
.news10-top-categories-section .news10-card-img a {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding: 12px 24px;
  -ms-grid-columns: auto 12px auto;
  grid-template-columns: auto auto;
  grid-gap: 12px;
  text-transform: capitalize;
  color: var(--news10-color-black);
  border-radius: 50px;
  background: var(--news10-color-lblue);
}
.news10-top-categories-section .news10-card-img a span:first-child {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.news10-top-categories-section .news10-card-img a span:last-child {
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-align: right;
}
.news10-top-categories-section .news10-card-img a:hover {
  background: var(--news10-color-white);
}

/*=========================
   8 news10 Most Popular
===========================*/
.news10-most-popular-section {
  background: var(--news10-color-white2);
}
.news10-most-popular-section .slick-list {
  margin: 0px -12px;
}
.news10-most-popular-section .slick-list .card {
  margin: 0px 12px;
  margin-top: 8px;
}
.news10-most-popular-section .card {
  background: var(--news10-color-tr);
}
.news10-most-popular-section .news-tab .nav-pills {
  position: relative;
  padding: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 12px auto 12px auto 12px auto 12px auto 12px auto;
  grid-template-columns: auto auto auto auto auto auto;
  grid-gap: 12px;
  z-index: 2;
}
.news10-most-popular-section .news-tab .nav-pills::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
  border-radius: 5px;
  background: var(--news10-color-blue);
  z-index: -2;
}
.news10-most-popular-section .news-tab .nav-pills button {
  position: relative;
  padding: 0;
  text-transform: capitalize;
  color: var(--news10-color-black);
}
.news10-most-popular-section .news-tab .nav-pills button::before {
  position: absolute;
  content: "";
  width: 10%;
  height: 3px;
  left: 50%;
  bottom: -20px;
  opacity: 0;
  visibility: hidden;
  background: var(--news10-color-blue);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news10-most-popular-section .news-tab .nav-pills button.active {
  background: var(--news10-color-tr);
}
.news10-most-popular-section .news-tab .nav-pills button.active::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.news10-most-popular-section .news-tab .news10-news-list > ul {
  margin-top: 30px;
}
.news10-most-popular-section .news10-post-groop {
  padding: 0;
  margin: 0;
  border-top: 1.5px dashed var(--news10-color-gray2);
}
.news10-most-popular-section .news10-post-groop .card {
  margin-top: 24px;
}

/*=====================
    9 news10 Adds Banner
=======================*/
.news10-adds-banner {
  padding: 80px 0px;
}
.news10-adds-banner .news10-add img {
  width: 100%;
}

/*==========================
    10 news10 Politics News
============================*/
.politics-news .news10-title-center {
  margin-bottom: 20px;
}
.politics-news .card.news10-default-post .news10-post-img img {
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
.politics-news .card.news10-card-img .card-body::before {
  height: 30%;
  background: var(--news10-color-blue);
  background: -webkit-gradient(linear, left bottom, left top, from(var(--news10-color-blue)), to(rgba(15, 41, 49, 0)));
  background: linear-gradient(0deg, var(--news10-color-blue) 0%, rgba(15, 41, 49, 0) 100%);
}
.politics-news .news10-news-list {
  padding: 20px 24px;
  border-left: 4px solid var(--news10-color-blue);
  border-radius: 10px;
  background: var(--news10-color-black3);
}
.politics-news .news10-news-list li {
  -ms-grid-columns: auto;
  grid-template-columns: auto;
}
.politics-news .news10-news-list li:last-child {
  margin-bottom: 0px;
}
.politics-news .news10-news-list .news10-list-text h4 a {
  font-size: 18px;
  line-height: 28px;
  color: var(--news10-color-white);
}
.politics-news .news10-news-list .news10-list-text h4 a:hover {
  color: var(--news10-color-blue);
}
.politics-news .news10-default-post {
  margin-top: 24px;
}

.politics-top-big {
  border-bottom: 1px solid var(--news10-color-border);
  padding-bottom: 30px;
}

.politics-big-card .news10-post-img img {
  height: 350px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.politics-big-card .card-body .news10-text h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

/*==============================
    11 news10 Entertainment News
================================*/
.news10-entertainment-news {
  background: #f1f5f8;
}
.news10-entertainment-news .slick-list {
  margin: 0px -12px;
}
.news10-entertainment-news .slick-list .row {
  margin: 0px;
}
.news10-entertainment-news .news10-news-list li {
  margin: 24px 0px 0px 0px;
}
.news10-entertainment-news .news10-news-list h4 a {
  font-size: 18px;
  line-height: 28px;
}
.news10-entertainment-news .news10-stay-connected .news10-s-follower {
  padding: 12px 0px;
  margin: 0px auto;
  background: var(--news10-color-border);
}
.news10-entertainment-news .news10-stay-connected .news10-s-follower > div:nth-last-child(1) .follower-btn, .news10-entertainment-news .news10-stay-connected .news10-s-follower > div:nth-last-child(2) .follower-btn {
  margin-bottom: 0px;
}
.news10-entertainment-news .news10-stay-connected .follower-btn {
  padding: 8px 24px;
  margin-bottom: 24px;
}
.news10-entertainment-news .news10-stay-connected .follower-btn.news10-facebook {
  background: var(--news10-color-fb);
}
.news10-entertainment-news .news10-stay-connected .follower-btn.news10-facebook svg {
  fill: var(--news10-color-fb);
}
.news10-entertainment-news .news10-stay-connected .follower-btn.news10-instagram {
  background: var(--news10-color-ins);
}
.news10-entertainment-news .news10-stay-connected .follower-btn.news10-instagram svg {
  fill: var(--news10-color-ins);
}
.news10-entertainment-news .news10-stay-connected .follower-btn.news10-twitter {
  background: var(--news10-color-tw);
}
.news10-entertainment-news .news10-stay-connected .follower-btn.news10-twitter svg {
  fill: var(--news10-color-tw);
}
.news10-entertainment-news .news10-stay-connected .follower-btn.news10-youtube {
  background: var(--news10-color-yt);
}
.news10-entertainment-news .news10-stay-connected .follower-btn.news10-youtube svg {
  fill: var(--news10-color-yt);
}
.news10-entertainment-news .news10-stay-connected .follower-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.news10-entertainment-news .news10-stay-connected .follower-btn .news10-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  background: var(--news10-color-white);
}
.news10-entertainment-news .news10-stay-connected .follower-btn .news10-icon svg {
  --svg-font-size: 20px;
}
.news10-entertainment-news .news10-stay-connected .follower-btn .news10-text {
  margin-left: 12px;
}
.news10-entertainment-news .news10-stay-connected .follower-btn .news10-text .news10-f-text,
.news10-entertainment-news .news10-stay-connected .follower-btn .news10-text .news10-f-numbber {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--news10-color-white);
}
.news10-entertainment-news .news10-stay-connected .follower-btn .news10-text .news10-f-numbber {
  font-weight: 700;
}
.news10-entertainment-news .news10-stay-connected .news10-slide {
  margin-top: 24px;
}
.news10-entertainment-news .news10-stay-connected .news10-slide .slick-list {
  margin: 0px -12px;
}
.news10-entertainment-news .news10-stay-connected .news10-slide .slick-arrow {
  top: 50%;
  border: none;
  background: var(--news10-color-white);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.news10-entertainment-news .news10-stay-connected .news10-slide .slick-arrow svg {
  fill: var(--news10-color-blue);
}
.news10-entertainment-news .news10-stay-connected .news10-slide .slick-arrow.btn-prev {
  left: calc(18px + 24px);
  right: inherit;
}
.news10-entertainment-news .news10-stay-connected .news10-slide .slick-arrow.btn-next {
  left: inherit;
  right: calc(-18px + 24px);
}
.news10-entertainment-news .news10-stay-connected .news10-slide .card {
  margin: 0px 12px;
}

.entertainment-add-wrapper {
  position: relative;
  margin-top: 30px;
  height: 300px;
  overflow: hidden;
}
.entertainment-add-wrapper::after {
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(190deg, #004fee 0%, #8f00cb 100%);
  opacity: 0.6;
  z-index: 1;
}
.entertainment-add-wrapper img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.entertainment-add-wrapper .add-content {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 50px;
  min-width: 250px;
  text-align: center;
  z-index: 3;
}
.entertainment-add-wrapper .add-content p {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 50px;
}
.entertainment-add-wrapper .add-content a {
  border: 1px solid #fff;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

/*=====================
    12 news10 Video News
=======================*/
.news10-video-news-section .news10-title-center {
  margin-bottom: 20px;
}
.news10-video-news-section .btn-prev.slick-arrow {
  left: 12px !important;
}
.news10-video-news-section .btn-next.slick-arrow {
  right: 12px !important;
}
.news10-video-news-section .slick-slide {
  margin: 0px 12px;
}
.news10-video-news-section .news10-default-post {
  background: var(--news10-color-tr);
  margin-top: 24px;
}
.news10-video-news-section .news10-default-post a.venobox {
  width: 38px;
  height: 38px;
  line-height: 38px;
}
.news10-video-news-section .big-card {
  padding: 20px;
  border-radius: 10px;
  background: #F1F5F8;
}
.news10-video-news-section .big-card .news10-text h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}
.news10-video-news-section .big-card a.venobox {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.news10-video-news-section .big-card a.venobox svg {
  --svg-font-size: 14px;
}

/*=====================
    13 news10 Malti News
=======================*/
.news10-malti-news .news10-title {
  width: calc(100% - 100px);
}
.news10-malti-news .news10-news-list li {
  margin: 24px 0px 0px 0px;
}
.news10-malti-news .news10-news-list h4 a {
  font-size: 16px;
  line-height: 28px;
}

/*=========================
    14 news10 Sports News
===========================*/
.news10-sports-news-section {
  background: var(--news10-color-white4);
}
.news10-sports-news-section .news10-title-center {
  margin-bottom: 20px;
}
.news10-sports-news-section .news10-default-post {
  margin-top: 24px;
  background: var(--news10-color-tr);
}
.news10-sports-news-section .news10-news-list > ul {
  padding-top: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 24px auto;
  grid-template-columns: auto auto;
  grid-gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  border-top: 1px solid var(--news10-color-border2);
}
.news10-sports-news-section .news10-news-list > ul li:nth-last-child(1),
.news10-sports-news-section .news10-news-list > ul li:nth-last-child(2) {
  margin-bottom: 0px;
}
.news10-sports-news-section .entertainment-slide-wrapper .btn-next.slick-arrow {
  top: 40%;
}
.news10-sports-news-section .entertainment-slide-wrapper .btn-next.slick-arrow svg {
  fill: #0389FF;
}
.news10-sports-news-section .entertainment-slide-wrapper .btn-prev.slick-arrow {
  top: 40%;
  left: 0;
}
.news10-sports-news-section .entertainment-slide-wrapper .btn-prev.slick-arrow svg {
  fill: #0389FF;
}
.news10-sports-news-section .entertainment-slide-wrapper .card.news10-default-post .news10-text h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

/*=============================
    15 news10 Technology News
===============================*/
.news10-technology-news-section .col-lg-3 .news10-default-post {
  margin-top: 24px;
}

.news10-technology-news-section .big-card .news10-card-body .news10-text h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

/*=============================
    16 news10 Don't Miss
===============================*/
.news10-don-t-miss-section {
  padding-top: 0px;
}
.news10-don-t-miss-section .container-fluid {
  padding: 0;
}
.news10-don-t-miss-section .container-fluid .row > div {
  padding: 0;
}
.news10-don-t-miss-section .container-fluid .news10-card-img,
.news10-don-t-miss-section .container-fluid .news10-card-body::before,
.news10-don-t-miss-section .container-fluid .news10-card-body .news10-tag-parpul,
.news10-don-t-miss-section .container-fluid .news10-card-body .news10-tag-green,
.news10-don-t-miss-section .container-fluid .news10-card-body .news10-tag-blue,
.news10-don-t-miss-section .container-fluid .news10-card-body .news10-tag-red {
  border-radius: 0;
}
.news10-don-t-miss-section .container-fluid .news10-card-body {
  opacity: 0;
  visibility: hidden;
  bottom: -100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news10-don-t-miss-section .container-fluid .news10-card-body .news10-text {
  padding: 24px;
}
.news10-don-t-miss-section .container-fluid .news10-card-body .news10-text h4 {
  font-size: 18px;
  line-height: 28px;
}
.news10-don-t-miss-section .container-fluid .slick-list .slick-center .news10-card-body,
.news10-don-t-miss-section .container-fluid .news10-card-img:hover .news10-card-body {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

/*=============================
    17 news10 Lifestyle News
===============================*/
.news10-lifestyle-news {
  padding-top: 0px;
}
.news10-lifestyle-news .news10-post-groop .news10-default-post {
  margin-top: 24px;
}
.news10-lifestyle-news .news10-post-groop > div:nth-child(1) .news10-default-post, .news10-lifestyle-news .news10-post-groop > div:nth-child(2) .news10-default-post, .news10-lifestyle-news .news10-post-groop > div:nth-child(3) .news10-default-post, .news10-lifestyle-news .news10-post-groop > div:nth-child(4) .news10-default-post {
  margin-top: 0;
}

/*=============================
    18 news10 Info Footer
===============================*/
.news10-info-footer {
  background: var(--news10-color-black2);
}
.news10-info-footer .logo a {
  display: inline-block;
  max-width: 180px;
}
.news10-info-footer .logo a img {
  width: 100%;
}
.news10-info-footer .news10-text h6 {
  color: var(--news10-color-white);
  text-align: justify;
}
.news10-info-footer .row {
  padding: 60px 0px;
}
.news10-info-footer .row.news10-link-footer {
  border-top: 1px solid var(--news10-color-border);
}
.news10-info-footer .row.news10-link-footer .news10-title::before {
  content: none;
}
.news10-info-footer .row.news10-link-footer .news10-title::after {
  background: var(--news10-color-white);
}
.news10-info-footer .row.news10-link-footer .news10-title h2 {
  color: var(--news10-color-white);
  font-size: 20px;
  line-height: 30px;
}
.news10-info-footer .row.news10-link-footer .news10-news-list h4 {
  font-size: 18px;
  line-height: 28px;
}
.news10-info-footer .row.news10-link-footer .news10-news-list h4 a {
  color: var(--news10-color-white);
}
.news10-info-footer .row.news10-link-footer .news10-news-list h4 a:hover {
  color: var(--news10-color-blue);
}
.news10-info-footer .row.news10-link-footer .news10-news-link li {
  margin-bottom: 12px;
}
.news10-info-footer .row.news10-link-footer .news10-news-link li:last-child {
  margin-bottom: 0px;
}
.news10-info-footer .row.news10-link-footer .news10-news-link li a {
  color: var(--news10-color-white);
  font-size: 18px;
  line-height: 28px;
}
.news10-info-footer .row.news10-link-footer .news10-news-link li a:hover {
  color: var(--news10-color-blue);
}
.news10-info-footer .row.news10-link-footer .news10-news-tags ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 8px auto 8px auto 8px auto 8px auto;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 8px;
}
.news10-info-footer .row.news10-link-footer .news10-news-tags ul li a {
  display: block;
  padding: 8px 6px;
  color: var(--news10-color-white);
  text-align: center;
  border-radius: 5px;
  border: 1px solid var(--news10-color-gray);
}
.news10-info-footer .row.news10-link-footer .news10-news-tags ul li a:hover {
  border-color: var(--news10-color-blue);
  background: var(--news10-color-blue);
}
.news10-info-footer .row.news10-link-footer .news10-email {
  margin-top: 30px;
}
.news10-info-footer .row.news10-link-footer .news10-email .input-group {
  position: relative;
}
.news10-info-footer .row.news10-link-footer .news10-email .input-group input {
  width: 100%;
  height: 50px;
  padding-left: 55px;
  border-radius: 5px !important;
  font-size: 14px;
  line-height: 24px;
  color: var(--news10-color-border2);
  border: 1px solid var(--news10-color-border2);
  background: var(--news10-color-tr);
}
.news10-info-footer .row.news10-link-footer .news10-email .input-group .news10-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.news10-info-footer .row.news10-link-footer .news10-email .input-group .news10-icon svg {
  fill: var(--news10-color-border2);
}
.news10-info-footer .row.news10-link-footer .news10-email button {
  padding: 18px 40px;
  font-weight: 600;
  margin-top: 24px;
}
.news10-info-footer .news10-main-footer {
  padding: 24px 0px;
  text-align: center;
  border-top: 1px solid var(--news10-color-border);
}
.news10-info-footer .news10-main-footer h6 {
  font-weight: 400;
  color: var(--news10-color-white);
}
.news10-info-footer .news10-main-footer h6 a {
  color: var(--news10-color-white);
}
.news10-info-footer .news10-main-footer h6 a:hover {
  color: var(--news10-color-blue);
}

/*=============================
    19 news10 Breadcrumb
===============================*/
.news10-breadcrumb {
  padding: 60px 0px;
  background: var(--news10-color-white3);
}
.news10-breadcrumb ol {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.news10-breadcrumb ol li {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
.news10-breadcrumb ol li::before, .news10-breadcrumb ol li.active {
  color: var(--news10-color-black) !important;
}
.news10-breadcrumb ol li a:hover {
  color: var(--news10-color-blue);
}

/*=============================
    20 news10 Post Archive
===============================*/
.post-archive .news10-news-list ul li {
  -ms-grid-columns: 40% auto;
  grid-template-columns: 40% auto;
  margin: 24px 8px 0px 0px;
}
.post-archive .news10-news-list ul li h4 {
  font-size: 22px;
  line-height: 32px;
}
.post-archive .news10-news-list ul li:first-child {
  margin-top: 0px;
}
.post-archive .news10-news-list ul li ul, .post-archive .news10-news-list ul li ul ~ p, .post-archive .news10-news-list ul li ul ~ a {
  margin-top: 12px;
}
.post-archive .news10-news-list ul li ul li {
  margin-top: 0px;
}
.post-archive .news10-news-list ul li .news10-icon svg {
  fill: var(--news10-color-blue);
}
.post-archive .news10-news-list ul li .news10-icon svg path {
  fill: var(--news10-color-blue);
}
.post-archive .news10-title {
  margin-top: 24px;
}

/*=============================
    21 news10 Widgets
===============================*/
/*=============================
    22 news10 Business
===============================*/
.business .news10-default-post {
  margin-top: 24px;
  border-radius: 0;
  border-bottom: 1px solid var(--news10-color-border2);
  padding-bottom: 15px;
}
.business .news10-default-post .news10-text .news10-icon svg {
  fill: var(--news10-color-blue);
}
.business .news10-default-post .news10-text .news10-icon svg path {
  fill: var(--news10-color-blue);
}
.business .news10-default-post .news10-text ul ~ h4 {
  font-size: 20px;
  line-height: 30px;
}
.business .news10-default-post .news10-text h4 ~ p {
  margin-top: 24px;
}
.business.news10-slide-section .news10-title {
  width: 100%;
}
.business.news10-slide-section .news10-slide .slick-list {
  margin: 0px -12px;
}
.business.news10-slide-section .news10-slide .slick-arrow {
  top: 50%;
  border: 1px solid var(--news10-color-white);
  background: var(--news10-color-tr);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.business.news10-slide-section .news10-slide .slick-arrow.btn-prev {
  left: calc(18px + 24px);
  right: inherit;
}
.business.news10-slide-section .news10-slide .slick-arrow.btn-next {
  left: inherit;
  right: calc(-18px + 24px);
}
.business .news10-widgets .news10-default-post {
  border-bottom: none;
  padding-bottom: 0;
}

/*=============================
    23 news10 Archive Details
===============================*/
.news10-archive-details .news10-card-body {
  padding: 0;
}
.news10-archive-details .news10-default-post p {
  margin: 24px 0px;
}
.news10-archive-details .news10-default-post .tag {
  padding-top: 24px;
  border-top: 1px solid var(--news10-color-border);
}
.news10-archive-details .news10-default-post .tag a {
  display: block;
  padding: 10px 24px;
  border-radius: 5px;
  border: 1px solid var(--news10-color-border);
  color: var(--news10-color-gray4);
}
.news10-archive-details .news10-default-post .tag a svg {
  fill: var(--news10-color-gray4);
  margin-right: 5px;
}
.news10-archive-details .news10-default-post .tag a:hover {
  color: var(--news10-color-gray4);
  background: var(--news10-color-border);
}
.news10-archive-details .news10-card-body .row {
  padding: 12px 0px;
  border-bottom: 1px solid var(--news10-color-border);
  margin: 0px 0px 12px 0px;
}
.news10-archive-details .news10-card-body .row > div {
  padding: 0;
}
.news10-archive-details .news10-card-body .row .news10-icon svg {
  fill: var(--news10-color-blue);
}
.news10-archive-details .news10-card-body .row .news10-icon svg path {
  fill: var(--news10-color-blue);
}
.news10-archive-details .news10-card-body .social-media {
  text-align: right;
}
.news10-archive-details .news10-card-body .social-media li a svg {
  fill: var(--news10-color-gray2);
}
.news10-archive-details .news10-card-body .social-media li a:hover svg {
  fill: var(--news10-color-blue);
}
.news10-archive-details .news10-pro-card {
  position: relative;
  padding: 24px;
  background: var(--news10-color-white5);
}
.news10-archive-details .news10-pro-card h6 {
  font-weight: 500;
  margin-bottom: 24px;
}
.news10-archive-details .news10-pro-card .news10-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 24px;
}
.news10-archive-details .news10-pro-card .news10-profile .news10-profile-img {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  overflow: hidden;
}
.news10-archive-details .news10-pro-card .news10-profile .news10-profile-img img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.news10-archive-details .news10-pro-card .news10-profile .news10-profile-text {
  margin-left: 24px;
}
.news10-archive-details .news10-pro-card .news10-profile .news10-profile-text h6 {
  margin-bottom: 5px;
}
.news10-archive-details .news10-pro-card .news10-profile .news10-profile-text p {
  margin: 0;
}
.news10-archive-details .news10-post-adds {
  margin: 24px 0;
}
.news10-archive-details .news10-post-adds img {
  width: 100%;
}
.news10-archive-details .news10-news-form h4 {
  margin-bottom: 12px;
}
.news10-archive-details .news10-news-form p {
  margin-bottom: 24px;
}
.news10-archive-details .news10-news-form input,
.news10-archive-details .news10-news-form textarea {
  width: 100%;
  margin-bottom: 24px;
}
.news10-archive-details .news10-news-form textarea {
  height: 160px;
}
.news10-archive-details .news10-news-form button {
  padding: 12px 30px;
  border-radius: 5px;
  border: 1px solid var(--news10-color-tr);
  color: var(--news10-color-white);
  background: var(--news10-color-blue);
}
.news10-archive-details .news10-news-form button:hover {
  color: var(--news10-color-blue);
  border-color: var(--news10-color-blue);
  background: var(--news10-color-white);
}

/*=============================
    24 news10 Pagination
===============================*/
.news10-pagination {
  margin-bottom: 80px;
}
.news10-pagination ul li {
  display: inline-block;
  margin-left: 8px;
}
.news10-pagination ul li:first-child {
  margin-left: 0;
}
.news10-pagination ul li a {
  padding: 6px 8px;
  text-align: center;
  font-size: 16px;
  color: var(--news10-color-gray3);
  border: 1px solid var(--news10-color-gray3);
  border-radius: 5px;
}
.news10-pagination ul li a svg {
  --svg-font-size: 16px;
  fill: var(--news10-color-gray3);
}
.news10-pagination ul li.active a,
.news10-pagination ul li a:hover {
  color: var(--news10-color-white);
  border-color: var(--news10-color-blue);
  background: var(--news10-color-blue);
}
.news10-pagination ul li.active a svg,
.news10-pagination ul li a:hover svg {
  fill: var(--news10-color-white);
}

.news10-tech-widgets-area .widgets {
  margin-bottom: 50px;
  margin-top: 0;
}

.news10-search-widgets .news10-title {
  margin-top: 0;
}
.news10-search-widgets form.search {
  padding: 24px;
  border-radius: 10px;
  background: var(--news10-color-white2);
}
.news10-search-widgets form.search .form-control {
  padding: 0px 24px;
  height: 50px;
  border: 1px solid var(--news10-color-border2);
  border-right: 0px;
  border-radius: 5px 0px 0px 5px !important;
}
.news10-search-widgets form.search .d-btn {
  padding: 0;
  width: 80px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: none;
}
.news10-search-widgets form.search .d-btn svg {
  fill: var(--news10-color-white);
}
.news10-search-widgets form.search .d-btn:hover {
  background: var(--news10-color-blue);
}

.category-link ul {
  padding: 24px;
  border-radius: 10px;
  background: var(--news10-color-white2);
}
.category-link ul li {
  margin-bottom: 12px;
}
.category-link ul li:last-child {
  margin-bottom: 0px;
}
.category-link ul li a {
  position: relative;
  padding-left: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.category-link ul li a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 50%;
  left: 0;
  border-top: 2px solid var(--news10-color-blue);
  border-right: 2px solid var(--news10-color-blue);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.category-link ul li a:hover {
  color: var(--news10-color-blue);
}

.widgets-gallery ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  -ms-grid-columns: auto 8px auto 8px auto;
  grid-template-columns: auto auto auto;
  padding: 24px;
  border-radius: 10px;
  background: var(--news10-color-white2);
}
.widgets-gallery ul li {
  overflow: hidden;
  border-radius: 5px;
}
.widgets-gallery ul img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(0%) blur(0);
          filter: grayscale(0%) blur(0);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.widgets-gallery ul li:hover img {
  -webkit-filter: grayscale(50%) blur(0.8px);
          filter: grayscale(50%) blur(0.8px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.widgets-tags ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 12px;
  -ms-grid-columns: auto 12px auto 12px auto 12px auto;
  grid-template-columns: auto auto auto auto;
  display: block;
  padding: 24px;
  border-radius: 10px;
  background: var(--news10-color-white2);
}
.widgets-tags ul li {
  display: inline-block;
  margin: 5px;
}
.widgets-tags ul li a {
  display: block;
  padding: 8px 10px;
  color: var(--news10-color-gray);
  text-align: center;
  border-radius: 5px;
  background: var(--news10-color-border);
}
.widgets-tags ul li a:hover {
  color: var(--news10-color-white);
  background: var(--news10-color-blue);
}

.social-media ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 12px;
  -ms-grid-columns: auto 12px auto 12px auto 12px auto 12px auto 12px auto 12px auto;
  grid-template-columns: auto auto auto auto auto auto auto;
  display: block;
  padding: 24px;
  border-radius: 10px;
  background: var(--news10-color-white2);
}
.social-media ul li {
  display: inline-block;
}
.social-media ul li a {
  display: block;
  width: 40px;
  height: 40px;
  color: var(--news10-color-gray);
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  background: var(--news10-color-border);
}
.social-media ul li a:hover {
  background: var(--news10-color-blue);
}
.social-media ul li a:hover svg {
  fill: var(--news10-color-white);
}

.news10-bg-tr {
  padding: 0;
  border-radius: 0px;
  background: var(--news10-color-tr);
}
.news10-bg-tr .popular-post {
  display: -ms-grid;
  display: grid;
  grid-gap: 24px;
  -ms-grid-columns: auto 24px auto;
  grid-template-columns: auto auto;
}
.news10-bg-tr .popular-post .news10-default-post {
  margin-top: 0px;
}
.news10-bg-tr .popular-post .news10-default-post .news10-card-body {
  padding-bottom: 0px;
}

.news-footer {
  position: relative;
  z-index: 1;
}
.news-footer:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(31, 32, 36, 0.95);
  z-index: -1;
}
.news-footer .news10-link-footer .news10-news-tags ul li a {
  padding: 4px 6px !important;
  background: #1E1F23;
  border-color: #383838 !important;
  border-radius: 2px !important;
}
.news-footer .news10-link-footer .news10-email button:before {
  background: #0389FF;
}

.recent-post li {
  -ms-grid-columns: 40% auto;
  grid-template-columns: 40% auto;
}

/*----------------------------------------*/
/* header responsive
/*----------------------------------------*/
@media screen and (min-width: 991px) and (max-width: 1600px) {
  .news10-header-section {
    padding-right: 120px;
  }

  /* news10 food news header start */
  .news10-food-news-header {
    padding-right: 0;
  }

  .news10-news-fashion-header {
    padding-right: 0;
  }
}
@media (max-width: 1260px) {
  .news10-main-menu li {
    padding: 0 8px;
  }

  .news10-nav-right {
    padding-left: 14px;
  }

  .news10-nav-right .news10-nav-open {
    margin-left: 20px;
  }

  .search-area {
    width: 64%;
  }

  .news10-news-fashion-header-wraper .news10-main-menu li {
    padding: 0 15px;
  }

  .news10-food-news-header-wrapper .news10-main-menu-wrapper {
    margin-left: 40px;
  }

  .news10-food-news-header-wrapper .news10-nav-right .news10-nav-open {
    margin-left: 110px;
  }
}
@media (max-width: 1199px) {
  .news10-food-news-header {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .news10-travel-search-news10l {
    display: none;
  }

  .news10-nav-right {
    padding: 10px 0;
  }

  .desktop-menu {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .navbar_fixed .news10-main-menu li a {
    color: #fff;
  }

  .news10-nav-right {
    border: none;
  }
  .news10-nav-right .news10-destination {
    display: none;
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    opacity: 0;
    width: 320px;
    height: 100vh;
    background: #000;
    padding: 50px 0;
    overflow-y: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 9999999;
  }
  .mobile-menu .nav-close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    cursor: pointer;
  }
  .mobile-menu li {
    display: block;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .news10-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    height: 100vh;
    z-index: 99;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    z-index: 9999;
  }

  .nav_activee {
    overflow: hidden;
  }
  .nav_activee .news10-main-menu {
    left: 0;
    opacity: 1;
  }
  .nav_activee .news10-overlay {
    left: 0;
    opacity: 1;
  }
  .nav_activee .news10-search-news10l {
    opacity: 1;
    visibility: visible;
  }

  .news10-news-fashion-header-wraper .news10-nav-right .news10-nav-open {
    margin-left: 40px;
  }

  .searchbox input {
    height: 41px;
  }

  .wrapper {
    right: 60px;
  }

  .news10-food-news-header-wrapper .news10-main-menu-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .news10-food-news-header {
    padding: 0;
  }
}
/*----------------------------------------*/
/* banner responsive
/*----------------------------------------*/
@media screen and (min-width: 1400px) and (max-width: 1700px) {
  .news10-food-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin-right: 100px;
  }

  .banner-content-wrapper .banner-thumb img {
    margin-right: -60px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .news10-food-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin-right: 15px;
  }

  .banner-content-wrapper .banner-thumb img {
    margin-right: -140px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .news10-food-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin-right: 15px;
  }

  .news10-food-banner-wrapper {
    padding-left: 50px;
  }

  .news10-food-banner-left {
    width: 50px;
  }

  .news10-fashion-news-sidebar {
    left: 0;
  }

  .news10-food-banner-left-content {
    max-width: 500px;
    padding: 20px;
  }

  .news10-food-banner-left-content .banner-title {
    font-size: 30px;
    line-height: 40px;
  }

  .banner-content-wrapper .banner-thumb img {
    margin-right: -180px;
  }
}
@media (max-width: 1400px) {
  .news10-tranvel-banner-wrapper {
    padding-top: 160px;
  }

  .news10-banner-slider-wraper .banner-slide-arrow {
    left: 10px;
  }
}
@media (max-width: 991px) {
  .news10-bannar-siderbar {
    display: none;
  }

  .news10-food-banner-left {
    display: none;
  }

  .news10-food-banner-wrapper {
    padding-left: 0;
  }

  .news10-food-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin-right: 15px;
  }

  .news10-food-banner-left-content {
    padding: 20px;
    max-width: 400px;
    margin-right: 15px;
  }

  .news10-food-banner-left-content .news10-food-meta {
    margin-bottom: 15px;
  }

  .news10-food-banner-left-content .banner-title {
    font-size: 25px;
    line-height: 35px;
  }

  .news10-food-banner-left-content .banner-title {
    margin-bottom: 0;
  }

  .news10-food-banner-left-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .banner-content-wrapper .banner-thumb img {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .news10-banner-content {
    padding: 20px;
  }

  .mt-40 {
    margin: 0;
  }

  .news10-banner-slider-wraper .banner-slide-arrow {
    bottom: 20px;
  }
}
@media (max-width: 575px) {
  .news10-banner-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 30px;
  }

  .news10-banner-content .news10-author {
    margin-bottom: 40px;
  }

  .news10-banner-slider-wraper .banner-slide-arrow {
    bottom: 10px;
    left: 30px;
  }

  .banner-content-wrapper .banner-thumb {
    display: none;
  }

  .news10-food-banner-wrapper .swiper-pagination {
    display: none;
  }
}
/*----------------------------------------*/
/* news section responsive
/*----------------------------------------*/
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .card.news10-sm-card .news10-card-thumb {
    min-width: 120px;
  }

  .card.news10-sm-card .card-body {
    padding-left: 15px;
  }
  .card.news10-sm-card .author-post .author {
    font-size: 12px;
  }

  .card.news10-sm-card .news10-title a {
    line-height: 20px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .news10-wedgets-area {
    border: none;
    padding: 0;
  }

  .news10-news-more {
    margin-bottom: 30px;
  }

  .post-category-items {
    margin-bottom: 30px;
  }

  .news10-stories-categories-section .news10-ctg-card {
    margin-bottom: 30px;
  }
  .news10-stories-categories-section .row div:last-child .news10-ctg-card {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .card.news10-sm-card .news10-card-thumb {
    min-width: 120px;
  }

  .card.news10-sm-card .card-body {
    padding-left: 15px;
  }
  .card.news10-sm-card .author-post .author {
    font-size: 12px;
  }

  .card.news10-sm-card .news10-title a {
    line-height: 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 320px) and (max-width: 400px) {
  .card.news10-sm-card .news10-card-thumb {
    min-width: 120px;
  }

  .card.news10-sm-card .card-body {
    padding-left: 15px;
  }
  .card.news10-sm-card .author-post .author {
    font-size: 12px;
  }

  .card.news10-sm-card .news10-title a {
    line-height: 20px;
    font-size: 16px;
  }

  .news10-author-profile .profile-thumb {
    height: 200px;
    width: 200px;
  }
  .news10-author-profile .profile-thumb img {
    height: 180px;
    width: 180px;
  }
}
/*fashion page */
@media screen and (min-width: 1320px) and (max-width: 1700px) {
  .post-category-items .post-item-thumb .post-content .post-title {
    font-size: 24px;
  }

  .news10-post-categories .post-content .post-title {
    font-size: 24px;
  }

  .news10-post-catergori-slide-progress {
    max-width: 390px;
  }

  .swiper-slide-arrow-wraper {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1320px) {
  .post-category-items .post-item-thumb .post-content .post-title {
    font-size: 30px;
    line-height: 40px;
  }

  .news10-post-categories .post-content .post-title {
    font-size: 30px;
    line-height: 40px;
  }

  .post-category-items .post-item-thumb img {
    height: 770px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .news10-post-catergori-slide-progress {
    max-width: 350px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .post-category-items .post-item-thumb .post-content .post-title {
    font-size: 30px;
    line-height: 40px;
  }

  .news10-post-categories .post-content .post-title {
    font-size: 30px;
    line-height: 40px;
  }

  .post-category-items .post-item-thumb img {
    height: 770px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .news10-post-catergori-slide-progress {
    max-width: 250px;
  }

  .news10-post-categories .post-item-thumb img {
    width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 370px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .news10-news-categories-post .news10-post-content .title {
    font-size: 24px;
  }

  .news10-sm-post-categories .news10-post-content .title {
    font-size: 18px;
  }

  .news10-sm-post-categories.news10-small-post-categories .post-thumb {
    max-width: 180px;
  }

  .news10-meta-info a {
    font-size: 10px;
  }

  .news10-food-meta .post-review a {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .post-category-items {
    margin-bottom: 30px;
  }

  .fashion-slide-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
  }

  .news10-sm-post-categories {
    margin-bottom: 30px;
    margin-top: 0;
  }

  div:nth-child(3) .news10-sm-post-categories {
    margin-bottom: 0;
  }
  div:nth-child(4) .news10-sm-post-categories {
    margin-bottom: 0;
  }

  .news10-small-post-categories {
    margin-bottom: 0;
  }

  .fashion-wedgets-area {
    margin-top: 30px;
  }

  .news10-post-categories .post-content .post-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .news10-post-categories .post-content .post-title {
    font-size: 24px;
  }

  .post-category-items .post-item-thumb .post-content .post-title {
    font-size: 24px;
  }

  .news10-sm-post-categories.news10-small-post-categories .post-thumb {
    max-width: 230px;
  }
}
@media (max-width: 575px) {
  .news10-post-categories-section {
    padding: 0 15px;
    padding-top: 50px;
  }

  div:nth-child(3) .news10-sm-post-categories {
    margin-bottom: 30px;
  }
  div:nth-child(4) .news10-sm-post-categories {
    margin-bottom: 0;
  }

  .post-category-items .post-item-thumb .post-content {
    bottom: 20px;
    left: 20px;
  }

  .news10-sm-post-categories.news10-small-post-categories {
    display: block;
  }

  .news10-sm-post-categories.news10-small-post-categories .news10-post-content {
    margin-left: 0;
    margin-top: 15px;
  }

  .news10-sm-post-categories.news10-small-post-categories .post-thumb {
    max-width: 100%;
  }

  .news10-news-categories-post .news10-post-content {
    right: 15px;
    padding: 15px;
  }

  .news10-news-categories-post .news10-post-content .title {
    font-size: 24px;
  }

  .news10-fashion-testimonials-content {
    margin: 0;
  }

  .news10-fashion-testimonials-section {
    padding: 100px 0;
  }

  .fashion-slide-arrow {
    padding: 10px;
  }
}
@media (max-width: 400px) {
  .post-category-items .post-item-thumb .post-content .news10-meta-info {
    display: block;
  }

  .post-category-items .post-item-thumb .post-content .post-review {
    margin: 0;
  }

  .post-category-items .post-item-thumb .post-content .post-title {
    font-size: 20px;
  }

  .news10-post-categories .post-content .post-title {
    font-size: 20px;
  }

  .news10-post-categories .post-content .post-author-date a {
    font-size: 12px;
  }

  .news10-post-categories .post-content .post-review a {
    font-size: 12px;
  }

  .news10-meta-info a {
    font-size: 10px;
  }

  .news10-fashion-header .heading-title {
    font-size: 18px;
  }

  .post-category-items .post-item-thumb .post-content {
    display: none;
  }
}
/*fashion page end*/
/*======================================
[ End table content ]
======================================*/
:root {
  --news10-color-white: #FFFFFF;
  --news10-color-white2: #F1F5F8;
  --news10-color-black: #1D1D1D;
  --news10-color-black2: #1F2024;
  --news10-color-gray: #828282;
  --news10-color-gray2: #888888;
  --news10-color-border: #EBEBEB;
  --news10-color-border2: #CECECE;
  --news10-color-blue: #004FEE;
  --news10-color-parpul: #8F00CB;
  --news10-color-red: #E12127;
  --news10-color-tr: transparent;
}

@media (max-width: 1500px) {
  .news10-banner.news10-banner-slider .news10-banner-bg .container {
    padding: 0px 4vw;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  section .row .news-link li {
    margin-right: 10px;
  }
  section .row .news-link li a {
    font-size: 12px;
  }

  .news10-title-line h2:after {
    width: 90%;
  }

  .card .news10-card-body .news10-text h4 {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .news10-subscribe {
    margin-top: 12px;
  }

  .social-media ul li {
    margin: 5px;
  }
}
@media (max-width: 991px) {
  .news10-tech-widgets-area {
    margin-top: 30px;
  }

  .news10-title-line,
.news10-title-line-center,
.news10-title-line-right {
    margin-bottom: 24px;
  }

  section .row .news-link {
    text-align: center;
    margin: 0px 0px 24px 0px;
  }

  .news10-news-list li {
    margin: 24px 0px 0px 0px;
  }

  .news10-top-bar.sticky {
    margin-bottom: 90px;
  }
  .news10-top-bar .news10-news-slide {
    padding: 0px 65px 0px 0px;
  }
  .news10-top-bar .news10-news-slide .news10-slide-text .slick-arrow svg {
    fill: var(--news10-color-blue);
  }
  .news10-top-bar .news10-news-slide .news10-slide-text .slick-arrow.btn-prev {
    left: inherit;
    right: -35px;
  }
  .news10-top-bar .news10-news-slide .news10-slide-text .slick-arrow.btn-next {
    left: inherit;
    right: -67px;
  }
  .news10-top-bar .news10-social-link {
    margin-top: 12px;
  }
  .news10-top-bar .news10-social-link ul {
    text-align: center;
  }

  .close-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 24px;
    right: 24px;
    border: none;
    border-radius: 50px;
    background: var(--news10-color-tr);
  }
  .close-btn span {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    top: 13px;
    left: 0;
    background: var(--news10-color-white);
  }
  .close-btn span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .close-btn span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .overlay {
    display: block;
    position: fixed;
    width: calc(100% - 320px);
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    background: var(--news10-color-black);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .overlay.active {
    opacity: 0.3;
    left: 320px;
    visibility: visible;
  }

  .news10-manu-bar {
    padding: 18px 0px;
  }
  .news10-manu-bar .news10-main-manu {
    position: fixed;
    width: 320px;
    height: 100%;
    top: 0;
    left: -100%;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--news10-color-black);
    z-index: 5;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .news10-manu-bar .news10-main-manu.active {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .news10-manu-bar .news10-main-manu ul {
    display: block;
    text-align: center;
    margin-top: 80px;
  }
  .news10-manu-bar .news10-main-manu li {
    display: block;
    margin: 0px 0px 4px 0px;
  }
  .news10-manu-bar .news10-main-manu li:last-child {
    margin-bottom: 0px;
  }
  .news10-manu-bar .news10-main-manu li a {
    display: block;
    font-size: 12px;
    padding: 10px 0px;
    color: var(--news10-color-white);
  }
  .news10-manu-bar .news10-main-manu li a::before {
    content: none;
  }
  .news10-manu-bar .news10-main-manu li a:hover, .news10-manu-bar .news10-main-manu li.active a {
    color: var(--news10-color-white);
    background: var(--news10-color-blue);
  }

  .news10-banner .news10-banner-bg .news10-text .news10-tag-parpul ~ h2 {
    margin-top: 14px;
  }
  .news10-banner .news10-banner-bg .news10-text h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .news10-banner .news10-banner-bg .news10-text h2 ~ ul {
    margin-top: 18px;
  }
  .news10-banner .news10-banner-bg .news10-news-list {
    margin-top: 18px;
  }
  .news10-banner .news10-banner-bg .news10-news-list > ul > li {
    -ms-grid-columns: 14% auto;
    grid-template-columns: 14% auto;
  }

  .card.news10-over-img-post .news10-text h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .card.news10-over-img-post .news10-text h4 ~ ul {
    margin-top: 12px;
  }

  .news10-news-list li .news10-list-text h4 {
    margin-bottom: -5px;
  }

  .mt-md-30 {
    margin-top: 30px !important;
  }

  .news10-title-line h2:after {
    width: 80%;
  }

  .card .news10-card-body .news10-text ul ~ h4 {
    margin-bottom: -3px;
  }

  .news10-title-line h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .news10-new-from-gadgets .title-center h2 {
    font-size: 20px;
    line-height: 28px;
    margin-top: -3px;
  }

  section.news10-slide-section .news10-slide .slick-arrow, section.news10-slide-section .news10-card-slide .slick-arrow {
    position: absolute;
    width: 25px;
    height: 25px;
    top: -48px;
    line-height: 25px;
  }

  section.news10-slide-section .news10-slide .slick-arrow.btn-next, section.news10-slide-section .news10-card-slide .slick-arrow.btn-next {
    right: 10px;
  }

  .md-mb-0 {
    margin-bottom: 0;
  }

  section.news10-slide-section .news10-slide .slick-arrow, section.news10-slide-section .news10-row-slide .slick-arrow, section.news10-slide-section .news10-card-slide .slick-arrow {
    width: 25px;
    height: 25px;
    top: -47px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .news10-top-bar .news10-news-slide {
    display: block;
    padding: 0;
  }
  .news10-top-bar .news10-news-slide .news10-slide-text {
    width: 100%;
    margin: 12px 0px 0px 0px;
  }
  .news10-top-bar .news10-news-slide .news10-slide-text .slick-arrow {
    top: -37px;
  }
  .news10-top-bar .news10-news-slide .news10-slide-text .slick-arrow.btn-prev {
    left: inherit;
    right: 35px;
  }
  .news10-top-bar .news10-news-slide .news10-slide-text .slick-arrow.btn-next {
    left: inherit;
    right: 0px;
  }

  .news10-banner .news10-tech-news-banner-list {
    max-width: 100%;
  }

  .mb-sm-30 {
    margin-bottom: 30px;
  }

  .card.news10-default-post .news10-text h4 {
    font-size: 16px;
  }

  .card .news10-card-body .news10-text ul ~ h4 {
    margin-bottom: -6px;
  }

  .card.news10-over-img-post {
    padding: 0px 10px 10px 10px;
  }

  .card.news10-over-img-post .news10-text h4 {
    font-size: 16px;
  }

  .news10-tech-news-banner-list {
    display: none;
  }

  .news10-banner .news10-text .banner-title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .news10-banner.news10-banner-slider .news10-banner-bg .container {
    padding: 0px 12px;
  }
}
@media (max-width: 480px) {
  .news10-top-bar {
    display: none;
  }

  .news10-banner .news10-text .banner-title {
    font-size: 18px;
    line-height: 25px;
    margin: 15px 0;
  }

  .card.news10-over-img-post .news10-text h4 {
    font-size: 13px;
  }

  section .row .news-link li {
    margin-right: 10px;
  }
  section .row .news-link li a {
    font-size: 9px;
  }

  .card.news10-card-img img, .card.news10-big-post .news10-post-img img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .news10-title-line h2:after {
    width: 50%;
  }

  .news10-list-post .news10-recent-post > ul > li {
    display: block;
  }

  .news10-news-list li .news10-list-text {
    margin-top: 15px;
  }

  .news10-info-footer .news10-link-footer .news10-news-tags ul {
    display: block;
  }
  .news10-info-footer .news10-link-footer .news10-news-tags ul li {
    display: inline-block;
    margin: 5px;
  }
  .news10-info-footer .news10-link-footer .news10-news-tags ul li a {
    padding: 5px 10px;
  }

  .news10-new-from-gadgets .container-fluid {
    padding: 0px 20px;
  }
}
@media (max-width: 360px) {
  .card.news10-over-img-post .news10-text h4 {
    font-size: 14px;
  }

  .news10-latest-technology .slick-arrow {
    top: -75px !important;
  }

  .news10-title-line h2:after, .news10-title-line h2:before {
    display: none;
  }

  .news10-info-footer .news10-link-footer .news10-news-list h4 {
    font-size: 16px;
  }
}
/*
Theme Name: news10 News HTML5 Template
Theme URI: https://news10theme.com/news10-news
Author: news10 Theme
Author URI: https://news10theme.com
Desing by: news10 Theme
Version: 1.0
License:
Tags:
*/
/*================================================
[  Table of contents  ]
================================================

    1 Theme Default

======================================
[ End table content ]
======================================*/
:root {
  --news10-color-white: #FFFFFF;
  --news10-color-white3: #F1F1F1;
  --news10-color-black: #1F2024;
  --news10-color-gray: #565656;
  --news10-color-border: #EBEBEB;
  --news10-color-blue: #0389FF;
  --news10-color-tr: transparent;
}

@media screen and (min-width: 1199px) and (max-width: 1920px) {
  .card.news10-entertainment-card img {
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .card.news10-mostpopular-card .news10-post-img img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .card.news10-card-politicss img {
    height: 485px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  section .row .news-tab .nav-pills .nav-link {
    font-size: 12px;
  }

  .card.news10-mostpopular-card .news10-post-img img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .news10-widgets .social-media ul li a {
    margin: 5px;
  }

  .card.news10-card-politicss img {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .news10-entertainment-news .news10-news-list h4 a {
    font-size: 19px;
  }

  .card.news10-entertainment-card img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  section .news10-title .news10-title-text h2, section .news10-title-border-none .news10-title-text h2, section .news10-title-center .news10-title-text h2 {
    font-size: 19px;
  }

  .news10-entertainment-news .news10-stay-connected .follower-btn {
    padding: 8px 8px;
  }

  .news10-malti-news .news10-news-list h4 a {
    font-size: 14px;
  }

  .news10-lifestyle-news .card .news10-card-body .news10-text h4 {
    font-size: 18px;
  }

  .news10-technology-news-section .card .news10-card-body .news10-text h4 {
    font-size: 18px;
  }
}
@media (max-width: 1399px) {
  .news10-info-footer .row.news10-link-footer .news10-news-tags ul {
    -ms-grid-columns: auto 8px auto 8px auto 8px auto;
    grid-template-columns: auto auto auto auto;
  }

  section .news10-title-center.v2::before,
section .news10-title-center.v2::after {
    width: calc(100% - 60% + -17px);
  }
}
@media (max-width: 991px) {
  section .news10-title-center.v2::before,
section .news10-title-center.v2::after {
    width: calc(100% - 70% + 11px);
  }

  .news10-adds-banner {
    padding: 40px 0px;
  }

  .news10-news-header.sticky-manu .news10-top-bar.sticky,
.news10-news-header.sticky-mid-manu .news10-top-bar.sticky {
    margin-bottom: 100px;
  }

  .news10-logo {
    max-width: 120px;
  }

  .news10-mid-bar {
    display: none;
  }

  .news10-main-manu-bar {
    padding: 24px 0px;
    background: var(--news10-color-white3);
  }
  .news10-main-manu-bar .close-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 24px;
    right: 24px;
    border: none;
    border-radius: 50px;
    background: var(--news10-color-tr);
  }
  .news10-main-manu-bar .close-btn span {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    top: 13px;
    left: 0;
    background: var(--news10-color-white);
  }
  .news10-main-manu-bar .close-btn span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .news10-main-manu-bar .close-btn span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .news10-main-manu-bar .overlay {
    display: block;
    position: fixed;
    width: calc(100% - 320px);
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    background: var(--news10-color-black);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .news10-main-manu-bar .overlay.active {
    opacity: 0.3;
    left: 320px;
    visibility: visible;
  }
  .news10-main-manu-bar .news10-main-manu {
    position: fixed;
    width: 320px;
    height: 100%;
    top: 0;
    left: -100%;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--news10-color-black);
    z-index: 5;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .news10-main-manu-bar .news10-main-manu.active {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .news10-main-manu-bar .news10-main-manu .news10-home-icon,
.news10-main-manu-bar .news10-main-manu .news10-more-icon {
    display: none;
  }
  .news10-main-manu-bar .news10-main-manu ul {
    display: block;
    text-align: center;
    margin-top: 80px;
  }
  .news10-main-manu-bar .news10-main-manu li {
    display: block;
    margin: 0px;
  }
  .news10-main-manu-bar .news10-main-manu li a {
    display: block;
    font-size: 12px;
    padding: 10px 0px;
  }
  .news10-main-manu-bar .news10-main-manu li a:hover {
    background: var(--news10-color-blue);
  }
  .news10-main-manu-bar .news10-main-manu li a:hover::before {
    content: none;
  }
  .news10-main-manu-bar .news10-right-btns .news10-search-btn::before, .news10-main-manu-bar .news10-right-btns .news10-search-btn::before,
.news10-main-manu-bar .news10-right-btns .news10-profile-btn::before,
.news10-main-manu-bar .news10-right-btns .news10-profile-btn::before {
    background: var(--news10-color-blue);
  }
  .news10-main-manu-bar .news10-right-btns .news10-search-btn:hover svg,
.news10-main-manu-bar .news10-right-btns .news10-profile-btn:hover svg {
    fill: var(--news10-color-white);
  }

  .news10-top-news-section {
    padding-bottom: 80px;
  }
  .news10-top-news-section .news10-card-img {
    margin-bottom: 24px;
  }
  .news10-top-news-section .row > div:last-child .news10-card-img {
    margin-bottom: 0;
  }

  .politics-news .news10-card-img {
    margin-bottom: 24px;
  }

  .news10-malti-news .news10-title {
    margin-top: 24px;
  }

  .news10-malti-news-section .news10-title {
    margin-top: 0;
  }

  .news10-lifestyle-news,
.news10-entertainment-news {
    padding-bottom: 80px;
  }
  .news10-lifestyle-news .news10-default-post,
.news10-entertainment-news .news10-default-post {
    margin-bottom: 24px;
  }
  .news10-lifestyle-news .row > div:last-child .news10-default-post,
.news10-entertainment-news .row > div:last-child .news10-default-post {
    margin-bottom: 0;
  }

  .news10-entertainment-news .news10-title {
    margin-top: 24px;
  }

  .news10-video-news-section.news10-slide-section .news10-card-slide .slick-arrow,
.news10-technology-news-section .news10-card-slide .slick-arrow {
    top: -20px;
  }
  .news10-video-news-section.news10-slide-section .news10-title,
.news10-technology-news-section .news10-title {
    margin-bottom: 0px;
  }

  .news10-entertainment-news .news10-title {
    margin-top: 0px;
  }
  .news10-entertainment-news .news10-news-list li {
    margin: 0px 0px 24px 0px;
  }
  .news10-entertainment-news ~ .news10-video-news-section > .container {
    margin-top: 0;
  }

  .news10-info-footer .logo {
    margin-bottom: 24px;
  }
  .news10-info-footer .row {
    padding: 40px 0px;
  }
  .news10-info-footer .row.news10-link-footer .news10-news-tags ul {
    -ms-grid-columns: auto 12px auto;
    grid-template-columns: auto auto;
    grid-gap: 12px;
  }

  .news10-breadcrumb {
    display: none;
  }
  .news10-widgets {
    margin-bottom: 24px;
  }
  .news10-widgets:last-child {
    margin-bottom: 0px;
  }

  .news10-top-categories-section .slick-arrow {
    top: -72px !important;
  }

  .news10-most-popular-section .slick-list .card.news10-mostpopular-card {
    margin-bottom: 30px;
  }

  .news10-most-popular-section .news10-post-groop {
    border-top: none;
  }

  .news10-most-popular-section .slick-arrow, .news10-entertainment-news .slick-arrow, .news10-video-news-section .slick-arrow {
    top: -60px !important;
    height: 35px !important;
    width: 35px !important;
  }
  .news10-most-popular-section .slick-arrow.btn-next, .news10-entertainment-news .slick-arrow.btn-next, .news10-video-news-section .slick-arrow.btn-next {
    right: 0 !important;
  }

  .entertainment-slide-wrp .slick-arrow {
    top: 50% !important;
  }

  .news10-video-news-section .slick-arrow {
    top: -40px !important;
    height: 35px !important;
    width: 35px !important;
  }
  .news10-video-news-section .slick-arrow.btn-next {
    right: 0 !important;
  }

  .news10-malti-news .news10-news-list li:first-child {
    margin-top: 0;
  }

  .news10-video-news-section.news10-slide-section .news10-title, .news10-technology-news-section .news10-title {
    margin-top: -6px;
  }

  .news10-malti-news-section .news10-title {
    margin-top: 40px;
  }

  .news10-malti-news-section .row div:first-child .news10-title {
    margin-top: -6px;
  }

  .news10-technology-news-section .row div:first-child .news10-default-post {
    margin-bottom: 30px;
  }

  .news10-lifestyle-news .row div:nth-child(3) .card.news10-default-post {
    margin-bottom: 0;
  }

  .news10-tech-footer .news10-title {
    margin-top: 40px;
  }
  .news10-tech-footer .row div:first-child .news10-title {
    margin-top: 0;
  }
  .news10-tech-footer .row.news10-link-footer .news10-news-tags ul {
    display: block;
  }
  .news10-tech-footer .row.news10-link-footer .news10-news-tags ul li {
    display: inline-block;
    margin: 5px;
  }

  .news10-related-posts .news10-default-post {
    margin-bottom: 30px;
  }
  .news10-related-posts .row div:last-child .news10-default-post {
    margin-bottom: 0;
  }

  .business .news10-news-post .news10-default-post:last-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  section .news10-title-center.v2::before,
section .news10-title-center.v2::after {
    content: none;
  }

  section .news10-title,
section .news10-title-border-none,
section .news10-title-center,
.news10-info-footer .row.news10-link-footer .news10-news-link li:last-child {
    margin-bottom: 24px;
  }

  .news10-breaking-news-section .news10-slide-text {
    width: 100%;
    margin-top: 24px;
  }
  .news10-breaking-news-section .slick-slider .slick-arrow {
    display: none !important;
  }

  .news10-top-news-section .card.topnews-card img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .news10-top-categories-section .slick-arrow {
    height: 25px !important;
    width: 25px !important;
    line-height: 25px !important;
    top: -52px !important;
  }

  .news10-most-popular-section .slick-arrow, .news10-entertainment-news .slick-arrow, .news10-video-news-section .slick-arrow {
    top: -50px !important;
    height: 25px !important;
    width: 25px !important;
    line-height: 25px !important;
  }

  .entertainment-slide-wrp .slick-arrow {
    top: 50% !important;
  }

  .news10-lifestyle-news, .news10-entertainment-news {
    padding-bottom: 50px;
  }

  .news10-malti-news-section .row div:first-child .card {
    margin-bottom: 30px;
  }

  .news10-sports-news-section .news10-news-list > ul {
    display: block;
    padding-top: 0;
  }

  .news10-lifestyle-news .row div:last-child .card {
    margin-top: 30px;
  }

  .news10-top-news-section {
    padding-bottom: 50px;
  }

  .news10-archive-details .news10-pro-card {
    margin-top: 30px;
  }

  .post-archive .news10-news-list ul {
    display: block;
  }
  .post-archive .news10-news-list ul li {
    display: block;
  }
  .post-archive .news10-news-list ul li .news10-list-text h4 {
    margin-top: 10px;
  }
  .post-archive .news10-news-list ul li:last-child {
    margin-bottom: 30px;
  }
  .post-archive .news10-news-list ul li ul li {
    margin-bottom: 0;
  }
  .post-archive .news10-news-list ul li ul li:last-child {
    margin-bottom: 0;
  }

  .news10-widgets .social-media ul li a {
    margin: 5px;
  }
}
@media (max-width: 575px) {
  .news10-top-bar .news10-weider-news,
.news10-top-bar .news10-current-date,
.news10-top-bar .news10-social-link {
    text-align: center;
    margin-bottom: 12px;
  }
  .news10-top-bar .news10-social-link {
    margin-bottom: 0px;
  }
  .news10-top-bar .news10-social-link ul {
    border-left: none;
  }

  .news10-entertainment-news .news10-stay-connected .news10-s-follower > div:nth-last-child(2) .follower-btn {
    margin-bottom: 24px;
  }

  .news10-header-top-bar {
    display: none;
  }

  section.news10-slide-section .news10-slide .slick-arrow.btn-next, section.news10-slide-section .news10-card-slide .slick-arrow.btn-next {
    right: 10px !important;
  }
}
@media (max-width: 479px) {
  .news10-main-manu-bar .overlay,
.news10-main-manu-bar .news10-main-manu {
    width: 100%;
  }

  .news10-breaking-news-section p {
    font-size: 9px;
  }

  section .row .news-tab ul li {
    font-size: 10px;
    margin: 0;
  }

  section .news10-title .news10-title-text h2, section .news10-title-border-none .news10-title-text h2, section .news10-title-center .news10-title-text h2 {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .news10-food-subscribe-section::after {
    width: 30px;
  }
}
@media (max-width: 575px) {
  .news10-food-subscribe-section::after {
    display: none;
  }

  .news10-food-subscribe-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: transparent;
    margin: 0 auto;
  }
  .news10-food-subscribe-form .subscribe-btn {
    margin-top: 15px;
    display: block;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .news10-sm-food-card .news10-food-card-body .card-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .news10-food-meta a {
    font-size: 10px;
  }
}
@media screen and (min-width: 575px) and (max-width: 767px) {
  .news10-sm-food-card .news10-food-card-body .card-title {
    font-size: 17px;
    line-height: 25px;
  }
}
@media (max-width: 1400px) {
  .news10-food-categories-section::after {
    width: 30px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .food-categories-items .news10-hover-effect {
    height: 140px;
    width: 140px;
  }

  .food-categories-items span {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .mt-md-30 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .mt-sm-30 {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .mb-sm-30 {
    margin-bottom: 30px;
  }

  .news10-food-categories-section::after {
    display: none;
  }
}
/*----------------------------------------*/
/* footer responsive
/*----------------------------------------*/
@media (max-width: 991px) {
  .news10-food-footer-nav li a {
    margin: 10px;
  }
}
@media screen and (min-width: 575px) and (max-width: 767px) {
  .news10-footer-social-link .social-item {
    font-size: 18px;
  }
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .news10-footer-social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news10-footer-social-link .social-item {
    font-size: 18px;
    width: 35%;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .news10-footer-social-link .social-item:nth-child(3) {
    margin-bottom: 0;
  }
  .news10-footer-social-link .social-item:last-child {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=style.css.map */
