/*
* NewsXPaper theme main sttyle
* theme Author Noor Alam
*
*/

:root {
  ---light-body: #ecf0f3;
  --section-color: #f9f9fc;
  --black: #000;
  --white: #fff;
  --color-primary: #0a95ff;
  --color-heding: #0d1013;
  --color-gray: #3c3e41;
  --color-gray-2: #626567;
  --gray: #6c757d;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background-color: var(---light-body);
  color: var(--black);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Russo One", sans-serif;
}

a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  color: var(--color-heding);
  text-decoration: none;
}
a:hover {
  color: var(--color-primary);
}
img {
  max-width: 100%;
  height: auto;
}
body i {
  opacity: 0;
}
body.jsloaded i {
  opacity: 1;
}
.bg-black {
  background: #000;
}
.text-white a {
  color: rgb(66, 39, 39);
}
input[type="search"],
input[type="email"],
input[type="url"],
input[type="text"],
select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
[type="search"]:focus,
[type="text"]:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
}
input[type="submit"],
button,
a#clickTop {
  border: 1px solid #ccc;
  padding: 3px 20px;
  vertical-align: middle;
  background: var(--color-primary);
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
input[type="submit"] {
  border: none;
  vertical-align: inherit;
  padding: 6px 20px;
}
.mc4wp-form-fields input {
  border-radius: 0;
}
.vbox-overlay {
  z-index: 99999999;
}
input[type="submit"]:hover,
button:hover,
a#clickTop {
  background: #464646;
}
.list-none {
  list-style: none;
}
.mc4wp-form-fields input.btn {
  padding: 6px 20px;
  color: #fff;
}
.mgproductd.swiper-container {
  overflow: hidden;
}
/*Primery color*/

.modal.show .modal-dialog {
  margin-bottom: 80px;
}

/* Header Top */

.header .header-top {
  background: var(---light-body);
  color: var(--black);
  padding: 12px 0;
}
.header .posts-ticker {
  display: flex;
  align-items: center;
}
.header .posts-ticker a {
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
  color: var(--black);
}
.header .posts-ticker a:hover {
  color: var(--color-primary);
}

.header .breaking-news {
  height: 100%;
  width: 100%;
}
.header .breaking-news-title i {
  font-size: 13px;
  color: var(--color-primary);
  margin-right: 5px;
}

.header h5.breaking-title {
  font-size: 13px;
  margin: 0;
  font-weight: 800;
  color: var(--black);
}

.header .breaking-news-title {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-right: 10px;
}

.header .categroy-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header .categroy-tag a {
  margin-right: 10px;
  text-decoration: none;
  font-size: 13px;
  color: var(--black);
  transition: 0.3s;
}

.header .categroy-tag a:last-child {
  margin-right: 0;
}

.header .categroy-tag a:hover {
  color: var(--color-primary);
}

.header .categroy-tag i {
  margin-right: 4px;
}
.header .web-date {
  justify-content: right;
  align-items: center;
}

.header .web-date i {
  color: var(--color-primary);
  font-size: 15px;
  margin-right: 5px;
}

.header .web-date p {
  font-size: 13px;
  margin: 0;
  color: var(--black);
}
.header-middle.nsh-style4 .row {
  flex-flow: row-reverse;
}

.header-middle.nsh-style4 .row .head-logo-sec {
  text-align: right;
}
.nshb-style4 .header-top-all-items .row {
  flex-flow: row-reverse;
}
.header-middle.nsh-style3 .row {
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.header-middle.nsh-style3 .row .header-links {
  justify-content: center;
}

.header-middle.nsh-style3 .row .header-links .social-links {
  margin: auto;
  padding: 15px 0 10px;
}

.header-middle.nsh-style3 .row .npaper.search-box {
  margin: 10px 0;
}
/* Header Middle */
.header .header-middle {
  background-color: var(--section-color);
  padding: 10px 0;
}
.header-middle-all-content > .row {
  align-items: center;
}
h1.site-title {
  cursor: pointer;
  font-size: 30px;
  font-weight: 600;
}

.header .search-box {
  background-color: var(---light-body);
  border-radius: 5px;
}
.header .search-box input {
  outline: none;
  border: 1px solid transparent;
  color: var(--black);
  font-size: 18px;
  padding: 10px;
  background-color: var(---light-body);
}
.search-box input.search-submit {
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  background: transparent;
  text-indent: 9999px;
}
.header .search-box input:focus {
  border: 1px solid #72aee6;
}
.header .search-box input.search-field {
  padding-right: 50px;
}
.npaper.search-box form {
  display: block;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.npaper.search-box form label {
  display: block;
  width: 100%;
  overflow: hidden;
}
.header .search-box a {
  font-size: 18px;
  padding: 0 20px;
  transition: 0.3s;
}
.header .search-box a:hover {
  color: var(--color-primary);
}

.search-box form:before {
  display: flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "fontello";
  font-weight: 900;
  content: "\c032";
  position: absolute;
  right: 20px;
  z-index: 1;
  height: 100%;
  align-items: center;
  top: 0;
  color: #555;
}

.header .social-links {
  margin-left: auto;
}
.header .header-links {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header .social-links a {
  font-size: 15px;
  padding: 0 4px;
  color: var(--gray);
  transition: 0.3s;
}
.header .social-links .icon-np-xtwitter {
  width: 13px;
  height: 15px;
  margin-top: -3px;
}
.header .social-links a:hover {
  color: var(--color-primary);
}
.header .pofile-box a {
  color: var(--black);
  transition: 0.3s;
  font-size: 30px;
}
.header .pofile-box a:hover {
  color: var(--color-primary);
}
.header .pofile-box a:hover {
  color: var(--color-primary);
}

/* Main Menu style */
.mobile-menu-bar {
  display: none;
}
.menu-bar {
  position: relative;
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 12%);
  box-shadow: 0 0 5px rgb(0 0 0 / 12%);
  background: #fafafa;
  color: #000;
}

div#newsxpaper-menu ul {
  margin: 0;
}
.main-navigation ul {
  list-style: outside none none;
  padding: 0;
  margin-bottom: 0;
}
.main-navigation ul ul {
  margin: 0;
}
.main-navigation ul li {
  display: inline-block;
  position: relative;
}
.main-navigation ul li a {
  display: inline-block;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
}
.main-navigation ul li:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 25px;
  margin-bottom: 12.5px;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  position: absolute;
  right: 0;
  top: 30%;
  width: 1px;
}
.main-navigation ul li:last-child:after {
  display: none;
}

/*dropdown menu*/

.main-navigation ul li ul {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 99999;
  background: var(---light-body);
  width: 250px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  text-align: left;
  -webkit-box-shadow: 0px 5px 42px -6px rgb(92 91 92);
  box-shadow: 0px 5px 42px -6px rgb(92 91 92);
}

.main-navigation ul li ul li {
  display: block;
}

.main-navigation ul li li a,
.main-navigation ul li li:first-child a,
.main-navigation ul li li:last-child a,
.main-navigation ul li:first-child li a {
  padding: 15px;
  text-transform: none;
}

.main-navigation ul li li:after {
  bottom: auto;
  width: 100%;
  height: 1px;
  top: auto;
  margin-top: 0;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.main-navigation ul li li:hover > a,
.main-navigation ul li li.hover > a {
  background-color: #fff;
  color: #000;
}

.main-navigation ul li:hover > a,
.main-navigation ul li:focus > a {
  color: var(--color-primary);
}

.main-navigation ul li:hover ul,
.main-navigation ul li.hover ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 50px;
}
.main-navigation ul ul li a {
  display: block;
}
.main-navigation ul li ul ul {
  left: 250px;
}
.main-navigation ul li:hover ul li ul {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}
.main-navigation ul li:hover ul li:hover > ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 20px;
}
.main-navigation ul ul ul ul ul {
  right: 250px;
  left: auto;
}

.main-navigation ul ul ul ul ul ul ul {
  right: auto;
  left: 250px;
}

.main-navigation ul ul ul ul ul ul ul ul ul {
  left: auto;
  right: 250px;
}

.main-navigation ul ul ul ul ul ul ul ul ul ul ul {
  right: auto;
  left: 250px;
}
.main-navigation ul > li.menu-item.menu-item-has-children {
  padding-right: 15px;
}

.main-navigation ul ul li.menu-item.menu-item-has-children {
  padding-right: 0;
}
.main-navigation ul li.menu-item.menu-item-has-children > a {
  position: relative;
  z-index: 0;
}

.main-navigation ul li.menu-item.menu-item-has-children > a:after {
  display: inline-flex;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.main-navigation ul ul li.menu-item.menu-item-has-children > a:after {
  right: 12px;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
html body .slicknav_menu {
  z-index: 999;
  background: #000;
}
html body .slicknav_menu .slicknav_menutxt {
  display: none;
}
html body .slicknav_menu .slicknav_nav {
  background: #000;
  min-width: 250px;
}
html body .slicknav_menu .slicknav_btn {
  border-radius: 0;
  background: #000;
}

html body .slicknav_nav a:hover,
html body .slicknav_menu .slicknav_nav a:focus,
html body .slicknav_menu .slicknav_nav a:active {
  border-radius: 0;
  background: inherit;
  color: inherit;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
ul.slicknav_nav {
  background: #000;
  min-width: 320px;
}
html body .slicknav_menu .slicknav_icon {
  margin: 0;
  width: 20px;
  height: 15px;
}
html body.admin-bar .slicknav_menu {
  top: 40px;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.icon-np-xtwitter {
  width: 16px;
  height: 18px;
}
/***************************** Home Slider Section ********************************/

.home-posts-slider {
  background: var(---light-body);
  position: relative;
  overflow: hidden;
  height: 0;
}
.jsloaded .home-posts-slider {
  height: auto;
}
.single-slide-post-item {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: 120px;
  overflow: hidden;
}
.slide-video-icon {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.slide-video-icon a {
  color: var(--color-primary);
  font-size: 35px;
  transition: 0.4s;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.slide-video-icon a:hover {
  color: var(--white);
  font-size: 40px;
}
.slide-video-icon a i {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.single-slide-post-content {
  position: absolute;
  top: -100%;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: var(--color-primary);
  color: var(--white);
  transition: 0.4s;
}

.single-slide-post-content a {
  text-decoration: none;
  font-size: 16px;
  color: var(--white);
  display: inline-block;
}

.single-slide-post-item:hover .single-slide-post-content {
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.swiper-slide .single-slide-post-img img {
  transition: 0.3s;
}
.swiper-slide:hover .single-slide-post-img img {
  transform: scale(1.2);
  filter: blur(3px);
}
.home-posts-slider .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0 !important;
  border-radius: 0 10px 10px 0;
}
.single-slide-post-img {
  height: 125px;
}
.home-posts-slider .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
  border-radius: 10px 0 0 10px;
}
.home-posts-slider .swiper-button-next,
.swiper-rtl .swiper-button-prev,
.home-posts-slider .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  background: var(--color-primary);
  color: var(--white);
  position: absolute;
}
.home-posts-slider .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.home-posts-slider .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

/*
 #
 # Widget style
 #
 */
.widget h2,
h2.widget-title {
  font-size: 18px;
  margin-bottom: 1.5rem;
  text-align: left;
  border-left: 3px solid var(--color-primary);
  padding-bottom: 8px;
  padding-left: 8px;
  font-weight: 600;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget ul li {
  margin-bottom: 5px;
}

.widget ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ededed;
}

.widget ul li:last-child {
  border-bottom: 0;
}
.widget ul li a {
  color: inherit;
}

.widget ul li a:hover {
  color: var(--color-primary);
}
.widget .search-form .search-submit {
  width: 97%;
  margin-top: 5px;
}
.tagcloud a {
  border: 1px solid #ededed;
  background: #fff;
  padding: 5px 7px;
  margin: 0 2px 5px 0;
}

.tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
/*
 #
 # page And post style
 #
 */
.news-seffects .xpost-item.bg-light,
.news-seffects .comments-area,
.news-seffects .single-post-author,
.news-seffects .navigation.post-navigation .nav-links,
.news-seffects .grid-item-post,
.news-effects .nx-list-item .single-nx-list-item,
.news-effects aside.widget-area > .widget,
.news-seffects aside.widget-area > .widget,
.news-effects .xpost-item.bg-light,
.news-effects article.post .grid-item-post {
  box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px inset,
    rgb(0 0 0 / 30%) 0px 18px 36px -18px inset;
  background: transparent !important;
}
.shadow-seffects .xpost-item.bg-light,
.shadow-seffects .comments-area,
.shadow-seffects .single-post-author,
.shadow-seffects .navigation.post-navigation .nav-links,
.shadow-seffects .grid-item-post,
.shadow-effects article.post .grid-item-post,
.shadow-effects .xpost-item.bg-light,
.shadow-effects aside.widget-area > .widget,
.shadow-seffects aside.widget-area > .widget,
.shadow-effects .nx-list-item .single-nx-list-item {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/* Posts main title */
.newsm-title {
  position: relative;
  margin-bottom: 2rem;
  letter-spacing: 6px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px var(--black);
  display: inline-block;
  z-index: 9999;
  padding: 5px 14px;
}
.newsm-title:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 2%;
  height: 100%;
  content: "";
  background: var(--color-primary);
  z-index: -1;
}
.nxsingle-post .post-thumbnail img {
  border-radius: 5px;
  overflow: hidden;
}

header.entry-header.page-header {
  margin-bottom: 1.5rem;
}
span.catname {
  background: #ededed;
  padding: 10px 15px;
  margin-right: 10px;
}
/*posts List style*/

.nx-list-item .single-nx-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  background: #fff;
}
.npkit-video-icon {
  position: relative;
}
.nx-list-item .single-nx-list-item.nx-no-img {
  border-left: 5px solid var(--color-primary);
}
.nx-list-item figure {
  width: 350px;
  height: 100%;
  margin-bottom: 0;
}
.nx-list-item .nx-single-list-img {
  width: 75%;
}

.nx-list-item .nx-single-list-details {
  padding: 20px 10px 20px 25px;
}

.nx-list-item a.nx-list-categories {
  text-decoration: none;
  color: var(--color-primary);
  font-size: 12px;
  transition: 0.3s;
}

.nx-list-item .nx-single-list-img img {
  width: 100%;
  transition: 0.3s;
}

.nx-list-item .nx-single-list-img img:hover {
  filter: brightness(1.1);
}

.nx-list-item .nx-list-title a {
  font-size: 22px;
  text-decoration: none;
  color: var(--black);
  font-weight: 600;
  transition: 0.3s;
  line-height: 1.3;
}

.nx-list-item .nx-list-title a:hover {
  color: var(--color-primary);
}

.nx-list-item a.nx-list-categories:hover {
  color: var(--black);
}

.nx-list-item p.nx-list-dres {
  color: var(--gray);
  letter-spacing: 0.5px;
  padding-bottom: 10px;
}

.nx-list-item a.nx-list-btn {
  text-decoration: none;
  color: var(--black);
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
}

.nx-list-item a.nx-list-btn:hover {
  letter-spacing: 2px;
  color: var(--color-primary);
}
.nx-list-item .nx-list-load-more-btn {
  margin-top: 40px;
}

.nx-list-item .nx-list-load-more-btn a {
  display: inline-block;
  background: var(--white);
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid var(--gray);
}

.nx-list-item .nx-list-load-more-btn a:hover {
  background: var(--black);
  color: var(--white);
}
.nx-list-item a.newsxpaper-readmore {
  text-decoration: none;
  color: var(--black);
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
}

.nx-list-item a.newsxpaper-readmore:hover {
  letter-spacing: 2px;
  color: var(--color-primary);
}
.nx-list-item .nx-list-load-more-btn i {
  margin-left: 5px;
}
a.catname {
  background: #fff;
  padding: 5px 15px;
  border: 1px solid #ccc;
  text-decoration: none;
}
.sncats a.vbox-item.lightbox {
  background: var(--color-primary);
  color: var(--white);
  padding: 7px 20px;
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.sncats {
  display: flex;
  flex-flow: row wrap;
}
.sncats > * {
  margin-right: 5px;
}
.tag-btns a {
  margin-right: 5px;
  background: #555;
  color: #fff;
  padding: 5px 15px;
  text-decoration: none;
}
article.post.sticky > div,
article.post.sticky .grid-item-post {
  border: 1px solid #555;
}
@media (max-width: 767px) {
  .nx-list-item .single-nx-list-item {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .nx-list-item .nx-single-list-img {
    width: 100%;
    margin-bottom: 30px;
  }
}

h2.entry-title a,
h2.entry-title {
  color: #1b1b1b;
}
/*posts grid style*/

.grid-item .grid-item-post:hover .grid-item-img:before,
.grid-item .grid-item-post:hover .grid-item-img:after {
  opacity: 1;
}

.grid-item .grid-item-post:hover .grid-item-img:before {
  bottom: -1%;
  right: -3%;
}
.grid-item .grid-item-post:hover .grid-item-img:after {
  top: -4%;
  left: -3%;
}
.grid-item a.fashion-bototm-categories {
  font-size: 12px;
  color: var(--color-primary);
}

.grid-item .grid-item-img {
  padding-bottom: 10px;
  position: relative;
  z-index: 9999;
}
.grid-item .grid-item-img:before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  content: "";
  z-index: -1;
  border-bottom: 1px solid var(--color-primary);
  border-right: 1px solid var(--color-primary);
  transition: 0.5s;
  opacity: 0;
}
.grid-item .grid-item-img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  content: "";
  z-index: -1;
  border-top: 1px solid var(--color-primary);
  border-left: 1px solid var(--color-primary);
  transition: 0.5s;
  opacity: 0;
}

.grid-item h2.grid-item-title a {
  text-decoration: none;
  color: var(--black);
  font-size: 20px;
  display: inline-block;
  line-height: 1.2;
  transition: 0.3s;
}

.grid-item h2.grid-item-title a:hover {
  color: var(--color-primary);
}

.grid-item p {
  color: var(--gray);
  padding-bottom: 15px;
}

.grid-item a.grid-item-btn {
  text-decoration: none;
  color: var(--gray);
  font-size: 14px;
  transition: 0.3s;
}
.grid-item-post {
  background: #fff;
}

.grid-item-post .grid-item-details {
  padding: 20px;
}
.grid-item a.grid-item-btn:hover {
  color: var(--color-primary);
  letter-spacing: 1px;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
}

.pagination .nav-links a,
.pagination .nav-links span {
  padding: 5px 10px;
  -webkit-box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  margin-right: 10px;
}

.pagination .nav-links a:hover,
.pagination .nav-links span {
  color: #f8669d;
}

.entry-meta a,
.entry-meta span,
.ghead-meta {
  font-size: 12px;
  margin-right: 5px;
  line-height: 1;
}
.npgmeta > div {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  margin-right: 5px;
}

.npgmeta p,
.npgmeta i {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  color: #888;
}
.entry-meta .npgmeta span.author a {
  font-size: 14px;
}
.post-thumbnail img {
  border: 1px solid #ededed;
}
.nboxp-grimg {
  position: relative;
}
.nbox-grid-cat {
  background: #f8669d;
  color: #fff;
  padding: 8px 10px;
  border-radius: 0 10px 10px 0;
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 14px;
}
.nbox-grid-cat:hover {
  background: #c7366d;
  color: #fff;
}
.np-navitem a,
.np-navitem {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.np-navitem a {
  text-decoration: none;
}
.np-navitem .nav-link-text span {
  font-size: 14px;
  opacity: 0.7;
}

.np-navitem .nav-link-text h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.np-navitem.nav-previous .img-icon {
  margin-right: 10px;
}
.np-navitem.nav-next .img-icon {
  margin-left: 10px;
}
section.no-results.not-found.xmain-404 {
  -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;
}
footer.entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer.entry-footer span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}

footer.entry-footer span,
footer.entry-footer span a {
  font-size: 14px;
}

footer.entry-footer span:last-child {
  border: none;
}
.site-info a {
  color: inherit;
}
.single-post-author,
.navigation.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 20px 10px;
  margin-bottom: 3rem;
  background: #fff;
}
.single-post-author {
  flex-flow: row nowrap;
}

.single-post-author img {
  min-width: 80px;
  height: auto;
  border: 2px solid #ccc;
  border-radius: 5px;
}

.author-img {
  margin-right: 1rem;
}

h4.author-name,
h4.author-name a {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

ul.author-social a {
  color: #888;
}
.navigation.post-navigation .nav-links .nav-next {
  margin-left: auto;
}

.comments-area {
  background: #fff;
  padding: 20px 20px;
  margin-bottom: 20px;
}
.comments-area .comment-form-comment label {
  display: block;
}
.comments-area .comment-form-comment textarea {
  width: 100%;
}
/*404 style*/
.error404-img {
  max-width: 600px;
  margin: auto;
}
.error-404 p {
  font-size: 20px;
  background: -webkit-linear-gradient(rgb(214, 3, 3), rgb(65, 9, 9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
ul.author-social {
  display: flex;
  padding-left: 0;
}
/* -------------- Footer -------------------*/

.site-footer {
  border-top: 1px solid #fff;
}
.site-info.text-center {
  font-size: 16px;
  color: var(--black);
  letter-spacing: 1px;
}
a#clickTop {
  right: 5px !important;
}

.footer {
  padding: 80px 0;
  background: var(---light-body);
}

.footer .fotter-first-section {
  margin-bottom: 25px;
}

.footer .footer-secound-section {
  margin-bottom: 25px;
}
.footer .footer-thired-section {
  margin-bottom: 25px;
}

.footer h5.footer-heading {
  color: var(--color-primary);
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 17px;
  margin-bottom: 15px;
}

.footer .footer-dres p {
  font-size: 16px;
  color: var(--gray);
  line-height: 1.8;
}

.footer .footer-sunscribe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 25px;
}

.footer .footer-sunscribe input {
  width: 70%;
  outline: navajowhite;
  border: none;
  color: var(--black);
  border-radius: 5px 0 0 5px;
  padding: 8px;
  font-size: 15px;
}

.footer .footer-sunscribe a {
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  background-color: var(--color-primary);
  padding: 8px 0;
  transition: 0.4s;
  color: var(--white);
  font-weight: 600;
  width: 30%;
  border-radius: 0 5px 5px 0;
}

.footer .footer-sunscribe a:hover {
  background: var(--dark);
}

.footer p.unsubscribe-text {
  font-size: 13px;
  color: gray;
}

.footer .footer-post {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.footer .footer-post-img {
  width: 7rem;
  height: 4rem;
}

.footer .footer-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer .footer-post-details {
  display: flex;
  flex-direction: column;
  margin-left: 13px;
}

.footer .footer-post-details a {
  text-decoration: none;
  transition: 0.4s;
}

.footer a.footer-post-categroy {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--color-primary);
}

.footer a.footer-post-title {
  font-size: 15px;
  color: var(--black);
}

.footer a.footer-post-categroy:hover {
  color: var(--black);
}

.footer a.footer-post-title:hover {
  color: var(--gray);
}

.footer .single-footer-categories {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.footer .single-footer-categories a {
  font-size: 17px;
  font-weight: 600;
  color: var(--black);
  text-decoration: none;
}

.footer a.footer-categories-count {
  background-color: var(--gray);
  padding: 5px 10px;
  color: var(--white);
  border-radius: 5px;
  transition: 0.4s;
}

a.footer-categories-count:hover {
  background-color: var(--black);
}

.footer-main-section {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--gray);
}

.footer-bottom-section {
  padding-top: 40px;
}

.footer-bottom-first-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--gray);
  padding-bottom: 40px;
  flex-flow: row wrap;
}

.footer-bottom-last-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  flex-flow: row wrap;
}
.footer-bottom-last-section.copytext-center {
  justify-content: center;
  flex-flow: column-reverse;
}

.footer-bottom-last-section.copytext-center .copytext {
  margin-top: 1rem;
}
.footer-bottom-last-section.copytext-right {
  flex-flow: row-reverse;
  margin-left: auto;
  text-align: right;
}
.footer-social-icon a {
  background: var(--white);
  padding: 12px 15px;
  border-radius: 5px;
  color: var(--gray);
  transition: 0.4s;
  font-size: 16px;
  margin: 0 2px 6px 0;
}

.footer-social-icon a:hover {
  background: var(--color-primary);
  color: var(--black);
}
.footer-last-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  margin: 0;
}

.footer-last-menu li {
  margin-left: 25px;
}
.footer .footer-last-menu ul li:first-child {
  margin-left: 0;
}

.footer-last-menu a:hover {
  color: var(--color-primary);
}
.footer-last-menu a {
  text-decoration: none;
  color: var(--black);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: 0.4s;
}
.designer-details p {
  font-size: 16px;
  color: var(--black);
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}

.designer-details a {
  font-weight: 600;
  transition: 0.3s;
  color: var(--color-primary);
}

@media (max-width: 380px) {
  .footer .footer-sunscribe a {
    font-size: 14px;
    padding: 9px 0;
  }
}

@media (max-width: 460px) {
  .footer-logo {
    margin-bottom: 20px;
  }
}
/*Preloader style*/
.jsloaded .np-preload {
  display: none;
}
.np-preload {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*Preloader style one*/
.nppreloader1 {
  position: relative;
  width: 30px;
  height: 30px;
  background: #3498db;
  border-radius: 50px;
  -webkit-animation: preloader_5 1.5s infinite linear;
  -moz-animation: preloader_5 1.5s infinite linear;
  -ms-animation: preloader_5 1.5s infinite linear;
  animation: preloader_5 1.5s infinite linear;
}
.nppreloader1:after {
  position: absolute;
  width: 80px;
  height: 80px;
  border-top: 10px solid #9b59b6;
  border-bottom: 10px solid #9b59b6;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-radius: 50px;
  content: "";
  top: -24px;
  left: -25px;
  -webkit-animation: preloader_5_after 1.5s infinite linear;
  -moz-animation: preloader_5_after 1.5s infinite linear;
  -ms-animation: preloader_5_after 1.5s infinite linear;
  animation: preloader_5_after 1.5s infinite linear;
}

@-webkit-keyframes preloader_5 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    background: #2ecc71;
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes preloader_5_after {
  0% {
    border-top: 10px solid #9b59b6;
    border-bottom: 10px solid #9b59b6;
  }
  50% {
    border-top: 10px solid #3498db;
    border-bottom: 10px solid #3498db;
  }
  100% {
    border-top: 10px solid #9b59b6;
    border-bottom: 10px solid #9b59b6;
  }
}
/*Preloader style two*/
.nppreloader2 {
  position: relative;
}
.nppreloader2 span {
  display: block;
  bottom: 0px;
  width: 9px;
  height: 5px;
  background: #9b59b6;
  position: absolute;
  animation: preloader_1 1.5s infinite ease-in-out;
}

.nppreloader2 span:nth-child(2) {
  left: 11px;
  animation-delay: 0.2s;
}
.nppreloader2 span:nth-child(3) {
  left: 22px;
  animation-delay: 0.4s;
}
.nppreloader2 span:nth-child(4) {
  left: 33px;
  animation-delay: 0.6s;
}
.nppreloader2 span:nth-child(5) {
  left: 44px;
  animation-delay: 0.8s;
}
@keyframes preloader_1 {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: #9b59b6;
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #3498db;
  }
  50% {
    height: 5px;
    transform: translateY(0px);
    background: #9b59b6;
  }
  100% {
    height: 5px;
    transform: translateY(0px);
    background: #9b59b6;
  }
}
/*Preloader style three*/
.nppreloader3 {
  position: relative;
  width: 42px;
  height: 42px;
  animation: preloader_6 5s infinite linear;
}
.nppreloader3 span {
  width: 20px;
  height: 20px;
  position: absolute;
  background: red;
  display: block;
  animation: preloader_6_span 1s infinite linear;
}
.nppreloader3 span:nth-child(1) {
  background: #2ecc71;
}
.nppreloader3 span:nth-child(2) {
  left: 22px;
  background: #9b59b6;
  animation-delay: 0.2s;
}
.nppreloader3 span:nth-child(3) {
  top: 22px;
  background: #3498db;
  animation-delay: 0.4s;
}
.nppreloader3 span:nth-child(4) {
  top: 22px;
  left: 22px;
  background: #f1c40f;
  animation-delay: 0.6s;
}
@keyframes preloader_6_span {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
