.elespare-search-wrapper .elespare-search-icon--toggle {
  color: #000;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer; }

.elespare-search-wrapper .elespare-search--toggle {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 99999999;
  align-items: center;
  display: flex !important;
  justify-content: center;
  transform: scale(0);
  transition: transform 0.2s; }
  .elespare-search-wrapper .elespare-search--toggle.show {
    transition: transform 0.3s;
    transform: scale(1); }
  .elespare-search-wrapper .elespare-search--toggle .btn-elespare-search-form {
    width: auto;
    min-width: 30px;
    flex-shrink: 0;
    border: none;
    border-radius: 0;
    color: #fff;
    background-color: #bb1919;
    height: unset;
    padding: 0 1.2em;
    white-space: nowrap; }
  .elespare-search-wrapper .elespare-search--toggle .elespare-search-toggle--wrapper {
    width: 80%; }
    .elespare-search-wrapper .elespare-search--toggle .elespare-search-toggle--wrapper .elespare--search-sidebar-wrapper {
      padding: 0;
      overflow: hidden; }
      .elespare-search-wrapper .elespare-search--toggle .elespare-search-toggle--wrapper .elespare--search-sidebar-wrapper .search-form {
        display: flex;
        overflow: hidden; }
        .elespare-search-wrapper .elespare-search--toggle .elespare-search-toggle--wrapper .elespare--search-sidebar-wrapper .search-form .search-field {
          height: 50px;
          background: rgba(241, 241, 241, 0.5);
          border-radius: 0; }
    .elespare-search-wrapper .elespare-search--toggle .elespare-search-toggle--wrapper input[type='search']::-webkit-search-decoration,
    .elespare-search-wrapper .elespare-search--toggle .elespare-search-toggle--wrapper input[type='search']::-webkit-search-cancel-button,
    .elespare-search-wrapper .elespare-search--toggle .elespare-search-toggle--wrapper input[type='search']::-webkit-search-results-button,
    .elespare-search-wrapper .elespare-search--toggle .elespare-search-toggle--wrapper input[type='search']::-webkit-search-results-decoration {
      -webkit-appearance: none; }
  .elespare-search-wrapper .elespare-search--toggle .elespare--site-search-close {
    position: absolute;
    color: #ffffff;
    top: 50px;
    right: 10%;
    background: none;
    border: none;
    font-size: 36px;
    line-height: normal;
    padding: 0;
    transition: all 0.3s; }
    .elespare-search-wrapper .elespare-search--toggle .elespare--site-search-close:hover {
      transform: rotate(180deg);
      transition: all 0.3s; }

.elespare-search-wrapper .elespare-search-form-header .elespare--search-sidebar-wrapper {
  padding: 0; }
  .elespare-search-wrapper .elespare-search-form-header .elespare--search-sidebar-wrapper .site-search-form {
    overflow: hidden;
    display: flex; }
    .elespare-search-wrapper .elespare-search-form-header .elespare--search-sidebar-wrapper .site-search-form .search-field {
      border-radius: 0;
      width: 100%;
      background: rgba(241, 241, 241, 0.5); }
  .elespare-search-wrapper .elespare-search-form-header .elespare--search-sidebar-wrapper .btn-elespare-search-form {
    width: auto;
    min-width: 30px;
    flex-shrink: 0;
    border: none;
    border-radius: 0;
    color: #fff;
    background-color: #bb1919;
    height: unset;
    padding: 0 1.2em;
    white-space: nowrap; }

.elespare-search-wrapper .elespare-search-dropdown-toggle .elespare--search-sidebar-wrapper .btn-elespare-search-form {
  border: none;
  border-radius: 0;
  line-height: 1;
  height: unset;
  padding: 0.9em 1.2em 0.8em;
  color: #fff;
  opacity: 1;
  background-color: #bb1919;
  white-space: nowrap; }

.elespare-search-wrapper .elespare-search-dropdown-toggle .elespare-search--toggle-dropdown {
  position: absolute;
  top: 120%;
  width: 300px;
  text-align: left;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  margin: 0 auto;
  margin-top: 1px;
  z-index: 99;
  border-radius: 0px;
  transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s; }
  .elespare-search-wrapper .elespare-search-dropdown-toggle .elespare-search--toggle-dropdown .elespare--search-sidebar-wrapper .search-form {
    display: flex;
    width: 100%;
    justify-content: space-between;
    overflow: hidden;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15); }
    .elespare-search-wrapper .elespare-search-dropdown-toggle .elespare-search--toggle-dropdown .elespare--search-sidebar-wrapper .search-form input.search-field {
      border-radius: 0;
      padding: 10px 15px;
      width: 100%;
      background: rgba(241, 241, 241, 0.5);
      height: unset; }

.elespare-search-wrapper .elespare-search-dropdown-toggle.show .elespare-search--toggle-dropdown {
  visibility: visible;
  filter: alpha(opacity=1);
  opacity: 1;
  z-index: 999;
  top: 100%;
  transition: opacity 0.4s, top 0.4s; }

.elespare-search-wrapper .site-search-form .site-search-field:focus, .elespare-search-wrapper .site-search-form .site-search-field:focus-within {
  outline: none; }

.elespare-icons-search .screen-reader-text {
  display: none; }

.elementor-widget-search-from {
  position: relative; }
  .elementor-widget-search-from.elespare-grid-left .elespare-site-search-toggle,
  .elementor-widget-search-from.elespare-grid-left .elespare-search-dropdown-toggle {
    text-align: left; }
  .elementor-widget-search-from.elespare-grid-left .elespare-search--toggle-dropdown {
    right: auto;
    left: 10px; }
  .elementor-widget-search-from.elespare-grid-left .elespare-search-form-header .site-search-form {
    flex-direction: row; }
  .elementor-widget-search-from.elespare-grid-center .elespare-site-search-toggle,
  .elementor-widget-search-from.elespare-grid-center .elespare-search-dropdown-toggle {
    text-align: center; }
  .elementor-widget-search-from.elespare-grid-center .elespare-search--toggle-dropdown {
    right: auto;
    left: 50%;
    transform: translateX(-50%); }
  .elementor-widget-search-from.elespare-grid-center .elespare-search-form-header .site-search-form {
    flex-direction: column; }
    .elementor-widget-search-from.elespare-grid-center .elespare-search-form-header .site-search-form .site-search-field {
      text-align: center; }
  .elementor-widget-search-from.elespare-grid-right .elespare-site-search-toggle,
  .elementor-widget-search-from.elespare-grid-right .elespare-search-dropdown-toggle {
    text-align: right; }
  .elementor-widget-search-from.elespare-grid-right .elespare-search--toggle-dropdown {
    right: 10px;
    left: auto; }
  .elementor-widget-search-from.elespare-grid-right .elespare-search-form-header .site-search-form {
    flex-direction: row-reverse; }
    .elementor-widget-search-from.elespare-grid-right .elespare-search-form-header .site-search-form .site-search-field {
      text-align: right; }

.elespare-search-wrapper button:focus {
  outline: none;
  box-shadow: none; }

.elespare-search-wrapper button:focus-visible {
  outline: 1px dotted; }

@media (max-width: 1024px) {
  .elementor-widget-search-from.elespare-grid-tablet-left .elespare-site-search-toggle,
  .elementor-widget-search-from.elespare-grid-tablet-left .elespare-search-dropdown-toggle {
    text-align: left; }
  .elementor-widget-search-from.elespare-grid-tablet-left .elespare-search--toggle-dropdown {
    right: auto;
    left: 10px; }
  .elementor-widget-search-from.elespare-grid-tablet-left .elespare-search-form-header .site-search-form {
    flex-direction: row; }
  .elementor-widget-search-from.elespare-grid-tablet-center .elespare-site-search-toggle,
  .elementor-widget-search-from.elespare-grid-tablet-center .elespare-search-dropdown-toggle {
    text-align: center; }
  .elementor-widget-search-from.elespare-grid-tablet-center .elespare-search--toggle-dropdown {
    right: auto;
    left: 50%;
    transform: translateX(-50%); }
  .elementor-widget-search-from.elespare-grid-tablet-center .elespare-search-form-header .site-search-form {
    flex-direction: column; }
    .elementor-widget-search-from.elespare-grid-tablet-center .elespare-search-form-header .site-search-form .site-search-field {
      text-align: center; }
  .elementor-widget-search-from.elespare-grid-tablet-right .elespare-site-search-toggle,
  .elementor-widget-search-from.elespare-grid-tablet-right .elespare-search-dropdown-toggle {
    text-align: right; }
  .elementor-widget-search-from.elespare-grid-tablet-right .elespare-search--toggle-dropdown {
    right: 10px;
    left: auto; }
  .elementor-widget-search-from.elespare-grid-tablet-right .elespare-search-form-header .site-search-form {
    flex-direction: row-reverse; }
    .elementor-widget-search-from.elespare-grid-tablet-right .elespare-search-form-header .site-search-form .site-search-field {
      text-align: right; } }

@media (max-width: 767px) {
  .elementor-widget-search-from.elespare-grid-mobile-left .elespare-site-search-toggle,
  .elementor-widget-search-from.elespare-grid-mobile-left .elespare-search-dropdown-toggle {
    text-align: left; }
  .elementor-widget-search-from.elespare-grid-mobile-left .elespare-search--toggle-dropdown {
    right: auto;
    left: 10px; }
  .elementor-widget-search-from.elespare-grid-mobile-left .elespare-search-form-header .site-search-form {
    flex-direction: row; }
  .elementor-widget-search-from.elespare-grid-mobile-center .elespare-site-search-toggle,
  .elementor-widget-search-from.elespare-grid-mobile-center .elespare-search-dropdown-toggle {
    text-align: center; }
  .elementor-widget-search-from.elespare-grid-mobile-center .elespare-search--toggle-dropdown {
    right: auto;
    left: 50%;
    transform: translateX(-50%); }
  .elementor-widget-search-from.elespare-grid-mobile-center .elespare-search-form-header .site-search-form {
    flex-direction: column; }
    .elementor-widget-search-from.elespare-grid-mobile-center .elespare-search-form-header .site-search-form .site-search-field {
      text-align: center; }
  .elementor-widget-search-from.elespare-grid-mobile-right .elespare-site-search-toggle,
  .elementor-widget-search-from.elespare-grid-mobile-right .elespare-search-dropdown-toggle {
    text-align: right; }
  .elementor-widget-search-from.elespare-grid-mobile-right .elespare-search--toggle-dropdown {
    right: 10px;
    left: auto; }
  .elementor-widget-search-from.elespare-grid-mobile-right .elespare-search-form-header .site-search-form {
    flex-direction: row-reverse; }
    .elementor-widget-search-from.elespare-grid-mobile-right .elespare-search-form-header .site-search-form .site-search-field {
      text-align: right; } }

body.rtl .elementor-widget-search-from.elespare-grid-right .elespare-search-form-header .site-search-form .site-search-field {
  text-align: left; }
.elespare-express-list-wrap {
  container-type: inline-size; }
  .elespare-express-list-wrap .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper ul.elespare-cat-links {
    margin-bottom: 0 !important; }
  .elespare-express-list-wrap .elespare-posts-wrap .elespare-posts-express-post-items .elespare-img-wrapper {
    overflow: hidden; }
  .elespare-express-list-wrap .elespare-posts-wrap a {
    text-decoration: none; }

.elementor-widget-post-express-list {
  width: 100%; }

.elespare-express-list-wrap .elespare-posts-wrap.express-style-1 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr); }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items {
    display: flex;
    justify-content: flex-start; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items .elespare-img-wrapper {
      align-self: flex-start;
      margin: 0;
      max-width: 123px;
      width: 45%;
      aspect-ratio: 1/1;
      overflow: hidden; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items .elespare-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items .elespare-content-wrapper {
      width: 100%;
      align-self: center; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
        padding: 0; }
        .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
          content: "\2219";
          color: inherit;
          font-weight: bold;
          padding: 0 0 0 2px; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category:last-child a.elespare-categories::after {
        display: none; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items .elespare-content-wrapper .elespare-post-title {
        font-size: 14px; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items .elespare-img-wrapper + .elespare-content-wrapper {
      flex: 1; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items.post-has-no-image {
      grid-template-columns: 1fr; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items.post-has-no-image .elespare-content-wrapper {
        padding: 20px; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items:first-child {
    display: grid;
    grid-row-end: span 4;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items:first-child .elespare-img-wrapper {
      align-self: flex-start;
      flex: auto;
      max-width: none;
      width: 100%;
      height: auto;
      aspect-ratio: 3/2; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items:first-child .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items:first-child .elespare-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items:first-child .elespare-img-wrapper + .elespare-content-wrapper {
      width: 100%; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items:first-child .elespare-content-wrapper {
      align-self: flex-start; }

.elespare-express-list-wrap .elespare-posts-wrap.express-style-2 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr); }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items {
    display: flex;
    justify-content: flex-start; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items .elespare-img-wrapper {
      align-self: flex-start;
      margin: 0;
      max-width: 123px;
      width: 45%;
      aspect-ratio: 1/1;
      overflow: hidden; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items .elespare-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items .elespare-content-wrapper {
      align-self: center; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
        padding: 0; }
        .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
          content: "\2219";
          color: inherit;
          font-weight: bold;
          padding: 0 0 0 2px; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category:last-child a.elespare-categories::after {
        display: none; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items .elespare-content-wrapper .elespare-post-title {
        line-height: 1.3;
        font-size: 14px; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items .elespare-img-wrapper + .elespare-content-wrapper {
      flex: 1; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items.post-has-no-image {
      grid-template-columns: 1fr; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items:nth-child(2),
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items:first-child {
    display: grid;
    grid-row-end: span 4;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items:nth-child(2) .elespare-img-wrapper,
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items:first-child .elespare-img-wrapper {
      height: auto;
      aspect-ratio: 3/2;
      width: 100%;
      max-width: none; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items:nth-child(2) .elespare-img-wrapper > a,
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items:first-child .elespare-img-wrapper > a {
        display: block;
        height: 100%; }
        .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items:nth-child(2) .elespare-img-wrapper > a img,
        .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items:first-child .elespare-img-wrapper > a img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items:nth-child(2) .elespare-img-wrapper + .elespare-content-wrapper,
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items:first-child .elespare-img-wrapper + .elespare-content-wrapper {
      width: 100%; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items:nth-child(2) .elespare-content-wrapper,
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items:first-child .elespare-content-wrapper {
      align-self: flex-start; }

.elespare-express-list-wrap .elespare-posts-wrap.express-style-3 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr); }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items {
    display: flex;
    justify-content: flex-start; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items .elespare-img-wrapper {
      align-self: flex-start;
      margin: 0;
      max-width: 123px;
      width: 45%;
      aspect-ratio: 1/1;
      overflow: hidden; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items .elespare-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items .elespare-content-wrapper {
      align-self: center; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items .elespare-img-wrapper + .elespare-content-wrapper {
      flex: 1; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items.post-has-no-image {
      grid-template-columns: 1fr; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:not(:nth-child(1)) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
    padding: 0; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:not(:nth-child(1)) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
      content: "\2219";
      color: inherit;
      font-weight: bold;
      padding: 0 0 0 2px; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:not(:nth-child(1)) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category:last-child a.elespare-categories::after {
    display: none; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:not(:nth-child(1)) .elespare-post-title {
    line-height: 1.3;
    font-size: 14px; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:nth-child(1) {
    position: relative;
    min-height: 395px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    grid-row-end: span 3; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:nth-child(1) .elespare-img-wrapper {
      position: absolute;
      width: 100%;
      max-width: none;
      height: 100%;
      top: 0;
      left: 0; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:nth-child(1) .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:nth-child(1) .elespare-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:nth-child(1) .elespare-img-wrapper .elespare-post-format {
        z-index: 1; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:nth-child(1) .elespare-img-wrapper > a::after {
      content: "";
      background: #222;
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      filter: alpha(opacity=100);
      opacity: 0.85;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, black 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, black));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, black 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, black 100%);
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 40%, black 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0); }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:nth-child(1) .elespare-content-wrapper {
      position: relative;
      z-index: 2;
      width: 100%;
      align-self: flex-start;
      justify-content: flex-end; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:nth-child(1) .elespare-content-wrapper::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 50%, #000 100%);
        z-index: 0; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:nth-child(1) .elespare-content-wrapper > * {
        position: relative;
        z-index: 1; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:nth-child(1) .elespare-img-wrapper + .elespare-content-wrapper {
      width: 100%; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:nth-child(1).post-has-no-image {
      background-color: #afafaf; }

.elespare-express-list-wrap .elespare-posts-wrap.express-style-4 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr); }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items {
    display: flex;
    justify-content: flex-start; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items .elespare-img-wrapper {
      align-self: flex-start;
      margin: 0;
      max-width: 123px;
      width: 45%;
      aspect-ratio: 1/1;
      overflow: hidden; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items .elespare-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items .elespare-content-wrapper {
      padding: 15px;
      align-self: center; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items.post-has-no-image {
      grid-template-columns: 1fr; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:not(:first-child):not(:nth-child(2)) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
    padding: 0; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:not(:first-child):not(:nth-child(2)) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
      content: "\2219";
      color: inherit;
      font-weight: bold;
      padding: 0 0 0 2px; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:not(:first-child):not(:nth-child(2)) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category:last-child a.elespare-categories::after {
    display: none; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:not(:first-child):not(:nth-child(2)) .elespare-content-wrapper .elespare-post-title {
    line-height: 1.3;
    font-size: 14px; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:not(:first-child):not(:nth-child(2)) .elespare-img-wrapper + .elespare-content-wrapper {
    flex: 1; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2),
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child {
    position: relative;
    min-height: 355px;
    grid-row-end: span 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2) .elespare-img-wrapper,
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child .elespare-img-wrapper {
      position: absolute;
      width: 100%;
      max-width: none;
      height: 100%;
      top: 0;
      left: 0; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2) .elespare-img-wrapper a,
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2) .elespare-img-wrapper img,
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child .elespare-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2) .elespare-img-wrapper .elespare-post-format,
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child .elespare-img-wrapper .elespare-post-format {
        z-index: 1; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2) .elespare-img-wrapper > a::after,
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child .elespare-img-wrapper > a::after {
      content: "";
      background: #222;
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      filter: alpha(opacity=100);
      opacity: 0.85;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, black 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, black));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, black 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, black 100%);
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 40%, black 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0); }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2) .elespare-content-wrapper,
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child .elespare-content-wrapper {
      position: relative;
      z-index: 2;
      width: 100%;
      align-self: flex-start; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2) .elespare-content-wrapper::after,
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child .elespare-content-wrapper::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 50%, #000 100%);
        z-index: 0; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2) .elespare-content-wrapper > *,
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child .elespare-content-wrapper > * {
        position: relative;
        z-index: 1; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2).post-has-no-image,
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child.post-has-no-image {
      background-color: #afafaf; }

.elespare-express-list-wrap .elespare-posts-wrap.express-style-5 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr); }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items {
    display: flex;
    justify-content: flex-start; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items .elespare-img-wrapper {
      align-self: flex-start;
      margin: 0;
      max-width: 123px;
      width: 45%;
      aspect-ratio: 1/1;
      overflow: hidden; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items .elespare-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items .elespare-content-wrapper {
      align-self: center; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
        padding: 0;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        padding-bottom: 1px;
        line-height: 1.5;
        display: block; }
        .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
          display: none; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items .elespare-content-wrapper .elespare-post-title {
        line-height: 1.3;
        font-size: 14px; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items .elespare-img-wrapper + .elespare-content-wrapper {
      flex: 1; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items.post-has-no-image {
      grid-template-columns: 1fr; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items.post-has-no-image .elespare-content-wrapper {
        padding: 20px; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items:first-child {
    display: grid;
    grid-row-end: span 4;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items:first-child .elespare-img-wrapper {
      align-self: flex-start;
      flex: auto;
      width: 100%;
      max-width: none;
      height: auto;
      aspect-ratio: 3/2; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items:first-child .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items:first-child .elespare-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items:first-child .elespare-img-wrapper + .elespare-content-wrapper {
      width: 100%; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items:first-child .elespare-content-wrapper {
      align-self: flex-start; }

.elespare-express-list-wrap .elespare-posts-wrap.express-style-6 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr); }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items {
    display: flex;
    justify-content: flex-start; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items .elespare-img-wrapper {
      align-self: flex-start;
      margin: 0;
      max-width: 123px;
      width: 45%;
      aspect-ratio: 1/1;
      overflow: hidden; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items .elespare-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items .elespare-content-wrapper {
      align-self: center; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items .elespare-img-wrapper + .elespare-content-wrapper {
      flex: 1; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items.post-has-no-image {
      grid-template-columns: 1fr; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items.post-has-no-image .elespare-content-wrapper {
        padding: 20px; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items:not(:first-child) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
    padding: 0; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items:not(:first-child) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
      content: "\2219";
      color: inherit;
      font-weight: bold;
      padding: 0 0 0 2px; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items:not(:first-child) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category:last-child a.elespare-categories::after {
    display: none; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items:not(:first-child) .elespare-content-wrapper .elespare-post-title {
    line-height: 1.3;
    font-size: 14px; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items:first-child {
    display: grid;
    grid-row-end: span 4;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items:first-child .elespare-img-wrapper {
      align-self: flex-start;
      flex: auto;
      width: 100%;
      max-width: none;
      height: auto;
      aspect-ratio: 3/2; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items:first-child .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items:first-child .elespare-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items:first-child .elespare-img-wrapper + .elespare-content-wrapper {
      width: 100%; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items:first-child .elespare-content-wrapper {
      align-self: flex-start; }

.elespare-express-list-wrap.has-no-background .express-style-6 .elespare-posts-express-post-items:first-child .elespare-content-wrapper,
.elespare-express-list-wrap.has-no-background .express-style-5 .elespare-posts-express-post-items:first-child .elespare-content-wrapper,
.elespare-express-list-wrap.has-no-background .express-style-1 .elespare-posts-express-post-items:first-child .elespare-content-wrapper {
  padding: 15px 0; }

.elespare-express-list-wrap.has-no-background .express-style-6 .elespare-posts-express-post-items:not(:first-child) .elespare-img-wrapper,
.elespare-express-list-wrap.has-no-background .express-style-5 .elespare-posts-express-post-items:not(:first-child) .elespare-img-wrapper,
.elespare-express-list-wrap.has-no-background .express-style-1 .elespare-posts-express-post-items:not(:first-child) .elespare-img-wrapper {
  margin-right: 15px; }

.elespare-express-list-wrap.has-no-background .express-style-2 .elespare-posts-express-post-items:nth-child(2) .elespare-content-wrapper,
.elespare-express-list-wrap.has-no-background .express-style-2 .elespare-posts-express-post-items:first-child .elespare-content-wrapper {
  padding: 15px 0; }

.elespare-express-list-wrap.has-no-background .express-style-2 .elespare-posts-express-post-items:not(:first-child):not(:nth-child(2)) .elespare-img-wrapper {
  margin-right: 15px; }

.elespare-express-list-wrap.has-no-background .express-style-3 .elespare-posts-express-post-items:first-child .elespare-content-wrapper {
  padding: 15px; }

.elespare-express-list-wrap.has-no-background .express-style-3 .elespare-posts-express-post-items:not(:first-child) .elespare-img-wrapper {
  margin-right: 15px; }

.elespare-express-list-wrap.has-no-background .express-style-4 .elespare-posts-express-post-items:nth-child(2) .elespare-content-wrapper,
.elespare-express-list-wrap.has-no-background .express-style-4 .elespare-posts-express-post-items:first-child .elespare-content-wrapper {
  padding: 15px; }

.elespare-express-list-wrap.has-no-background .express-style-4 .elespare-posts-express-post-items:not(:first-child):not(:nth-child(2)) .elespare-img-wrapper {
  margin-right: 0px; }

.elespare-express-list-wrap.has-background .elespare-posts-express-post-items {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-express-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-express-post-items .elespare-img-wrapper .elespare-avatar-wrap {
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  left: 15px;
  bottom: 15px; }
  .elespare-express-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-express-post-items .elespare-img-wrapper .elespare-avatar-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.elespare-express-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-express-post-items .elespare-content-wrapper .elespare-metadata {
  display: flex;
  align-items: center; }
  .elespare-express-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-express-post-items .elespare-content-wrapper .elespare-metadata .post-author {
    display: flex;
    align-items: center; }
    .elespare-express-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-express-post-items .elespare-content-wrapper .elespare-metadata .post-author a {
      display: flex;
      align-items: center; }
      .elespare-express-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-express-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        line-height: 1;
        overflow: hidden;
        margin-right: 5px; }
        .elespare-express-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-express-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img {
          height: 100%;
          width: 100%;
          object-fit: cover; }

.slick-vertical .slick-slide {
  border: none !important; }

.elementor-widget-post-express-list .elespare-widget-title-section.title-style-2 .elespare-widget-title span.elespare-section-title {
  padding-top: 0px;
  margin-top: 0px; }

.elespare-express-list-wrap .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper {
  text-align: left; }

@container (max-width: 1080px) {
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-6, .elespare-express-list-wrap .elespare-posts-wrap.express-style-5, .elespare-express-list-wrap .elespare-posts-wrap.express-style-4, .elespare-express-list-wrap .elespare-posts-wrap.express-style-3, .elespare-express-list-wrap .elespare-posts-wrap.express-style-2, .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 {
    grid-template-columns: 1fr 1fr; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:first-child {
    min-height: 360px; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:first-child img {
      min-height: 360px; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2),
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child {
    min-height: 360px; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2) img,
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child img {
      min-height: 360px; } }

@container (max-width: 520px) {
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-6, .elespare-express-list-wrap .elespare-posts-wrap.express-style-5, .elespare-express-list-wrap .elespare-posts-wrap.express-style-4, .elespare-express-list-wrap .elespare-posts-wrap.express-style-3, .elespare-express-list-wrap .elespare-posts-wrap.express-style-2, .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 {
    grid-template-columns: 1fr; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:first-child {
    min-height: 240px; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:first-child img {
      min-height: 240px; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2),
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child {
    min-height: 240px; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2) img,
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child img {
      min-height: 240px; } }

body.rtl .elespare-express-list-wrap .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper {
  text-align: right; }

body.rtl .elespare-express-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-express-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap {
  margin-right: 0px; }

body.rtl .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items .elespare-img-wrapper .elespare-post-format {
  left: 10px;
  right: unset; }

body.rtl .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items .elespare-img-wrapper ul {
  right: 10px;
  left: unset;
  text-align: right; }
.elespare-posts-wrap ul.elespare-cat-links {
  list-style: none;
  margin: 0 !important;
  padding: 0;
  line-height: 1;
  font-size: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 7px;
  row-gap: 7px; }
  .elespare-posts-wrap ul.elespare-cat-links li {
    display: inline-block;
    padding: 0 !important;
    font-size: 10px;
    opacity: 0.95; }
    .elespare-posts-wrap ul.elespare-cat-links li a {
      display: inline-block;
      padding: 5px 10px;
      line-height: 1 !important;
      letter-spacing: 0.35px;
      font-size: 12px; }
  .elespare-posts-wrap ul.elespare-cat-links li:hover {
    opacity: 1; }
  .elespare-posts-wrap ul.elespare-cat-links.none li a {
    padding: 0; }
    .elespare-posts-wrap ul.elespare-cat-links.none li a::after {
      content: "\2219";
      color: inherit;
      font-weight: bold;
      padding-block-end: 2px; }
  .elespare-posts-wrap ul.elespare-cat-links.none li:last-child a.elespare-categories::after {
    display: none; }
  .elespare-posts-wrap ul.elespare-cat-links.border li a {
    border-width: 1px;
    border-style: solid; }
  .elespare-posts-wrap ul.elespare-cat-links.underline li a {
    padding: 0;
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 1px;
    line-height: 1.5;
    display: block; }

.elespare-posts-wrap .elespare-posts-timeline-post-items,
.elespare-posts-wrap .elespare-posts-trending-post-items,
.elespare-posts-wrap .elespare-posts-slider-post-items,
.elespare-posts-wrap .elespare-posts-express-post-items,
.elespare-posts-wrap .elespare-posts-masonry-post-items,
.elespare-posts-wrap .elespare-posts-carousel-post-items,
.elespare-posts-wrap .elespare-posts-full-post-items,
.elespare-posts-wrap .elespare-posts-tile-post-items,
.elespare-posts-wrap .elespare-posts-single-list-post-items,
.elespare-posts-wrap .elespare-posts-list-post-items,
.elespare-posts-wrap .elespare-posts-grid-post-items {
  overflow: hidden; }
  .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-img-wrapper,
  .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-img-wrapper,
  .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-img-wrapper,
  .elespare-posts-wrap .elespare-posts-express-post-items .elespare-img-wrapper,
  .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-img-wrapper,
  .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper,
  .elespare-posts-wrap .elespare-posts-full-post-items .elespare-img-wrapper,
  .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-img-wrapper,
  .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-img-wrapper,
  .elespare-posts-wrap .elespare-posts-list-post-items .elespare-img-wrapper,
  .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
    position: relative;
    display: block;
    line-height: 1;
    background: #dcdcdc;
    background: #efefef; }
    .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-img-wrapper img,
    .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-img-wrapper img,
    .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-img-wrapper img,
    .elespare-posts-wrap .elespare-posts-express-post-items .elespare-img-wrapper img,
    .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-img-wrapper img,
    .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper img,
    .elespare-posts-wrap .elespare-posts-full-post-items .elespare-img-wrapper img,
    .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-img-wrapper img,
    .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-img-wrapper img,
    .elespare-posts-wrap .elespare-posts-list-post-items .elespare-img-wrapper img,
    .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper img {
      display: block;
      line-height: 1;
      margin: 0; }
    .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-img-wrapper ul,
    .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-img-wrapper ul,
    .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-img-wrapper ul,
    .elespare-posts-wrap .elespare-posts-express-post-items .elespare-img-wrapper ul,
    .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-img-wrapper ul,
    .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul,
    .elespare-posts-wrap .elespare-posts-full-post-items .elespare-img-wrapper ul,
    .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-img-wrapper ul,
    .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-img-wrapper ul,
    .elespare-posts-wrap .elespare-posts-list-post-items .elespare-img-wrapper ul,
    .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul {
      position: absolute;
      left: 15px;
      top: 15px; }
    .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-img-wrapper .elespare-post-format,
    .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-format,
    .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-img-wrapper .elespare-post-format,
    .elespare-posts-wrap .elespare-posts-express-post-items .elespare-img-wrapper .elespare-post-format,
    .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-img-wrapper .elespare-post-format,
    .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format,
    .elespare-posts-wrap .elespare-posts-full-post-items .elespare-img-wrapper .elespare-post-format,
    .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-img-wrapper .elespare-post-format,
    .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-img-wrapper .elespare-post-format,
    .elespare-posts-wrap .elespare-posts-list-post-items .elespare-img-wrapper .elespare-post-format,
    .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format {
      position: absolute;
      height: 25px;
      left: 10px;
      top: 10px;
      width: 25px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: none; }
      .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-img-wrapper .elespare-post-format i,
      .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-format i,
      .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-img-wrapper .elespare-post-format i,
      .elespare-posts-wrap .elespare-posts-express-post-items .elespare-img-wrapper .elespare-post-format i,
      .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-img-wrapper .elespare-post-format i,
      .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format i,
      .elespare-posts-wrap .elespare-posts-full-post-items .elespare-img-wrapper .elespare-post-format i,
      .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-img-wrapper .elespare-post-format i,
      .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-img-wrapper .elespare-post-format i,
      .elespare-posts-wrap .elespare-posts-list-post-items .elespare-img-wrapper .elespare-post-format i,
      .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format i {
        font-size: 11px;
        color: #fff; }
      .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-img-wrapper .elespare-post-format.elespare-border i:after,
      .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-format.elespare-border i:after,
      .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-img-wrapper .elespare-post-format.elespare-border i:after,
      .elespare-posts-wrap .elespare-posts-express-post-items .elespare-img-wrapper .elespare-post-format.elespare-border i:after,
      .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-img-wrapper .elespare-post-format.elespare-border i:after,
      .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format.elespare-border i:after,
      .elespare-posts-wrap .elespare-posts-full-post-items .elespare-img-wrapper .elespare-post-format.elespare-border i:after,
      .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-img-wrapper .elespare-post-format.elespare-border i:after,
      .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-img-wrapper .elespare-post-format.elespare-border i:after,
      .elespare-posts-wrap .elespare-posts-list-post-items .elespare-img-wrapper .elespare-post-format.elespare-border i:after,
      .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format.elespare-border i:after {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        width: 35px;
        height: 35px;
        border: 4px solid;
        border-color: #fff;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        box-sizing: border-box; }
      .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:before,
      .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:before,
      .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:before,
      .elespare-posts-wrap .elespare-posts-express-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:before,
      .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:before,
      .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:before,
      .elespare-posts-wrap .elespare-posts-full-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:before,
      .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:before,
      .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:before,
      .elespare-posts-wrap .elespare-posts-list-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:before,
      .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:before {
        position: relative;
        z-index: 1; }
      .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:after,
      .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:after,
      .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:after,
      .elespare-posts-wrap .elespare-posts-express-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:after,
      .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:after,
      .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:after,
      .elespare-posts-wrap .elespare-posts-full-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:after,
      .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:after,
      .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:after,
      .elespare-posts-wrap .elespare-posts-list-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:after,
      .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:after {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        width: 35px;
        height: 35px;
        background-color: #fff;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        box-sizing: border-box;
        z-index: 0; }
  .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper,
  .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper,
  .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper,
  .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper,
  .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper,
  .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper,
  .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper,
  .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper,
  .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper,
  .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper,
  .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-post-title,
    .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-post-title,
    .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-post-title,
    .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-post-title,
    .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-post-title,
    .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title,
    .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-post-title,
    .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-post-title,
    .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-post-title,
    .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-post-title,
    .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-post-title {
      margin: 0;
      font-weight: 600; }
      .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-post-title:last-child,
      .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-post-title:last-child,
      .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-post-title:last-child,
      .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-post-title:last-child,
      .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-post-title:last-child,
      .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title:last-child,
      .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-post-title:last-child,
      .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-post-title:last-child,
      .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-post-title:last-child,
      .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-post-title:last-child,
      .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-post-title:last-child {
        margin-bottom: 0; }
      .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-post-title span,
      .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-post-title span,
      .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-post-title span,
      .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-post-title span,
      .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-post-title span,
      .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title span,
      .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-post-title span,
      .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-post-title span,
      .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-post-title span,
      .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-post-title span,
      .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-post-title span {
        display: inline-block; }
    .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-metadata,
    .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-metadata,
    .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata,
    .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-metadata,
    .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-metadata,
    .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata,
    .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-metadata,
    .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-metadata,
    .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata,
    .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-metadata,
    .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata {
      margin: 0;
      font-size: 12px;
      font-weight: 400;
      display: flex;
      align-items: center;
      column-gap: 10px;
      row-gap: 5px;
      flex-wrap: wrap; }
      .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-metadata span a,
      .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-metadata span a,
      .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata span a,
      .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-metadata span a,
      .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-metadata span a,
      .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata span a,
      .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-metadata span a,
      .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-metadata span a,
      .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata span a,
      .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-metadata span a,
      .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata span a {
        display: flex;
        align-items: center; }
        .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-metadata span a i,
        .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-metadata span a i,
        .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata span a i,
        .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-metadata span a i,
        .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-metadata span a i,
        .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata span a i,
        .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-metadata span a i,
        .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-metadata span a i,
        .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata span a i,
        .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-metadata span a i,
        .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata span a i {
          margin-inline-end: 5px; }
        .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-metadata span a svg,
        .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-metadata span a svg,
        .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata span a svg,
        .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-metadata span a svg,
        .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-metadata span a svg,
        .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata span a svg,
        .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-metadata span a svg,
        .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-metadata span a svg,
        .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata span a svg,
        .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-metadata span a svg,
        .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata span a svg {
          width: 12px;
          height: 12px;
          margin-inline-end: 5px; }
      .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-metadata span.comment_count,
      .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-metadata span.comment_count,
      .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata span.comment_count,
      .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-metadata span.comment_count,
      .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-metadata span.comment_count,
      .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata span.comment_count,
      .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-metadata span.comment_count,
      .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-metadata span.comment_count,
      .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata span.comment_count,
      .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-metadata span.comment_count,
      .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata span.comment_count {
        display: inline-flex;
        align-items: center; }
        .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-metadata span.comment_count i,
        .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-metadata span.comment_count i,
        .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata span.comment_count i,
        .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-metadata span.comment_count i,
        .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-metadata span.comment_count i,
        .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata span.comment_count i,
        .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-metadata span.comment_count i,
        .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-metadata span.comment_count i,
        .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata span.comment_count i,
        .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-metadata span.comment_count i,
        .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata span.comment_count i {
          margin-inline-end: 5px; }
        .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-metadata span.comment_count svg,
        .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-metadata span.comment_count svg,
        .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata span.comment_count svg,
        .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-metadata span.comment_count svg,
        .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-metadata span.comment_count svg,
        .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata span.comment_count svg,
        .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-metadata span.comment_count svg,
        .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-metadata span.comment_count svg,
        .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata span.comment_count svg,
        .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-metadata span.comment_count svg,
        .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata span.comment_count svg {
          width: 12px;
          height: 12px;
          margin-inline-end: 5px; }
    .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-cat-links:last-child,
    .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-cat-links:last-child,
    .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-cat-links:last-child,
    .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-cat-links:last-child,
    .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-cat-links:last-child,
    .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links:last-child,
    .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-cat-links:last-child,
    .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-cat-links:last-child,
    .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-cat-links:last-child,
    .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-cat-links:last-child,
    .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-cat-links:last-child {
      margin-bottom: 0; }
    .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-exceprt {
      font-weight: normal; }
      .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-exceprt p,
      .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-exceprt p,
      .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-exceprt p,
      .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-exceprt p,
      .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-exceprt p,
      .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt p,
      .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-exceprt p,
      .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-exceprt p,
      .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-exceprt p,
      .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-exceprt p,
      .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-exceprt p {
        margin: 0;
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 1.6em; }
        .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-exceprt p:last-child,
        .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-exceprt p:last-child,
        .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-exceprt p:last-child,
        .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-exceprt p:last-child,
        .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-exceprt p:last-child,
        .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt p:last-child,
        .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-exceprt p:last-child,
        .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-exceprt p:last-child,
        .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-exceprt p:last-child,
        .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-exceprt p:last-child,
        .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-exceprt p:last-child {
          margin-bottom: 0; }
      .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-exceprt a.read-more-btn,
      .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-exceprt a.read-more-btn,
      .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-exceprt a.read-more-btn,
      .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-exceprt a.read-more-btn,
      .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-exceprt a.read-more-btn,
      .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt a.read-more-btn,
      .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-exceprt a.read-more-btn,
      .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-exceprt a.read-more-btn,
      .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-exceprt a.read-more-btn,
      .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-exceprt a.read-more-btn,
      .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-exceprt a.read-more-btn {
        color: inherit;
        display: block;
        font-size: .75em;
        font-weight: 700 !important;
        margin-top: 10px;
        opacity: .75; }

button.elespare-nav-carousel {
  display: none; }

button.elespare-nav-carousel.slick-arrow {
  display: block;
  outline: none; }

.elespare-posts-wrap button.elespare-nav-carousel.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
  width: 32px;
  height: 32px;
  padding: 7px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.7; }
  .elespare-posts-wrap button.elespare-nav-carousel.slick-arrow i {
    font-size: 16px;
    color: #222;
    line-height: normal; }
  .elespare-posts-wrap button.elespare-nav-carousel.slick-arrow:before {
    display: none; }
  .elespare-posts-wrap button.elespare-nav-carousel.slick-arrow:hover {
    opacity: 1; }

.elespare-posts-wrap button.slick-prev.elespare-nav-carousel.slick-arrow {
  left: 0; }

.elespare-posts-wrap button.slick-next.elespare-nav-carousel.slick-arrow {
  right: 0; }

.elespare-posts-wrap .slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%; }
  .elespare-posts-wrap .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    .elespare-posts-wrap .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 10px;
      cursor: pointer; }
    .elespare-posts-wrap .slick-dots li button:hover,
    .elespare-posts-wrap .slick-dots li button:focus {
      outline: none; }
    .elespare-posts-wrap .slick-dots li button:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "•";
      width: 20px;
      height: 20px;
      font-family: "slick";
      font-size: 26px;
      line-height: 20px;
      text-align: center;
      color: black;
      opacity: 0.25;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .elespare-posts-wrap .slick-dots li button:hover:before,
    .elespare-posts-wrap .slick-dots li button:focus:before {
      opacity: 1; }
    .elespare-posts-wrap .slick-dots li.slick-active button:before {
      opacity: 1; }

.elespare-posts-wrap.show-on-hover button.elespare-nav-carousel.slick-arrow {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.elespare-posts-wrap.show-on-hover:hover button.elespare-nav-carousel.slick-arrow {
  opacity: 0.7;
  visibility: visible;
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1); }
  .elespare-posts-wrap.show-on-hover:hover button.elespare-nav-carousel.slick-arrow:hover {
    opacity: 1; }

.elespare-widget-title-section.title-none .elespare-widget-title {
  margin: 0;
  margin-bottom: 20px; }

.elespare-widget-title-section.title-style-1 .elespare-widget-title {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 10px; }
  .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0; }
  .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-after {
    display: inline-block;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #bb191a;
    position: absolute;
    bottom: 0;
    left: 0; }

.elespare-widget-title-section.title-style-2 .elespare-widget-title {
  margin: 0; }
  .elespare-widget-title-section.title-style-2 .elespare-widget-title span.elespare-section-title {
    padding: 5px 0px 10px;
    display: inline-block;
    position: relative;
    margin: 5px 0 20px;
    line-height: 1.5; }
  .elespare-widget-title-section.title-style-2 .elespare-widget-title span.elespare-section-title:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #bb1919; }

.elespare-widget-title-section.title-style-3 .elespare-widget-title {
  position: relative;
  margin: 10px 0 20px; }
  .elespare-widget-title-section.title-style-3 .elespare-widget-title .elespare-section-title {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 5px 10px 7px 0;
    letter-spacing: 1px;
    border-bottom: 2px solid #ffbf3f; }
  .elespare-widget-title-section.title-style-3 .elespare-widget-title .elespare-section-title-after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #898989;
    left: 0;
    bottom: 0; }

.elespare-widget-title-section.title-style-4 .elespare-widget-title {
  line-height: 1.2;
  margin: 10px 0 15px;
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-before {
    background: #bb191a;
    height: 3px;
    margin: 0 10px 0 0;
    flex: 1 0 10px;
    max-width: 30px;
    min-width: 30px; }
  .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-after {
    background: #000;
    height: 3px;
    margin: 0 0 0 10px;
    flex: 1 0 60px;
    min-width: 30px; }

.elespare-widget-title-section.title-style-5 .elespare-widget-title {
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 5px;
  display: flex;
  align-items: center; }
  .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-before {
    display: inline-block;
    content: "";
    height: 3px;
    background-color: #000;
    order: 3;
    flex: 1 0 60px;
    min-width: 30px; }
  .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-after {
    display: inline-block;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #bb191a;
    order: 2; }
  .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title {
    order: 1;
    margin: 0 10px 0 0; }

.elespare-widget-title-section.title-style-6 .elespare-widget-title {
  line-height: 1.2;
  margin: 10px 0 15px;
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after {
    background: #000;
    height: 2px;
    margin: 0 0 0 10px;
    flex: 1 0 60px;
    min-width: 30px; }

.elespare-widget-title-section.title-style-7 .elespare-widget-title {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  margin-top: 0;
  margin-bottom: 20px; }
  .elespare-widget-title-section.title-style-7 .elespare-widget-title .elespare-section-title-before,
  .elespare-widget-title-section.title-style-7 .elespare-widget-title .elespare-section-title-after {
    color: #bb191a;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    pointer-events: none; }
  .elespare-widget-title-section.title-style-7 .elespare-widget-title .elespare-section-title-before {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    border-top: 2px solid;
    border-left: 2px solid; }
  .elespare-widget-title-section.title-style-7 .elespare-widget-title .elespare-section-title-after {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    border-right: 2px solid;
    border-bottom: 2px solid; }

.elespare-widget-title-section.title-style-8 .elespare-widget-title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px; }
  .elespare-widget-title-section.title-style-8 .elespare-widget-title .elespare-section-title {
    background-color: #000;
    color: #fff;
    padding: 5px 12px;
    line-height: 1.4;
    position: relative;
    display: inline-block; }
    .elespare-widget-title-section.title-style-8 .elespare-widget-title .elespare-section-title:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 10px;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 7px 0 7px;
      border-color: #000 transparent transparent transparent; }

.elespare-widget-title-section.title-style-9 .elespare-widget-title {
  font-size: 14px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 2px solid;
  border-bottom-color: #000; }
  .elespare-widget-title-section.title-style-9 .elespare-widget-title .elespare-section-title {
    background-color: #000;
    color: #fff;
    padding: 5px 12px;
    line-height: 1.4;
    position: relative;
    display: inline-block; }

.elespare-widget-title-section.title-style-10 .elespare-widget-title {
  position: relative;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px; }
  .elespare-widget-title-section.title-style-10 .elespare-widget-title .elespare-section-title {
    display: inline-block;
    position: relative;
    padding: 0 0 0 12px; }
    .elespare-widget-title-section.title-style-10 .elespare-widget-title .elespare-section-title:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 4px;
      height: 15px;
      background-color: #bb191a; }

.elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-none {
  text-align: left; }

.elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-1 {
  text-align: left; }
  .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-after {
    left: 0;
    transform: translateX(0); }

.elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-2 {
  text-align: left; }
  .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-2 span.elespare-section-title:after {
    left: 0;
    transform: translateX(0); }

.elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-3 {
  text-align: left; }
  .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-3 .elespare-section-title {
    padding: 5px 10px 7px 0; }

.elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-4 {
  text-align: left; }
  .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-before {
    margin: 0 10px 0 0;
    flex: 1 0 10px; }
  .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-after {
    margin: 0 0 0 10px;
    flex: 1 0 60px; }

.elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-5 {
  text-align: left; }
  .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-5 .elespare-widget-title {
    justify-content: flex-start; }
    .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-before {
      order: 3;
      flex: 1 0 60px;
      min-width: 30px; }
    .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-after {
      order: 2;
      width: 50px;
      height: 3px; }
    .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title {
      order: 1;
      margin: 0 10px 0 0; }

.elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-6 {
  text-align: left; }
  .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after {
    margin: 0 0 0 10px;
    flex: 1 0 60px;
    min-width: 30px; }

.elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-7 {
  text-align: left; }

.elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-8 {
  text-align: left; }
  .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-8 .elespare-section-title:before {
    left: 10px;
    transform: translateX(0); }

.elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-9 {
  text-align: left; }

.elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-10 {
  text-align: left; }

.elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-none {
  text-align: center; }

.elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-1 {
  text-align: center; }
  .elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-after {
    left: 50%;
    transform: translateX(-50%); }

.elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-2 {
  text-align: center; }
  .elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-2 span.elespare-section-title:after {
    left: 50%;
    transform: translateX(-50%); }

.elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-3 {
  text-align: center; }
  .elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-3 .elespare-section-title {
    padding: 5px 10px 7px 10px; }

.elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-4 {
  text-align: center; }
  .elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-before {
    margin: 0 10px;
    flex: 0 0 30px; }
  .elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-after {
    margin: 0 10px;
    flex: 0 0 30px; }

.elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-5 {
  text-align: center; }
  .elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-5 .elespare-widget-title {
    justify-content: center; }
    .elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-before {
      order: 3;
      margin: 0 10px;
      flex: 0 0 50px; }
    .elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-after {
      order: 1;
      max-width: 50px;
      min-width: 50px;
      margin: 0 10px;
      flex: 0 0 50px; }
    .elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title {
      order: 2;
      margin: 0; }

.elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-6 {
  text-align: center; }
  .elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-before {
    background: #000;
    height: 2px;
    max-width: 30px;
    min-width: 30px;
    margin: 0 10px;
    flex: 0 0 30px; }
  .elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after {
    margin: 0 10px;
    flex: 0 0 30px; }

.elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-7 {
  text-align: center; }

.elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-8 {
  text-align: center; }
  .elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-8 .elespare-section-title:before {
    left: 50%;
    transform: translateX(-50%); }

.elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-9 {
  text-align: center; }

.elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-10 {
  text-align: center; }

.elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-none {
  text-align: right; }

.elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-1 {
  text-align: right; }
  .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-after {
    left: inherit;
    right: 0; }

.elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-2 {
  text-align: right; }
  .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-2 span.elespare-section-title:after {
    left: inherit;
    right: 0; }

.elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-3 {
  text-align: right; }
  .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-3 .elespare-section-title {
    padding: 5px 0 7px 10px; }

.elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-4 {
  text-align: right; }
  .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-4 .elespare-widget-title {
    flex-direction: row-reverse; }
    .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-before {
      margin: 0 0 0 10px; }
    .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-after {
      margin: 0 10px 0 0; }

.elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-5 {
  text-align: right; }
  .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-5 .elespare-widget-title {
    justify-content: flex-end; }
    .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-before {
      order: 1; }
    .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-after {
      order: 2;
      max-width: 50px;
      min-width: 50px;
      flex: 0 0 50px; }
    .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title {
      order: 3;
      margin: 0 0 0 10px; }

.elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-6 {
  text-align: right; }
  .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-6 .elespare-widget-title {
    flex-direction: row-reverse; }
    .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after {
      margin: 0 10px 0 0; }

.elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-7 {
  text-align: right; }

.elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-8 {
  text-align: right; }
  .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-8 .elespare-section-title:before {
    left: inherit;
    right: 10px; }

.elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-9 {
  text-align: right; }

.elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-10 {
  text-align: right; }
  .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-10 .elespare-section-title {
    padding: 0 12px 0 0; }
    .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-10 .elespare-section-title:before {
      left: inherit;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }

@media (max-width: 1024px) {
  .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-none {
    text-align: left; }
  .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-1 {
    text-align: left; }
    .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-after {
      left: 0;
      transform: translateX(0); }
  .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-2 {
    text-align: left; }
    .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-2 span.elespare-section-title:after {
      left: 0;
      transform: translateX(0); }
  .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-3 {
    text-align: left; }
    .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-3 .elespare-section-title {
      padding: 5px 10px 7px 0; }
  .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-4 {
    text-align: left; }
    .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-4 .elespare-widget-title {
      flex-direction: row; }
      .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-before {
        margin: 0 10px 0 0;
        flex: 1 0 10px; }
      .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-after {
        margin: 0 0 0 10px;
        flex: 1 0 60px; }
  .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-5 {
    text-align: left; }
    .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-5 .elespare-widget-title {
      justify-content: flex-start; }
      .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-before {
        order: 3;
        flex: 1 0 60px;
        min-width: 30px; }
      .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-after {
        order: 2;
        width: 50px;
        height: 3px; }
      .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title {
        order: 1;
        margin: 0 10px 0 0; }
  .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-6 {
    text-align: left; }
    .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after {
      margin: 0 0 0 10px;
      flex: 1 0 60px;
      min-width: 30px; }
  .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-7 {
    text-align: left; }
  .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-8 {
    text-align: left; }
    .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-8 .elespare-section-title:before {
      left: 10px;
      transform: translateX(0); }
  .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-9 {
    text-align: left; }
  .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-10 {
    text-align: left; }
  .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-none {
    text-align: center; }
  .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-1 {
    text-align: center; }
    .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-after {
      left: 50%;
      transform: translateX(-50%); }
  .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-2 {
    text-align: center; }
    .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-2 span.elespare-section-title:after {
      left: 50%;
      transform: translateX(-50%); }
  .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-3 {
    text-align: center; }
    .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-3 .elespare-section-title {
      padding: 5px 10px 7px 10px; }
  .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-4 {
    text-align: center; }
    .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-before {
      margin: 0 10px;
      flex: 0 0 30px; }
    .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-after {
      margin: 0 10px;
      flex: 0 0 30px; }
  .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-5 {
    text-align: center; }
    .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-5 .elespare-widget-title {
      justify-content: center; }
      .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-before {
        order: 3;
        margin: 0 10px;
        flex: 0 0 50px; }
      .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-after {
        order: 1;
        max-width: 50px;
        min-width: 50px;
        margin: 0 10px;
        flex: 0 0 50px; }
      .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title {
        order: 2;
        margin: 0; }
  .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-6 {
    text-align: center; }
    .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-before {
      background: #000;
      height: 2px;
      max-width: 30px;
      min-width: 30px;
      margin: 0 10px;
      flex: 0 0 30px; }
    .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after {
      margin: 0 10px;
      flex: 0 0 30px; }
  .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-7 {
    text-align: center; }
  .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-8 {
    text-align: center; }
    .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-8 .elespare-section-title:before {
      left: 50%;
      transform: translateX(-50%); }
  .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-9 {
    text-align: center; }
  .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-10 {
    text-align: center; }
  .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-none {
    text-align: right; }
  .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-1 {
    text-align: right; }
    .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-after {
      left: inherit;
      right: 0; }
  .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-2 {
    text-align: right; }
    .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-2 span.elespare-section-title:after {
      left: inherit;
      right: 0; }
  .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-3 {
    text-align: right; }
    .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-3 .elespare-section-title {
      padding: 5px 0 7px 10px; }
  .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-4 {
    text-align: right; }
    .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-4 .elespare-widget-title {
      flex-direction: row-reverse; }
      .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-before {
        margin: 0 0 0 10px; }
      .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-after {
        margin: 0 10px 0 0; }
  .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-5 {
    text-align: right; }
    .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-5 .elespare-widget-title {
      justify-content: flex-end; }
      .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-before {
        order: 1; }
      .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-after {
        order: 2;
        max-width: 50px;
        min-width: 50px;
        flex: 0 0 50px; }
      .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title {
        order: 3;
        margin: 0 0 0 10px; }
  .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-6 {
    text-align: right; }
    .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-6 .elespare-widget-title {
      flex-direction: row-reverse; }
      .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after {
        margin: 0 10px 0 0; }
  .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-7 {
    text-align: right; }
  .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-8 {
    text-align: right; }
    .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-8 .elespare-section-title:before {
      left: inherit;
      right: 10px; }
  .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-9 {
    text-align: right; }
  .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-10 {
    text-align: right; }
    .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-10 .elespare-section-title {
      padding: 0 12px 0 0; }
      .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-10 .elespare-section-title:before {
        left: inherit;
        right: 0;
        top: 50%;
        transform: translateY(-50%); } }

@media (max-width: 767px) {
  .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-none {
    text-align: left; }
  .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-1 {
    text-align: left; }
    .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-after {
      left: 0;
      transform: translateX(0); }
  .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-2 {
    text-align: left; }
    .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-2 span.elespare-section-title:after {
      left: 0;
      transform: translateX(0); }
  .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-3 {
    text-align: left; }
    .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-3 .elespare-section-title {
      padding: 5px 10px 7px 0; }
  .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-4 {
    text-align: left; }
    .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-4 .elespare-widget-title {
      flex-direction: row; }
      .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-before {
        margin: 0 10px 0 0;
        flex: 1 0 10px; }
      .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-after {
        margin: 0 0 0 10px;
        flex: 1 0 60px; }
  .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-5 {
    text-align: left; }
    .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-5 .elespare-widget-title {
      justify-content: flex-start; }
      .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-before {
        order: 3;
        flex: 1 0 60px;
        min-width: 30px; }
      .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-after {
        order: 2;
        width: 50px;
        height: 3px; }
      .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title {
        order: 1;
        margin: 0 10px 0 0; }
  .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-6 {
    text-align: left; }
    .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after {
      margin: 0 0 0 10px;
      flex: 1 0 60px;
      min-width: 30px; }
  .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-7 {
    text-align: left; }
  .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-8 {
    text-align: left; }
    .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-8 .elespare-section-title:before {
      left: 10px;
      transform: translateX(0); }
  .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-9 {
    text-align: left; }
  .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-10 {
    text-align: left; }
  .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-none {
    text-align: center; }
  .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-1 {
    text-align: center; }
    .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-after {
      left: 50%;
      transform: translateX(-50%); }
  .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-2 {
    text-align: center; }
    .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-2 span.elespare-section-title:after {
      left: 50%;
      transform: translateX(-50%); }
  .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-3 {
    text-align: center; }
    .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-3 .elespare-section-title {
      padding: 5px 10px 7px 10px; }
  .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-4 {
    text-align: center; }
    .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-before {
      margin: 0 10px;
      flex: 0 0 30px; }
    .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-after {
      margin: 0 10px;
      flex: 0 0 30px; }
  .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-5 {
    text-align: center; }
    .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-5 .elespare-widget-title {
      justify-content: center; }
      .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-before {
        order: 3;
        margin: 0 10px;
        flex: 0 0 50px; }
      .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-after {
        order: 1;
        max-width: 50px;
        min-width: 50px;
        margin: 0 10px;
        flex: 0 0 50px; }
      .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title {
        order: 2;
        margin: 0; }
  .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-6 {
    text-align: center; }
    .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-before {
      background: #000;
      height: 2px;
      max-width: 30px;
      min-width: 30px;
      margin: 0 10px;
      flex: 0 0 30px; }
    .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after {
      margin: 0 10px;
      flex: 0 0 30px; }
  .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-7 {
    text-align: center; }
  .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-8 {
    text-align: center; }
    .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-8 .elespare-section-title:before {
      left: 50%;
      transform: translateX(-50%); }
  .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-9 {
    text-align: center; }
  .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-10 {
    text-align: center; }
  .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-none {
    text-align: right; }
  .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-1 {
    text-align: right; }
    .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-after {
      left: inherit;
      right: 0;
      transform: translateX(0); }
  .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-2 {
    text-align: right; }
    .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-2 span.elespare-section-title:after {
      left: inherit;
      right: 0; }
  .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-3 {
    text-align: right; }
    .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-3 .elespare-section-title {
      padding: 5px 0 7px 10px; }
  .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-4 {
    text-align: right; }
    .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-4 .elespare-widget-title {
      flex-direction: row-reverse; }
      .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-before {
        margin: 0 0 0 10px; }
      .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-after {
        margin: 0 10px 0 0; }
  .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-5 {
    text-align: right; }
    .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-5 .elespare-widget-title {
      justify-content: flex-end; }
      .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-before {
        order: 1; }
      .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-after {
        order: 2;
        max-width: 50px;
        min-width: 50px;
        flex: 0 0 50px; }
      .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title {
        order: 3;
        margin: 0 0 0 10px; }
  .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-6 {
    text-align: right; }
    .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-6 .elespare-widget-title {
      flex-direction: row-reverse; }
      .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after {
        margin: 0 10px 0 0; }
  .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-7 {
    text-align: right; }
  .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-8 {
    text-align: right; }
    .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-8 .elespare-section-title:before {
      left: inherit;
      right: 10px; }
  .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-9 {
    text-align: right; }
  .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-10 {
    text-align: right; }
    .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-10 .elespare-section-title {
      padding: 0 12px 0 0; }
      .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-10 .elespare-section-title:before {
        left: inherit;
        right: 0;
        top: 50%;
        transform: translateY(-50%); } }

.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a {
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%; }
  .elespare-trending-wrapper .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-trending-wrapper .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-timeline-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-timeline-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-single-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-single-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-tabs-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-tabs-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-slider-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-slider-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-masonry-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-masonry-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-express-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-express-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-carousel-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-carousel-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-full-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-full-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-grid-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-grid-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img {
    transition: transform 0.3s ease; }

.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img {
  transform: scale(1.05); }

.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a {
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%; }
  .elespare-trending-wrapper .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-trending-wrapper .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-timeline-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-timeline-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-single-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-single-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-tabs-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-tabs-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-slider-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-slider-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-masonry-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-masonry-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-express-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-express-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-carousel-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-carousel-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-full-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-full-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-grid-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-grid-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img {
    transition: transform 0.5s ease; }

.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img {
  transform: scale(1.2) rotate(5deg); }

.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img {
  transition: filter 0.5s ease;
  filter: grayscale(100%); }

.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img {
  filter: grayscale(0); }

.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a {
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%; }
  .elespare-trending-wrapper .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-trending-wrapper .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-timeline-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-timeline-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-single-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-single-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-tabs-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-tabs-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-slider-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-slider-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-masonry-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-masonry-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-express-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-express-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-carousel-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-carousel-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-full-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-full-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-tile-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-tile-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-grid-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-grid-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img {
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(100%); }

.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img {
  filter: brightness(150%); }

[class^="elespare-icons-"]:before,
[class*=" elespare-icons-"]:before {
  width: auto;
  margin: 0; }

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0px; }

.elementor-column-gap-default > .elementor-column .elementor-widget-container {
  padding: 10px; }
.elespare-list-wrap {
  container-type: inline-size; }
  .elespare-list-wrap .elespare-posts-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
    .elespare-list-wrap .elespare-posts-wrap .elespare-posts-list-post-items {
      display: flex;
      align-items: center;
      min-height: 120px; }
      .elespare-list-wrap .elespare-posts-wrap .elespare-posts-list-post-items .elespare-img-wrapper {
        max-width: 123px;
        width: 45%;
        position: relative;
        align-self: flex-start;
        aspect-ratio: 1/1;
        overflow: hidden; }
        .elespare-list-wrap .elespare-posts-wrap .elespare-posts-list-post-items .elespare-img-wrapper a {
          display: block;
          height: 100%;
          width: 100%; }
          .elespare-list-wrap .elespare-posts-wrap .elespare-posts-list-post-items .elespare-img-wrapper a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            margin: 0; }
      .elespare-list-wrap .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper {
        width: 100%;
        padding: 10px; }
        .elespare-list-wrap .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-post-title {
          font-size: 14px; }
      .elespare-list-wrap .elespare-posts-wrap .elespare-posts-list-post-items .elespare-img-wrapper + .elespare-content-wrapper {
        flex: 1; }
    .elespare-list-wrap .elespare-posts-wrap a {
      text-decoration: none; }

.elespare-list-wrap .elespare-posts-wrap.list-style-1 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
  padding: 0; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-1 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
    content: "\2219";
    color: inherit;
    font-weight: bold;
    padding: 0 0 0 2px; }

.elespare-list-wrap .elespare-posts-wrap.list-style-1 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category:last-child a.elespare-categories::after {
  display: none; }

.elespare-list-wrap .elespare-posts-wrap.list-style-2 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
  padding: 0;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 1px;
  line-height: 1.5;
  display: block; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-2 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
    display: none; }

.elespare-list-wrap .elespare-posts-wrap.list-style-3 .elespare-posts-list-post-items {
  flex-direction: row-reverse; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-3 .elespare-posts-list-post-items .elespare-content-wrapper {
    text-align: right;
    align-items: flex-end; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-3 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
      padding: 0; }
      .elespare-list-wrap .elespare-posts-wrap.list-style-3 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
        content: "\2219";
        color: inherit;
        font-weight: bold;
        padding: 0 0 0 2px; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-3 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category:last-child a.elespare-categories::after {
      display: none; }

.elespare-list-wrap .elespare-posts-wrap.list-style-4 .elespare-posts-list-post-items {
  flex-direction: row-reverse; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-4 .elespare-posts-list-post-items .elespare-content-wrapper {
    text-align: right;
    align-items: flex-end; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-4 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
      padding: 0;
      border: none;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      padding-bottom: 1px;
      line-height: 1.5;
      display: block; }
      .elespare-list-wrap .elespare-posts-wrap.list-style-4 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
        display: none; }

.elespare-list-wrap .elespare-posts-wrap.list-style-7 .elespare-posts-list-post-items:first-child, .elespare-list-wrap .elespare-posts-wrap.list-style-5 .elespare-posts-list-post-items:first-child {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
  grid-row-end: span 2; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-7 .elespare-posts-list-post-items:first-child .elespare-content-wrapper, .elespare-list-wrap .elespare-posts-wrap.list-style-5 .elespare-posts-list-post-items:first-child .elespare-content-wrapper {
    position: relative;
    width: 100%;
    padding: 15px;
    justify-self: end;
    justify-content: flex-end; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-7 .elespare-posts-list-post-items:first-child .elespare-content-wrapper::after, .elespare-list-wrap .elespare-posts-wrap.list-style-5 .elespare-posts-list-post-items:first-child .elespare-content-wrapper::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 50%, #000 100%);
      z-index: 0; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-7 .elespare-posts-list-post-items:first-child .elespare-content-wrapper > *, .elespare-list-wrap .elespare-posts-wrap.list-style-5 .elespare-posts-list-post-items:first-child .elespare-content-wrapper > * {
      position: relative;
      z-index: 1; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-7 .elespare-posts-list-post-items:first-child .elespare-img-wrapper, .elespare-list-wrap .elespare-posts-wrap.list-style-5 .elespare-posts-list-post-items:first-child .elespare-img-wrapper {
    height: 100% !important;
    width: 100% !important;
    max-width: none !important;
    position: absolute !important;
    left: 0;
    bottom: 0; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-7 .elespare-posts-list-post-items:first-child .elespare-img-wrapper img,
    .elespare-list-wrap .elespare-posts-wrap.list-style-7 .elespare-posts-list-post-items:first-child .elespare-img-wrapper a, .elespare-list-wrap .elespare-posts-wrap.list-style-5 .elespare-posts-list-post-items:first-child .elespare-img-wrapper img,
    .elespare-list-wrap .elespare-posts-wrap.list-style-5 .elespare-posts-list-post-items:first-child .elespare-img-wrapper a {
      display: block;
      height: 100%; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-7 .elespare-posts-list-post-items:first-child .elespare-img-wrapper img, .elespare-list-wrap .elespare-posts-wrap.list-style-5 .elespare-posts-list-post-items:first-child .elespare-img-wrapper img {
      width: 100%;
      object-fit: cover; }

.elespare-list-wrap .elespare-posts-wrap.list-style-7 .elespare-posts-list-post-items:not(:first-child) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories, .elespare-list-wrap .elespare-posts-wrap.list-style-5 .elespare-posts-list-post-items:not(:first-child) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
  padding: 0; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-7 .elespare-posts-list-post-items:not(:first-child) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after, .elespare-list-wrap .elespare-posts-wrap.list-style-5 .elespare-posts-list-post-items:not(:first-child) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
    content: "\2219";
    color: inherit;
    font-weight: bold;
    padding: 0 0 0 2px; }

.elespare-list-wrap .elespare-posts-wrap.list-style-7 .elespare-posts-list-post-items:not(:first-child) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category:last-child a.elespare-categories::after, .elespare-list-wrap .elespare-posts-wrap.list-style-5 .elespare-posts-list-post-items:not(:first-child) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category:last-child a.elespare-categories::after {
  display: none; }

.elespare-list-wrap .elespare-posts-wrap.list-style-8 .elespare-posts-list-post-items:first-child, .elespare-list-wrap .elespare-posts-wrap.list-style-6 .elespare-posts-list-post-items:first-child {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
  grid-row-end: span 2; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-8 .elespare-posts-list-post-items:first-child .elespare-content-wrapper, .elespare-list-wrap .elespare-posts-wrap.list-style-6 .elespare-posts-list-post-items:first-child .elespare-content-wrapper {
    position: relative;
    padding: 15px;
    justify-self: end;
    justify-content: flex-end;
    width: 100%; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-8 .elespare-posts-list-post-items:first-child .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories, .elespare-list-wrap .elespare-posts-wrap.list-style-6 .elespare-posts-list-post-items:first-child .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
      padding: 3px 7px;
      border-width: 1px;
      border-style: solid;
      display: block; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-8 .elespare-posts-list-post-items:first-child .elespare-content-wrapper > *, .elespare-list-wrap .elespare-posts-wrap.list-style-6 .elespare-posts-list-post-items:first-child .elespare-content-wrapper > * {
      position: relative;
      z-index: 1; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-8 .elespare-posts-list-post-items:first-child .elespare-content-wrapper::after, .elespare-list-wrap .elespare-posts-wrap.list-style-6 .elespare-posts-list-post-items:first-child .elespare-content-wrapper::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
      z-index: 0; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-8 .elespare-posts-list-post-items:first-child .elespare-img-wrapper, .elespare-list-wrap .elespare-posts-wrap.list-style-6 .elespare-posts-list-post-items:first-child .elespare-img-wrapper {
    height: 100% !important;
    width: 100% !important;
    max-width: none !important;
    position: absolute !important;
    left: 0;
    bottom: 0; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-8 .elespare-posts-list-post-items:first-child .elespare-img-wrapper img,
    .elespare-list-wrap .elespare-posts-wrap.list-style-8 .elespare-posts-list-post-items:first-child .elespare-img-wrapper a, .elespare-list-wrap .elespare-posts-wrap.list-style-6 .elespare-posts-list-post-items:first-child .elespare-img-wrapper img,
    .elespare-list-wrap .elespare-posts-wrap.list-style-6 .elespare-posts-list-post-items:first-child .elespare-img-wrapper a {
      display: block;
      height: 100%; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-8 .elespare-posts-list-post-items:first-child .elespare-img-wrapper img, .elespare-list-wrap .elespare-posts-wrap.list-style-6 .elespare-posts-list-post-items:first-child .elespare-img-wrapper img {
      width: 100%;
      object-fit: cover; }

.elespare-list-wrap .elespare-posts-wrap.list-style-8 .elespare-posts-list-post-items:not(:first-child) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories, .elespare-list-wrap .elespare-posts-wrap.list-style-6 .elespare-posts-list-post-items:not(:first-child) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
  padding: 0;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 1px;
  line-height: 1.5;
  display: block; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-8 .elespare-posts-list-post-items:not(:first-child) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after, .elespare-list-wrap .elespare-posts-wrap.list-style-6 .elespare-posts-list-post-items:not(:first-child) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
    display: none; }

.elespare-list-wrap .elespare-posts-wrap.list-style-9 .elespare-posts-list-post-items:first-child {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
  grid-row-end: span 2; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-9 .elespare-posts-list-post-items:first-child .elespare-content-wrapper {
    position: relative;
    padding: 15px;
    justify-self: end;
    justify-content: flex-end;
    width: 100%; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-9 .elespare-posts-list-post-items:first-child .elespare-content-wrapper::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 50%, #000 100%);
      z-index: 0; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-9 .elespare-posts-list-post-items:first-child .elespare-content-wrapper > * {
      position: relative;
      z-index: 1; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-9 .elespare-posts-list-post-items:first-child .elespare-img-wrapper {
    height: 100% !important;
    max-width: none !important;
    width: 100% !important;
    position: absolute !important;
    left: 0;
    bottom: 0; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-9 .elespare-posts-list-post-items:first-child .elespare-img-wrapper img,
    .elespare-list-wrap .elespare-posts-wrap.list-style-9 .elespare-posts-list-post-items:first-child .elespare-img-wrapper a {
      display: block;
      height: 100%; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-9 .elespare-posts-list-post-items:first-child .elespare-img-wrapper img {
      width: 100%;
      object-fit: cover; }

.elespare-list-wrap .elespare-posts-wrap.list-style-9 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
  padding: 0;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 1px;
  line-height: 1.5;
  display: block; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-9 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
    display: none; }

.elespare-list-wrap .elespare-posts-wrap.list-style-10 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
  padding: 0; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-10 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
    content: "\2219";
    color: inherit;
    font-weight: bold;
    padding: 0 0 0 2px; }

.elespare-list-wrap .elespare-posts-wrap.list-style-10 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category:last-child a.elespare-categories::after {
  display: none; }

.elespare-list-wrap .elespare-posts-wrap.list-style-11 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
  padding: 0;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 1px;
  line-height: 1.5;
  display: block; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-11 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
    display: none; }

.elespare-list-wrap.has-background .elespare-posts-wrap .elespare-posts-list-post-items {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-list-post-items .elespare-content-wrapper .elespare-metadata {
  display: flex;
  align-items: center; }
  .elespare-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-list-post-items .elespare-content-wrapper .elespare-metadata .post-author {
    display: flex;
    align-items: center; }
    .elespare-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-list-post-items .elespare-content-wrapper .elespare-metadata .post-author a {
      display: flex;
      align-items: center; }
      .elespare-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-list-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        line-height: 1;
        overflow: hidden;
        margin-right: 5px; }
        .elespare-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-list-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img {
          height: 100%;
          width: 100%;
          object-fit: cover; }

.elespare-list-wrap .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper {
  text-align: left; }

.elementor-widget-post-list {
  width: 100%; }

@container (max-width: 1050px) {
  .elespare-list-wrap .elespare-posts-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr); } }

@container (max-width: 600px) {
  .elespare-list-wrap .elespare-posts-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr); } }

body.rtl .elespare-list-wrap .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper {
  text-align: right; }

body.rtl .elespare-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-list-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap {
  margin-right: 0px; }

body.rtl .elespare-posts-wrap.list-style-3 .elespare-posts-list-post-items .elespare-content-wrapper, body.rtl .elespare-posts-wrap.list-style-4 .elespare-posts-list-post-items .elespare-content-wrapper {
  text-align: left; }
.list-layout.has-no-background .elespare-posts-wrap .elespare-content-wrapper {
  padding: 0 15px; }

.elespare-single-list-wrap {
  container-type: inline-size; }
  .elespare-single-list-wrap .elespare-posts-wrap .elespare-posts-single-list-post-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden; }
    .elespare-single-list-wrap .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-img-wrapper {
      align-self: flex-start;
      width: 50%;
      overflow: hidden; }
      .elespare-single-list-wrap .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
        .elespare-single-list-wrap .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-img-wrapper a img {
          height: 100%;
          width: 100%;
          object-fit: cover; }
    .elespare-single-list-wrap .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper {
      width: 50%;
      padding: 15px;
      align-self: center; }
      .elespare-single-list-wrap .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-exceprt p:last-child {
        margin-bottom: 0; }
  .elespare-single-list-wrap .elespare-posts-wrap a {
    text-decoration: none; }

.elespare-posts-wrap.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) ul.elespare-cat-links li {
  margin-block-end: 0px;
  margin-inline-end: 0px;
  margin-block-start: 0px;
  margin-inline-start: 0px; }

.elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-right .elespare-posts-single-list-post-items {
  flex-direction: row-reverse; }
  .elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-right .elespare-posts-single-list-post-items .elespare-img-wrapper .elespare-post-format {
    left: 10px;
    right: unset; }
  .elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-right .elespare-posts-single-list-post-items .elespare-content-wrapper {
    text-align: right;
    align-items: flex-end; }
    .elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-right .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata {
      justify-content: flex-end; }

.elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) {
  flex-direction: row-reverse; }
  .elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-img-wrapper .elespare-post-format {
    left: 10px;
    right: unset; }
  .elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-content-wrapper {
    text-align: right;
    align-items: flex-end; }
    .elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-content-wrapper .elespare-metadata {
      justify-content: flex-end; }

.elespare-single-list-wrap .elespare-posts-wrap.single-list-style-2 .elespare-posts-single-list-post-items .elespare-img-wrapper ul.elespare-cat-links {
  top: inherit;
  bottom: 10px;
  left: 15px;
  width: 100%;
  margin-bottom: 0 !important; }

.elespare-single-list-wrap .elespare-posts-wrap.single-list-style-2.elespare-layout-right .elespare-posts-single-list-post-items .elespare-img-wrapper ul.elespare-cat-links {
  right: 15px;
  left: unset;
  justify-content: flex-end; }

.elespare-single-list-wrap .elespare-posts-wrap.single-list-style-2.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-img-wrapper ul.elespare-cat-links {
  right: 15px;
  left: unset;
  justify-content: flex-end; }

.elespare-posts-wrap.single-list-style-3 .elespare-posts-single-list-post-items .elespare-img-wrapper ul {
  left: 15px;
  top: 15px; }

.elespare-posts-wrap.single-list-style-3.elespare-layout-right .elespare-posts-single-list-post-items .elespare-img-wrapper ul {
  top: 15px;
  right: 15px;
  left: unset;
  justify-content: flex-end; }

.elespare-posts-wrap.single-list-style-3.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-img-wrapper ul {
  top: 15px;
  right: 15px;
  left: unset;
  justify-content: flex-end; }

.elespare-single-list-wrap.has-background .single-list-style-4 .elespare-posts-single-list-post-items {
  align-items: flex-end;
  box-shadow: none; }
  .elespare-single-list-wrap.has-background .single-list-style-4 .elespare-posts-single-list-post-items .elespare-content-wrapper {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-left .elespare-posts-single-list-post-items .elespare-content-wrapper {
  position: relative;
  z-index: 1;
  margin-left: -30px;
  align-self: flex-end; }

.elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-right .elespare-posts-single-list-post-items .elespare-content-wrapper {
  position: relative;
  z-index: 1;
  margin-right: -30px;
  align-self: flex-end; }
  .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-right .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata {
    justify-content: flex-end; }

.elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-alternate .elespare-posts-single-list-post-items .elespare-content-wrapper {
  position: relative;
  z-index: 1;
  margin-left: -30px;
  align-self: flex-end; }

.elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-content-wrapper {
  position: relative;
  z-index: 1;
  margin-right: -30px; }
  .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-content-wrapper .elespare-metadata {
    justify-content: flex-end; }

.elespare-single-list-wrap.has-background .elespare-posts-single-list-post-items {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-single-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata {
  display: flex;
  align-items: center; }
  .elespare-single-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata .post-author {
    display: flex;
    align-items: center; }
    .elespare-single-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata .post-author a {
      display: flex;
      align-items: center; }
      .elespare-single-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        overflow: hidden;
        line-height: 1;
        margin-right: 5px; }
        .elespare-single-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img {
          height: 100%;
          width: 100%;
          object-fit: cover; }

/* ==========Same height images========================== */
.elespare-single-list-wrap.elespare-has-equal-height .elespare-posts-single-list-post-items .elespare-img-wrapper {
  aspect-ratio: 3/2;
  overflow: hidden; }

/* ==========Same height images========================== */
/* ==========Same height images inside columns========================== */
.elespare-single-list-wrap .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper {
  text-align: left; }

.elespare-single-list-wrap.has-no-background .elespare-posts-wrap.single-list-style-4.elespare-layout-right .elespare-posts-single-list-post-items .elespare-content-wrapper, .elespare-single-list-wrap.has-no-background .elespare-posts-wrap.single-list-style-4.elespare-layout-left .elespare-posts-single-list-post-items .elespare-content-wrapper, .elespare-single-list-wrap.has-no-background .elespare-posts-wrap.single-list-style-4.elespare-layout-alternate .elespare-posts-single-list-post-items .elespare-content-wrapper {
  margin: 0; }

.elespare-single-list-wrap.has-no-background .elespare-posts-wrap.single-list-style-4.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-content-wrapper {
  margin: 0; }

.elementor-widget-post-single-column {
  width: 100%; }

/* ==========Same height images inside columns========================== */
@container (max-width: 480px) {
  .elespare-single-list-wrap .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-img-wrapper {
    width: 100%; }
  .elespare-single-list-wrap .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper {
    width: 100%; }
  .elespare-single-list-wrap .elespare-layout-right .elespare-content-wrapper {
    text-align: left; }
    .elespare-single-list-wrap .elespare-layout-right .elespare-content-wrapper .elespare-metadata {
      justify-content: flex-start; }
  .elespare-single-list-wrap .elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-content-wrapper {
    text-align: left; }
    .elespare-single-list-wrap .elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-content-wrapper .elespare-metadata {
      justify-content: flex-start; }
  .elespare-single-list-wrap.has-background .single-list-style-4 .elespare-posts-single-list-post-items {
    align-items: flex-end;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }
    .elespare-single-list-wrap.has-background .single-list-style-4 .elespare-posts-single-list-post-items .elespare-content-wrapper {
      box-shadow: none; }
  .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-left .elespare-posts-single-list-post-items .elespare-content-wrapper {
    position: relative;
    z-index: 1;
    margin-left: 0px;
    align-self: flex-end; }
  .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-right .elespare-posts-single-list-post-items .elespare-content-wrapper {
    position: relative;
    z-index: 1;
    margin-right: 0px;
    align-self: flex-end; }
    .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-right .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata {
      justify-content: flex-end; }
  .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-alternate .elespare-posts-single-list-post-items .elespare-content-wrapper {
    position: relative;
    z-index: 1;
    margin-left: 0px;
    align-self: flex-end; }
  .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-content-wrapper {
    position: relative;
    z-index: 1;
    margin-right: 0px; }
    .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-content-wrapper .elespare-metadata {
      justify-content: flex-end; } }

body.rtl .elespare-single-list-wrap .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper {
  text-align: right; }

body.rtl .elespare-single-list-wrap .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-img-wrapper .elespare-post-format {
  left: 10px;
  right: unset; }

body.rtl .elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-right .elespare-posts-single-list-post-items .elespare-img-wrapper .elespare-post-format {
  right: 10px;
  left: unset; }

body.rtl .elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-right .elespare-posts-single-list-post-items .elespare-content-wrapper {
  text-align: left; }
  body.rtl .elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-right .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata {
    justify-content: flex-start; }

body.rtl .elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-img-wrapper .elespare-post-format {
  right: 10px;
  left: unset; }

body.rtl .elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-content-wrapper {
  text-align: left; }
  body.rtl .elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-content-wrapper .elespare-metadata {
    justify-content: flex-start; }

body.rtl .elespare-single-list-wrap .elespare-posts-wrap.single-list-style-2 .elespare-posts-single-list-post-items .elespare-img-wrapper ul.elespare-cat-links {
  left: unset;
  right: 15px; }

body.rtl .elespare-single-list-wrap .elespare-posts-wrap.single-list-style-2.elespare-layout-right .elespare-posts-single-list-post-items .elespare-img-wrapper ul.elespare-cat-links {
  left: 15px;
  right: unset; }

body.rtl .elespare-single-list-wrap .elespare-posts-wrap.single-list-style-2.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-img-wrapper ul.elespare-cat-links {
  left: 15px;
  right: unset; }

body.rtl .elespare-posts-wrap.single-list-style-3 .elespare-posts-single-list-post-items .elespare-img-wrapper ul {
  left: unset;
  right: 15px; }

body.rtl .elespare-posts-wrap.single-list-style-3.elespare-layout-right .elespare-posts-single-list-post-items .elespare-img-wrapper ul {
  left: 15px;
  right: unset; }

body.rtl .elespare-posts-wrap.single-list-style-3.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-img-wrapper ul {
  left: 15px;
  right: unset; }

body.rtl .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-left .elespare-posts-single-list-post-items .elespare-content-wrapper {
  margin-right: -30px;
  margin-left: unset; }

body.rtl .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-right .elespare-posts-single-list-post-items .elespare-content-wrapper {
  margin-left: -30px;
  margin-right: unset; }

body.rtl .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-alternate .elespare-posts-single-list-post-items .elespare-content-wrapper {
  margin-left: unset;
  margin-right: -30px; }

body.rtl .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-content-wrapper {
  margin-right: unset;
  margin-left: -30px; }

@container (max-width: 480px) {
  body.rtl .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-left .elespare-posts-single-list-post-items .elespare-content-wrapper {
    margin-right: 0px; }
  body.rtl .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-right .elespare-posts-single-list-post-items .elespare-content-wrapper {
    margin-left: 0px; }
  body.rtl .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-alternate .elespare-posts-single-list-post-items .elespare-content-wrapper {
    margin-right: 0px; }
  body.rtl .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-content-wrapper {
    margin-left: 0px; } }
.elespare-tile-wrap {
  container-type: inline-size; }
  .elespare-tile-wrap .elespare-posts-wrap .elespare-posts-tile-post-items {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 245px; }
    .elespare-tile-wrap .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper {
      position: relative;
      width: 100%;
      padding: 15px;
      justify-self: end;
      justify-content: flex-end; }
      .elespare-tile-wrap .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-cat-links {
        width: calc(100% - 40px); }
      .elespare-tile-wrap .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 50%, #000 100%);
        z-index: 0; }
      .elespare-tile-wrap .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper > * {
        position: relative;
        z-index: 1; }
    .elespare-tile-wrap .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-img-wrapper {
      height: 100%;
      width: 100%;
      position: absolute !important;
      left: 0;
      bottom: 0; }
      .elespare-tile-wrap .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-img-wrapper img,
      .elespare-tile-wrap .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-img-wrapper a {
        display: block;
        height: 100%; }
      .elespare-tile-wrap .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-img-wrapper img {
        width: 100%;
        object-fit: cover; }
  .elespare-tile-wrap .elespare-posts-wrap a {
    text-decoration: none; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-1 {
  grid-template-columns: repeat(3, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-1 .elespare-posts-tile-post-items:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-2 {
  grid-template-columns: repeat(3, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-2 .elespare-posts-tile-post-items:nth-child(4n + 1), .elespare-tile-wrap .elespare-posts-wrap.tile-style-2 .elespare-posts-tile-post-items:nth-child(4n) {
    grid-column-end: span 2; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-3 {
  grid-template-columns: repeat(3, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-3 .elespare-posts-tile-post-items:nth-child(3) {
    grid-row-end: span 2; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-4 {
  grid-template-columns: repeat(3, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-4 .elespare-posts-tile-post-items:nth-child(2) {
    grid-row-end: span 2; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-5 {
  grid-template-columns: repeat(3, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-5 .elespare-posts-tile-post-items:nth-child(1) {
    grid-row-end: span 2; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-6 {
  grid-template-columns: repeat(3, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-6 .elespare-posts-tile-post-items:nth-child(5) {
    grid-column: span 2;
    grid-row: span 2; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-7 {
  grid-template-columns: repeat(3, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-7 .elespare-posts-tile-post-items:nth-child(2n + 5):nth-child(3n + 2) {
    grid-column-end: span 2; }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-7 .elespare-posts-tile-post-items:nth-child(5n + 2):nth-child(2n + 3) {
    grid-row-end: span 2; }
    .elespare-tile-wrap .elespare-posts-wrap.tile-style-7 .elespare-posts-tile-post-items:nth-child(5n + 2):nth-child(2n + 3) .elespare-content-wrapper .elespare-post-title {
      font-size: 30px; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-8 {
  grid-template-columns: repeat(3, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-8 .elespare-posts-tile-post-items:nth-child(5n) {
    grid-row: span 1;
    grid-column: span 2; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-9 {
  grid-template-columns: repeat(2, 1fr); }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-10 {
  grid-template-columns: repeat(2, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-10 .elespare-posts-tile-post-items {
    min-height: 300px; }
    .elespare-tile-wrap .elespare-posts-wrap.tile-style-10 .elespare-posts-tile-post-items:nth-child(3n) {
      grid-column-end: span 2; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-11 {
  grid-template-columns: repeat(2, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-11 .elespare-posts-tile-post-items:nth-child(6n + 1), .elespare-tile-wrap .elespare-posts-wrap.tile-style-11 .elespare-posts-tile-post-items:nth-child(6n + 5) {
    grid-row-end: span 2; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-12 {
  grid-template-columns: repeat(3, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-12 .elespare-posts-tile-post-items:nth-child(6n + 1), .elespare-tile-wrap .elespare-posts-wrap.tile-style-12 .elespare-posts-tile-post-items:nth-child(6n + 5) {
    grid-row-end: span 2; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-13 {
  grid-template-columns: repeat(3, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-13 .elespare-posts-tile-post-items:nth-child(3n + 2) {
    grid-row-end: span 2; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-14 {
  grid-template-columns: repeat(4, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-14 .elespare-posts-tile-post-items:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-15 {
  grid-template-columns: repeat(4, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-15 .elespare-posts-tile-post-items:nth-child(4n + 1), .elespare-tile-wrap .elespare-posts-wrap.tile-style-15 .elespare-posts-tile-post-items:nth-child(4n) {
    grid-column-end: span 2; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-16 {
  grid-template-columns: repeat(4, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-16 .elespare-posts-tile-post-items {
    min-height: 210px; }
    .elespare-tile-wrap .elespare-posts-wrap.tile-style-16 .elespare-posts-tile-post-items:nth-child(4n) {
      grid-row-end: span 2; }

.elespare-tile-wrap .elespare-posts-wrap .elespare-posts-tile-post-items {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-tile-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-metadata {
  display: flex;
  align-items: center; }
  .elespare-tile-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-metadata .post-author {
    display: flex;
    align-items: center; }
    .elespare-tile-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-metadata .post-author a {
      display: flex;
      align-items: center; }
      .elespare-tile-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        overflow: hidden;
        line-height: 1;
        margin-right: 5px; }
        .elespare-tile-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img {
          height: 100%;
          width: 100%;
          object-fit: cover; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-1, .elespare-tile-wrap .elespare-posts-wrap.tile-style-2, .elespare-tile-wrap .elespare-posts-wrap.tile-style-3, .elespare-tile-wrap .elespare-posts-wrap.tile-style-4, .elespare-tile-wrap .elespare-posts-wrap.tile-style-5, .elespare-tile-wrap .elespare-posts-wrap.tile-style-6, .elespare-tile-wrap .elespare-posts-wrap.tile-style-7, .elespare-tile-wrap .elespare-posts-wrap.tile-style-8, .elespare-tile-wrap .elespare-posts-wrap.tile-style-9, .elespare-tile-wrap .elespare-posts-wrap.tile-style-10, .elespare-tile-wrap .elespare-posts-wrap.tile-style-11, .elespare-tile-wrap .elespare-posts-wrap.tile-style-12, .elespare-tile-wrap .elespare-posts-wrap.tile-style-13, .elespare-tile-wrap .elespare-posts-wrap.tile-style-14, .elespare-tile-wrap .elespare-posts-wrap.tile-style-15, .elespare-tile-wrap .elespare-posts-wrap.tile-style-16 {
  grid-gap: 10px; }

.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items .elespare-img-wrapper a {
  position: relative; }
  .elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items .elespare-img-wrapper a::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: -webkit-linear-gradient(to top, #f9d423, #e65c00);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #f9d423, #e65c00);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    transition: all 0.4s ease-in-out; }

.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:hover .elespare-img-wrapper a::after {
  opacity: 0; }

.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(11) .elespare-img-wrapper a::after,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(1) .elespare-img-wrapper a::after {
  background: -webkit-linear-gradient(to top, #43cea2, #185a9d);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #43cea2, #185a9d);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(12) .elespare-img-wrapper a::after,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(2) .elespare-img-wrapper a::after {
  background: -webkit-linear-gradient(to top, #dd2476, #ff512f);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #dd2476, #ff512f);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(13) .elespare-img-wrapper a::after,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(3) .elespare-img-wrapper a::after {
  background: -webkit-linear-gradient(to top, #cc2b5e, #753a88);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #cc2b5e, #753a88);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(14) .elespare-img-wrapper a::after,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(4) .elespare-img-wrapper a::after {
  background: -webkit-linear-gradient(to top, #ee9ca7, #ffdde1);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #ee9ca7, #ffdde1);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(15) .elespare-img-wrapper a::after,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(5) .elespare-img-wrapper a::after {
  background: -webkit-linear-gradient(to top, #42275a, #734b6d);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #42275a, #734b6d);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(16) .elespare-img-wrapper a::after,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(6) .elespare-img-wrapper a::after {
  background: -webkit-linear-gradient(to top, #de6262, #ffb88c);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #de6262, #ffb88c);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(17) .elespare-img-wrapper a::after,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(7) .elespare-img-wrapper a::after {
  background: -webkit-linear-gradient(to top, #ffd89b, #19547b);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #ffd89b, #19547b);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(18) .elespare-img-wrapper a::after,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(8) .elespare-img-wrapper a::after {
  background: -webkit-linear-gradient(to top, #3a1c71, #d76d77, #ffaf7b);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #3a1c71, #d76d77, #ffaf7b);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(19)
.elespare-posts-tile-post-items:nth-child(9) .elespare-img-wrapper a::after {
  background: -webkit-linear-gradient(to top, #355c7d, #6c5b7b, #c06c84);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #355c7d, #6c5b7b, #c06c84);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(20) .elespare-img-wrapper a::after,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(10) .elespare-img-wrapper a::after {
  background: -webkit-linear-gradient(to top, #2657eb, #de6161);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #2657eb, #de6161);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.elespare-tile-wrap .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper {
  text-align: left; }

.elementor-widget-post-tile {
  width: 100%; }

/* ==========post tile container query========================== */
@container (max-width: 768px) {
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-16, .elespare-tile-wrap .elespare-posts-wrap.tile-style-15, .elespare-tile-wrap .elespare-posts-wrap.tile-style-14, .elespare-tile-wrap .elespare-posts-wrap.tile-style-13, .elespare-tile-wrap .elespare-posts-wrap.tile-style-12, .elespare-tile-wrap .elespare-posts-wrap.tile-style-8, .elespare-tile-wrap .elespare-posts-wrap.tile-style-7, .elespare-tile-wrap .elespare-posts-wrap.tile-style-6, .elespare-tile-wrap .elespare-posts-wrap.tile-style-5, .elespare-tile-wrap .elespare-posts-wrap.tile-style-4, .elespare-tile-wrap .elespare-posts-wrap.tile-style-3, .elespare-tile-wrap .elespare-posts-wrap.tile-style-2, .elespare-tile-wrap .elespare-posts-wrap.tile-style-1 {
    grid-template-columns: repeat(2, 1fr); } }

@container (max-width: 480px) {
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-16, .elespare-tile-wrap .elespare-posts-wrap.tile-style-15, .elespare-tile-wrap .elespare-posts-wrap.tile-style-14, .elespare-tile-wrap .elespare-posts-wrap.tile-style-13, .elespare-tile-wrap .elespare-posts-wrap.tile-style-12, .elespare-tile-wrap .elespare-posts-wrap.tile-style-11, .elespare-tile-wrap .elespare-posts-wrap.tile-style-10, .elespare-tile-wrap .elespare-posts-wrap.tile-style-9, .elespare-tile-wrap .elespare-posts-wrap.tile-style-8, .elespare-tile-wrap .elespare-posts-wrap.tile-style-7, .elespare-tile-wrap .elespare-posts-wrap.tile-style-6, .elespare-tile-wrap .elespare-posts-wrap.tile-style-5, .elespare-tile-wrap .elespare-posts-wrap.tile-style-4, .elespare-tile-wrap .elespare-posts-wrap.tile-style-3, .elespare-tile-wrap .elespare-posts-wrap.tile-style-2, .elespare-tile-wrap .elespare-posts-wrap.tile-style-1 {
    grid-template-columns: repeat(1, 1fr); }
    .elespare-tile-wrap .elespare-posts-wrap.tile-style-16 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-15 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-14 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-13 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-12 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-11 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-10 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-9 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-8 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-7 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-6 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-5 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-4 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-3 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-2 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-1 > * {
      grid-column: span 1 !important;
      grid-row: span 1 !important;
      min-height: 240px; }
    .elespare-tile-wrap .elespare-posts-wrap.tile-style-16 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-15 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-14 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-13 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-12 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-11 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-10 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-9 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-8 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-7 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-6 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-5 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-4 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-3 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-2 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-1 .elespare-content-wrapper .elespare-post-title {
      font-size: 18px; } }

/* ==========post tile container query========================== */
body.rtl .elespare-tile-wrap .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper {
  text-align: right; }

body.rtl .elespare-tile-wrap .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-img-wrapper .elespare-post-format {
  left: 10px;
  right: unset; }
.elespare-slider-wrap {
  container-type: inline-size; }
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-content-wrapper-inner {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-4 {
    display: grid; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-4 .elespare-img-wrapper img {
      width: 100%; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-4 .elespare-posts-slider-post-items .elespare-content-wrapper {
      text-align: left;
      padding: 15px; }
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items, .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-2 .elespare-posts-slider-post-items {
    display: grid;
    justify-content: center;
    align-items: stretch;
    grid-template-columns: 1fr 0.75fr;
    grid-gap: 0; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items .elespare-img-wrapper, .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-2 .elespare-posts-slider-post-items .elespare-img-wrapper {
      position: relative;
      margin: 0;
      line-height: 0; }
      .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items .elespare-img-wrapper a, .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-2 .elespare-posts-slider-post-items .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
        .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items .elespare-img-wrapper a img, .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-2 .elespare-posts-slider-post-items .elespare-img-wrapper a img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items .elespare-content-wrapper, .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-2 .elespare-posts-slider-post-items .elespare-content-wrapper {
      justify-content: center; }
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items {
    grid-template-columns: 0.75fr 1fr; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items .elespare-img-wrapper {
      grid-column-start: 2;
      grid-row-start: 1; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items .elespare-content-wrapper {
      text-align: right;
      align-items: flex-end; }
      .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata {
        justify-content: flex-end; }
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-1 {
    display: grid; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-1 .elespare-posts-slider-post-items {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-1 .elespare-posts-slider-post-items .elespare-img-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-1 .elespare-posts-slider-post-items .elespare-img-wrapper a {
          display: block;
          height: 100%;
          width: 100%; }
        .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-1 .elespare-posts-slider-post-items .elespare-img-wrapper img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-1 .elespare-posts-slider-post-items .elespare-img-wrapper > a:after {
        content: "";
        background: #222;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        filter: alpha(opacity=100);
        opacity: 0.85;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, black 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, black));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, black 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, black 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 40%, black 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, black 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0); }
      .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-1 .elespare-posts-slider-post-items .elespare-content-wrapper {
        position: relative;
        z-index: 2;
        text-align: left; }
        .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-1 .elespare-posts-slider-post-items .elespare-content-wrapper::after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 50%, #000 100%);
          z-index: 0; }
        .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-1 .elespare-posts-slider-post-items .elespare-content-wrapper > * {
          position: relative;
          z-index: 1; }
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-5 .elespare-posts-slider-post-items {
    display: flex;
    flex-direction: column; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-5 .elespare-posts-slider-post-items .elespare-img-wrapper {
      order: 2; }
      .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-5 .elespare-posts-slider-post-items .elespare-img-wrapper img {
        width: 100%; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-5 .elespare-posts-slider-post-items .elespare-content-wrapper {
      order: 1; }
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-6 .elespare-posts-slider-post-items {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 50px;
    overflow: visible; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-6 .elespare-posts-slider-post-items .elespare-content-wrapper {
      position: relative;
      z-index: 2;
      width: 60%;
      left: 50%;
      transform: translateX(-50%);
      text-align: center; }
      .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-6 .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata {
        justify-content: center; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-6 .elespare-posts-slider-post-items .elespare-img-wrapper {
      height: 100%;
      width: 100%;
      background-size: cover;
      background-position: 50%;
      position: absolute;
      left: 0;
      bottom: 50px; }
      .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-6 .elespare-posts-slider-post-items .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
        .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-6 .elespare-posts-slider-post-items .elespare-img-wrapper a img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-7 .elespare-posts-slider-post-items {
    overflow: visible; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-7 .elespare-posts-slider-post-items .elespare-img-wrapper img {
      width: 100%; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-7 .elespare-posts-slider-post-items .elespare-img-wrapper ul.elespare-cat-links {
      top: inherit;
      left: 100px;
      bottom: 50px;
      width: calc(100% - 100px);
      margin-bottom: 10px !important;
      font-size: 0; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-7 .elespare-posts-slider-post-items .elespare-content-wrapper {
      position: relative;
      z-index: 1;
      width: calc(100% - 100px);
      margin-top: -50px;
      margin-left: 100px; }
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap a {
    text-decoration: none; }

.elespare-slider-wrap.slider-layout .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper {
  text-align: left; }

.elespare-slider-wrap.has-background .elespare-posts-wrap .elespare-posts-slider-post-items {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-slider-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-slider-post-items .elespare-img-wrapper .elespare-avatar-wrap {
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid;
  background-color: #fff;
  left: 15px;
  bottom: 15px; }
  .elespare-slider-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-slider-post-items .elespare-img-wrapper .elespare-avatar-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.elespare-slider-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata {
  display: flex;
  align-items: center; }
  .elespare-slider-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata .post-author {
    display: flex;
    align-items: center; }
    .elespare-slider-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata .post-author a {
      display: flex;
      align-items: center; }
      .elespare-slider-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        overflow: hidden;
        line-height: 1;
        margin-right: 5px; }
        .elespare-slider-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img {
          height: 100%;
          width: 100%;
          object-fit: cover; }

/* ==========Same height images========================== */
.elespare-slider-wrap.slider-layout.elespare-has-equal-height .elespare-img-wrapper a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover; }

.elespare-slider-wrap.slider-layout.elespare-has-equal-height .slider-style-7 .elespare-posts-slider-post-items .elespare-img-wrapper,
.elespare-slider-wrap.slider-layout.elespare-has-equal-height .slider-style-5 .elespare-posts-slider-post-items .elespare-img-wrapper,
.elespare-slider-wrap.slider-layout.elespare-has-equal-height .slider-style-4 .elespare-posts-slider-post-items .elespare-img-wrapper {
  aspect-ratio: 3/2;
  overflow: hidden; }

.elespare-slider-wrap.slider-layout.elespare-has-equal-height .slider-style-3 .elespare-posts-slider-post-items,
.elespare-slider-wrap.slider-layout.elespare-has-equal-height .slider-style-2 .elespare-posts-slider-post-items {
  height: 580px; }

.elespare-slider-wrap.slider-layout .slider-style-6 .elespare-posts-slider-post-items,
.elespare-slider-wrap.slider-layout .slider-style-1 .elespare-posts-slider-post-items {
  aspect-ratio: 3/2;
  overflow: hidden; }

.elespare-slider-wrap .elespare-posts-wrap .elespare-posts-slider-post-items:not(:nth-child(1)) {
  display: none !important; }

.elespare-slider-wrap .elespare-posts-wrap .elespare-posts-slider-post-items.slick-slide:not(:nth-child(1)) {
  display: flex !important; }

.elespare-slider-wrap .elespare-posts-wrap.slider-style-2 .elespare-posts-slider-post-items.slick-slide:not(:nth-child(1)), .elespare-slider-wrap .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items.slick-slide:not(:nth-child(1)), .elespare-slider-wrap .elespare-posts-wrap.slider-style-4 .elespare-posts-slider-post-items.slick-slide:not(:nth-child(1)) {
  display: grid !important; }

.elespare-slider-wrap .elespare-posts-wrap.slider-style-7 .elespare-posts-slider-post-items.slick-slide:not(:nth-child(1)) {
  display: block !important; }

.elementor-widget-post-slider {
  width: 100%; }

@container (max-width: 768px) {
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-6 .elespare-posts-slider-post-items .elespare-content-wrapper {
    width: 90%; }
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-7 .elespare-posts-slider-post-items .elespare-img-wrapper ul.elespare-cat-links {
    left: 30px;
    width: calc(100% - 30px); }
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-7 .elespare-posts-slider-post-items .elespare-content-wrapper {
    width: calc(100% - 30px);
    margin-left: 30px; } }

@container (max-width: 600px) {
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items, .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-2 .elespare-posts-slider-post-items {
    grid-template-columns: 1fr;
    grid-template-rows: max-content; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items .elespare-content-wrapper, .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-2 .elespare-posts-slider-post-items .elespare-content-wrapper {
      justify-content: flex-start; }
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items .elespare-img-wrapper {
    grid-column-start: 1; }
  .elespare-slider-wrap.slider-layout.elespare-has-equal-height .slider-style-3 .elespare-posts-slider-post-items,
  .elespare-slider-wrap.slider-layout.elespare-has-equal-height .slider-style-2 .elespare-posts-slider-post-items {
    height: auto;
    min-height: unset; }
    .elespare-slider-wrap.slider-layout.elespare-has-equal-height .slider-style-3 .elespare-posts-slider-post-items .elespare-img-wrapper,
    .elespare-slider-wrap.slider-layout.elespare-has-equal-height .slider-style-2 .elespare-posts-slider-post-items .elespare-img-wrapper {
      height: 240px; }
  .elespare-slider-wrap.slider-layout .slider-style-6 .elespare-posts-slider-post-items .elespare-content-wrapper {
    width: 90%; } }

/* ==========Same height images========================== */
body.rtl .elespare-slider-wrap.slider-layout .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper {
  text-align: right; }

body.rtl .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-6 .elespare-posts-slider-post-items .elespare-content-wrapper {
  left: unset;
  right: 50%;
  transform: translateX(50%);
  text-align: center; }

body.rtl .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-7 .elespare-posts-slider-post-items .elespare-img-wrapper ul.elespare-cat-links {
  text-align: right;
  left: unset;
  right: 100px; }

body.rtl .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-7 .elespare-posts-slider-post-items .elespare-content-wrapper {
  margin-right: 100px;
  margin-left: unset; }

body.rtl .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items .elespare-content-wrapper {
  text-align: left; }

@container (max-width: 768px) {
  body.rtl .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-7 .elespare-posts-slider-post-items .elespare-img-wrapper ul.elespare-cat-links {
    left: unset;
    right: 30px; }
  body.rtl .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-7 .elespare-posts-slider-post-items .elespare-content-wrapper {
    margin-left: unset;
    margin-right: 30px; } }
.elespare-flash-wrap {
  container-type: inline-size; }
  .elespare-flash-wrap .elespare-exclusive-posts {
    font-size: 16px;
    line-height: 45px;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center; }
    .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-now {
      float: left;
      position: relative;
      line-height: normal;
      margin-right: 5px; }
      .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-now .elespare-exclusive-news-title {
        display: inline-block;
        font-weight: bold;
        color: #fff;
        background-color: #ff9800;
        height: 20px;
        font-size: 11px;
        line-height: 20px;
        text-align: center;
        position: relative;
        transform: translate(-50%, -50%);
        z-index: 2;
        position: absolute;
        top: 0;
        left: 50%;
        width: max-content;
        padding: 0 5px; }
        .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-now .elespare-exclusive-news-title:before {
          content: "";
          position: absolute;
          display: block;
          width: 0px;
          height: 0px;
          top: 0;
          left: -9px;
          border-left: 9px solid transparent;
          border-right: 1px solid transparent;
          border-top: 20px solid #ff9800; }
        .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-now .elespare-exclusive-news-title:after {
          content: "";
          position: absolute;
          display: block;
          width: 0px;
          height: 0px;
          right: -9px;
          top: 0;
          border-right: 9px solid transparent;
          border-left: 1px solid transparent;
          border-bottom: 20px solid #ff9800; }
      .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap {
        display: flex;
        align-items: center;
        padding: 0 15px;
        width: max-content; }
        .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap .elespare-exclusive-texts-wrapper {
          font-size: 14px;
          font-weight: bold; }
    .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-slides {
      padding: 0 5px;
      overflow: hidden; }
      .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-slides .js-marquee,
      .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-slides .marquee {
        display: flex;
        align-items: center; }
      .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-slides .marquee {
        width: 10000px; }
        .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-slides .marquee > div,
        .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-slides .marquee .js-marquee-wrapper {
          display: flex;
          align-items: center; }
        .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-slides .marquee h4.elespare-post-title {
          margin: 0;
          padding: 5px;
          margin-right: 10px; }
          .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-slides .marquee h4.elespare-post-title a {
            padding: 0 5px;
            display: flex;
            align-items: center;
            font-size: 14px;
            line-height: normal;
            color: #fff;
            font-weight: 600;
            flex-shrink: 0; }
            .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-slides .marquee h4.elespare-post-title a .elespare-circle-marq {
              width: 40px;
              min-width: 40px;
              height: 40px;
              min-height: 40px;
              overflow: hidden;
              display: inline-block;
              line-height: 1;
              margin-right: 15px;
              position: relative;
              background-color: #afafaf; }
              .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-slides .marquee h4.elespare-post-title a .elespare-circle-marq .elespare-trending-no {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                color: #fff;
                background: rgba(28, 28, 28, 0.4);
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 16px; }
              .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-slides .marquee h4.elespare-post-title a .elespare-circle-marq img {
                height: 40px;
                width: 40px;
                object-fit: cover;
                margin: 0; }
    .elespare-flash-wrap .elespare-exclusive-posts a {
      text-decoration: none; }

body:not(.rtl) .elespare-flash-wrap .elespare-exclusive-posts.ele-border-enabled .elespare-exclusive-now-txt-animation-wrap {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important; }

body:not(.rtl) .elespare-flash-wrap .elespare-exclusive-posts.ele-border-enabled .elespare-exclusive-slides {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important; }

.elespare-flash-wrap .elespare-exclusive-posts.ele-border-enabled.ele-solid {
  border-style: solid; }

.elespare-flash-wrap .elespare-exclusive-posts.ele-border-enabled.ele-double {
  border-style: double; }

.elespare-flash-wrap .elespare-exclusive-posts.ele-border-enabled.ele-dotted {
  border-style: dotted; }

.elespare-flash-wrap .elespare-exclusive-posts.ele-border-enabled.ele-dashed {
  border-style: dashed; }

.elespare-flash-wrap .elespare-exclusive-posts.ele-border-enabled.ele-groove {
  border-style: groove; }

.elespare-flash-wrap.flash-style-1 .elespare-exclusive-now {
  margin-right: 5px; }
  .elespare-flash-wrap.flash-style-1 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap {
    min-height: 50px; }

.elespare-flash-wrap.flash-style-2 .elespare-exclusive-now {
  margin-right: 0px; }
  .elespare-flash-wrap.flash-style-2 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap {
    position: relative;
    min-height: 50px; }
    .elespare-flash-wrap.flash-style-2 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap:after {
      content: "";
      position: absolute;
      top: 50%;
      z-index: 1;
      left: 100%;
      transform: translateY(-50%);
      border: 10px solid transparent; }

.elespare-flash-wrap.flash-style-3 .elespare-exclusive-now {
  margin-right: 2px; }
  .elespare-flash-wrap.flash-style-3 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap {
    position: relative;
    min-height: 50px; }
    .elespare-flash-wrap.flash-style-3 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap:after {
      content: "";
      width: 15px;
      height: 100%;
      position: absolute;
      z-index: 1;
      top: 0;
      right: -15px;
      -webkit-mask-image: url(/wp-content/plugins/elespare/dist/img/flash-style3.svg);
      mask-image: url(/wp-content/plugins/elespare/dist/img/flash-style3.svg);
      -webkit-mask-position: center center;
      mask-position: center center;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-size: cover; }

.elespare-flash-wrap.flash-style-4 .elespare-exclusive-now {
  margin-right: 0px; }
  .elespare-flash-wrap.flash-style-4 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap {
    position: relative;
    min-height: 50px; }
    .elespare-flash-wrap.flash-style-4 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap:after {
      content: "";
      width: 25px;
      height: 100%;
      position: absolute;
      z-index: 1;
      top: 0;
      right: -25px;
      -webkit-mask-image: url(/wp-content/plugins/elespare/dist/img/flash-style4.svg);
      mask-image: url(/wp-content/plugins/elespare/dist/img/flash-style4.svg);
      -webkit-mask-position: center center;
      mask-position: center center;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-size: cover; }

.elespare-spinner.spinner-style-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px; }
  .elespare-spinner.spinner-style-1 > div:nth-child(3),
  .elespare-spinner.spinner-style-1 > div:nth-child(2),
  .elespare-spinner.spinner-style-1 > div:nth-child(1) {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%; }
  .elespare-spinner.spinner-style-1 > div:nth-child(2),
  .elespare-spinner.spinner-style-1 > div:nth-child(1) {
    border-width: 5px;
    border-style: solid;
    border-color: transparent;
    -webkit-animation: 2s elespare-spinner-1 infinite alternate;
    animation: 2s elespare-spinner-1 infinite alternate; }
  .elespare-spinner.spinner-style-1 > div:nth-child(1) {
    border-left-color: #ff9800;
    border-right-color: #fff; }
  .elespare-spinner.spinner-style-1 > div:nth-child(2) {
    border-top-color: #000;
    border-bottom-color: #000;
    opacity: 0.2;
    -webkit-animation-delay: 2s;
    animation-delay: 2s; }
  .elespare-spinner.spinner-style-1 > div:nth-child(3) {
    width: 16px;
    height: 16px;
    background: #000;
    opacity: 0.2; }

@keyframes elespare-spinner-1 {
  to {
    -webkit-transform: rotate(360deg) scale(0.6);
    transform: rotate(360deg) scale(0.6); } }

.elespare-spinner.spinner-style-2 {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  vertical-align: middle; }
  .elespare-spinner.spinner-style-2 > div:nth-child(2),
  .elespare-spinner.spinner-style-2 > div:nth-child(1) {
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: elespare-spinner-2 2s infinite ease-in-out;
    animation: elespare-spinner-2 2s infinite ease-in-out; }
  .elespare-spinner.spinner-style-2 > div:nth-child(2) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }

@keyframes elespare-spinner-2 {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.elespare-spinner.spinner-style-3 {
  position: relative;
  min-width: 30px;
  width: 30px;
  min-height: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px; }
  .elespare-spinner.spinner-style-3 > div:nth-child(2),
  .elespare-spinner.spinner-style-3 > div:nth-child(1) {
    position: absolute;
    border: 2px solid #fff;
    opacity: 1;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation: elespare-spinner-3 1.3s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
  .elespare-spinner.spinner-style-3 > div:nth-child(2) {
    animation-delay: -0.5s; }

@keyframes elespare-spinner-3 {
  0% {
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    width: 30px;
    height: 30px;
    opacity: 0; } }

.elespare-spinner svg {
  width: 15px;
  height: 15px;
  margin-right: 10px; }

.elespare-spinner i {
  margin-right: 10px; }

.elespare-spinner.animation-style-2 svg,
.elespare-spinner.animation-style-2 i {
  animation: animation-style-2 2s infinite linear; }

@keyframes animation-style-2 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.elespare-spinner.animation-style-3 svg,
.elespare-spinner.animation-style-3 i {
  animation: animation-style-3 0.25s infinite alternate; }

@keyframes animation-style-3 {
  to {
    transform: scale(1.4); } }

.elementor-widget-post-flash {
  width: 100%; }

@container (max-width: 480px) {
  .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-now .elespare-exclusive-texts-wrapper,
  .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-now .elespare-exclusive-news-title {
    display: none; }
  .elespare-flash-wrap:not(.elespare_flash_enable) .elespare-exclusive-posts .elespare-exclusive-slides {
    padding: 0 5px; }
  .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap {
    width: 100%; } }

body.rtl .elespare-flash-wrap .elespare-exclusive-posts.ele-border-enabled .elespare-exclusive-now-txt-animation-wrap {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important; }

body.rtl .elespare-flash-wrap .elespare-exclusive-posts.ele-border-enabled .elespare-exclusive-slides {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important; }

body.rtl .elespare-flash-wrap.flash-style-1 .elespare-exclusive-now {
  margin-right: 0px; }

body.rtl .elespare-flash-wrap.flash-style-2 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap:after {
  left: unset;
  right: 100%;
  display: none; }

body.rtl .elespare-flash-wrap.flash-style-2 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 1;
  right: 100%;
  transform: translateY(-50%);
  border: 10px solid transparent; }

body.rtl .elespare-flash-wrap.flash-style-3 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap:after {
  display: none; }

body.rtl .elespare-flash-wrap.flash-style-3 .elespare-exclusive-now {
  margin-right: 2px; }
  body.rtl .elespare-flash-wrap.flash-style-3 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap {
    position: relative;
    min-height: 50px; }
    body.rtl .elespare-flash-wrap.flash-style-3 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap:before {
      content: "";
      position: absolute;
      top: 50%;
      z-index: 1;
      right: 100%;
      transform: translateY(-50%);
      border: 25px solid transparent;
      height: 50px; }

body.rtl .elespare-flash-wrap.flash-style-4 .elespare-exclusive-now {
  margin-right: 0px; }
  body.rtl .elespare-flash-wrap.flash-style-4 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap {
    position: relative;
    min-height: 50px; }
    body.rtl .elespare-flash-wrap.flash-style-4 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap:after {
      display: none; }

body.rtl .elespare-flash-wrap.flash-style-4 .elespare-exclusive-now {
  margin-right: 0px; }
  body.rtl .elespare-flash-wrap.flash-style-4 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap {
    position: relative;
    min-height: 50px; }
    body.rtl .elespare-flash-wrap.flash-style-4 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap:before {
      content: "";
      position: absolute;
      top: 0;
      z-index: 1;
      right: 100%;
      transform: translateY(-50%);
      border: 50px solid transparent;
      border-right: none;
      border-width: 50px; }

body.rtl .elespare-spinner.spinner-style-2 {
  margin-right: 0px;
  margin-left: 5px; }

body.rtl .elementor-column {
  overflow-x: hidden; }
.elespare-widget-auhtor-wrapper {
  container-type: inline-size; }

.elespare-author-wrapper .elespare-img-wrap {
  overflow: hidden;
  width: 150px;
  min-width: 150px;
  height: 150px; }
  .elespare-author-wrapper .elespare-img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin: 0; }

.elespare-author-wrapper .elespare-author-info-wrap .elespare-infobox-title {
  margin: 0; }
  .elespare-author-wrapper .elespare-author-info-wrap .elespare-infobox-title a {
    text-decoration: none; }

.elespare-author-wrapper .elespare-author-info-wrap .elespare-infobox-desc {
  margin-bottom: 10px; }

.elespare-author-wrapper .elespare-author-info-wrap .elespare-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px; }
  .elespare-author-wrapper .elespare-author-info-wrap .elespare-social-links a {
    font-size: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none; }
    .elespare-author-wrapper .elespare-author-info-wrap .elespare-social-links a i {
      font-size: 14px; }

.elespare-author-wrapper .elespare-author-info-wrap .elespare-social-links .es-facebook {
  background-color: #3b5999;
  color: #fff; }

.elespare-author-wrapper .elespare-author-info-wrap .elespare-social-links .es-twitter {
  background-color: #55acee;
  color: #fff; }

.elespare-author-wrapper .elespare-author-info-wrap .elespare-social-links .es-instagram {
  background-color: #3F729B;
  color: #fff; }

.elespare-author-wrapper .elespare-author-info-wrap .elespare-social-links .es-linkedin {
  background-color: #0077B5;
  color: #fff; }

.elespare-author-wrapper .elespare-author-info-wrap .elespare-social-links .es-youtube {
  background-color: #cd201f;
  color: #fff; }

.elespare-author-wrapper {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-author-wrapper {
  overflow: hidden; }
  .elespare-author-wrapper.author-style-4, .elespare-author-wrapper.author-style-1 {
    text-align: center; }
    .elespare-author-wrapper.author-style-4 .elespare-img-wrap, .elespare-author-wrapper.author-style-1 .elespare-img-wrap {
      margin: 0 auto;
      margin-bottom: 0px;
      border-radius: 50%; }
    .elespare-author-wrapper.author-style-4 .elespare-author-info-wrap .elespare-infobox-title, .elespare-author-wrapper.author-style-1 .elespare-author-info-wrap .elespare-infobox-title {
      margin-top: 0; }
    .elespare-author-wrapper.author-style-4 .elespare-author-info-wrap .elespare-social-links, .elespare-author-wrapper.author-style-1 .elespare-author-info-wrap .elespare-social-links {
      justify-content: center; }
      .elespare-author-wrapper.author-style-4 .elespare-author-info-wrap .elespare-social-links a, .elespare-author-wrapper.author-style-1 .elespare-author-info-wrap .elespare-social-links a {
        border-radius: 50%; }
  .elespare-author-wrapper.author-style-5, .elespare-author-wrapper.author-style-2 {
    display: flex;
    align-items: center;
    column-gap: 15px; }
    .elespare-author-wrapper.author-style-5 .elespare-img-wrap, .elespare-author-wrapper.author-style-2 .elespare-img-wrap {
      border-radius: 50%;
      align-self: start; }
    .elespare-author-wrapper.author-style-5 .elespare-author-info-wrap, .elespare-author-wrapper.author-style-2 .elespare-author-info-wrap {
      justify-content: flex-start; }
      .elespare-author-wrapper.author-style-5 .elespare-author-info-wrap .elespare-infobox-title, .elespare-author-wrapper.author-style-2 .elespare-author-info-wrap .elespare-infobox-title {
        margin-top: 0; }
      .elespare-author-wrapper.author-style-5 .elespare-author-info-wrap .elespare-social-links a, .elespare-author-wrapper.author-style-2 .elespare-author-info-wrap .elespare-social-links a {
        border-radius: 50%; }
  .elespare-author-wrapper.author-style-6, .elespare-author-wrapper.author-style-3 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    text-align: right;
    column-gap: 15px; }
    .elespare-author-wrapper.author-style-6 .elespare-img-wrap, .elespare-author-wrapper.author-style-3 .elespare-img-wrap {
      border-radius: 50%;
      align-self: start; }
    .elespare-author-wrapper.author-style-6 .elespare-author-info-wrap .elespare-infobox-title, .elespare-author-wrapper.author-style-3 .elespare-author-info-wrap .elespare-infobox-title {
      margin-top: 0; }
    .elespare-author-wrapper.author-style-6 .elespare-author-info-wrap .elespare-social-links, .elespare-author-wrapper.author-style-3 .elespare-author-info-wrap .elespare-social-links {
      justify-content: flex-end; }
      .elespare-author-wrapper.author-style-6 .elespare-author-info-wrap .elespare-social-links a, .elespare-author-wrapper.author-style-3 .elespare-author-info-wrap .elespare-social-links a {
        border-radius: 50%; }
  .elespare-author-wrapper.author-style-6 .elespare-img-wrap, .elespare-author-wrapper.author-style-5 .elespare-img-wrap, .elespare-author-wrapper.author-style-4 .elespare-img-wrap {
    border-radius: 0; }
  .elespare-author-wrapper.author-style-6 .elespare-author-info-wrap .elespare-social-links a, .elespare-author-wrapper.author-style-5 .elespare-author-info-wrap .elespare-social-links a, .elespare-author-wrapper.author-style-4 .elespare-author-info-wrap .elespare-social-links a {
    border-radius: 0; }
  .elespare-author-wrapper.author-style-7 {
    position: relative;
    width: calc(100% - 68px);
    padding-left: 80px !important;
    margin-left: 68px;
    overflow: visible; }
    .elespare-author-wrapper.author-style-7 .elespare-img-wrap {
      height: 120px;
      width: 120px;
      min-width: 120px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: -68px; }
    .elespare-author-wrapper.author-style-7 .elespare-author-info-wrap .elespare-infobox-title {
      margin-top: 0; }
  .elespare-author-wrapper.author-style-8 {
    position: relative;
    width: calc(100% - 68px);
    padding-right: 80px !important;
    margin-right: 68px;
    text-align: right;
    overflow: visible; }
    .elespare-author-wrapper.author-style-8 .elespare-img-wrap {
      height: 120px;
      width: 120px;
      min-width: 120px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: -68px; }
    .elespare-author-wrapper.author-style-8 .elespare-author-info-wrap .elespare-infobox-title {
      margin-top: 0; }
    .elespare-author-wrapper.author-style-8 .elespare-author-info-wrap .elespare-social-links {
      justify-content: flex-end; }

.elementor-widget-post-author {
  width: 100%; }

/* ========== container query========================== */
@container (max-width: 480px) {
  .elespare-author-wrapper.author-style-6, .elespare-author-wrapper.author-style-5, .elespare-author-wrapper.author-style-3, .elespare-author-wrapper.author-style-2 {
    flex-wrap: wrap;
    align-items: center; }
  .elespare-author-wrapper.author-style-7 {
    position: relative;
    width: 100%;
    padding-left: 15px !important;
    margin: 0; }
    .elespare-author-wrapper.author-style-7 .elespare-img-wrap {
      height: 150px;
      width: 150px;
      position: unset;
      top: unset;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      left: unset;
      right: unset; }
    .elespare-author-wrapper.author-style-7 .elespare-author-info-wrap {
      width: 10; }
      .elespare-author-wrapper.author-style-7 .elespare-author-info-wrap .elespare-infobox-title {
        margin-top: 0; }
      .elespare-author-wrapper.author-style-7 .elespare-author-info-wrap .elespare-social-links {
        justify-content: flex-start; }
  .elespare-author-wrapper.author-style-8 {
    position: relative;
    width: 100%;
    padding-right: 15px !important;
    margin: 0;
    text-align: right; }
    .elespare-author-wrapper.author-style-8 .elespare-img-wrap {
      height: 150px;
      width: 150px;
      position: unset;
      top: unset;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      left: unset;
      right: unset;
      margin-left: auto; }
    .elespare-author-wrapper.author-style-8 .elespare-author-info-wrap {
      width: 100%; }
      .elespare-author-wrapper.author-style-8 .elespare-author-info-wrap .elespare-infobox-title {
        margin-top: 0; }
      .elespare-author-wrapper.author-style-8 .elespare-author-info-wrap .elespare-social-links {
        justify-content: flex-end; } }

/* ========== container query========================== */
body.rtl .elespare-author-wrapper.author-style-2 .elespare-author-info-wrap, body.rtl .elespare-author-wrapper.author-style-5 .elespare-author-info-wrap {
  text-align: right; }

body.rtl .elespare-author-wrapper.author-style-3 .elespare-author-info-wrap, body.rtl .elespare-author-wrapper.author-style-6 .elespare-author-info-wrap {
  text-align: left; }

body.rtl .elespare-author-wrapper.author-style-7 {
  padding-right: 80px !important;
  padding-left: unset !important;
  margin-right: 68px;
  margin-left: unset;
  text-align: right; }
  body.rtl .elespare-author-wrapper.author-style-7 .elespare-img-wrap {
    right: -68px;
    left: unset; }

body.rtl .elespare-author-wrapper.author-style-8 {
  padding-left: 80px !important;
  padding-right: unset !important;
  margin-left: 68px;
  margin-right: unset;
  text-align: left; }
  body.rtl .elespare-author-wrapper.author-style-8 .elespare-img-wrap {
    left: -68px;
    right: unset; }

@container (max-width: 480px) {
  body.rtl .elespare-author-wrapper.author-style-7 {
    padding-right: 15px !important;
    padding-left: unset !important;
    margin: 0; }
    body.rtl .elespare-author-wrapper.author-style-7 .elespare-img-wrap {
      right: unset;
      left: unset;
      margin-right: unset;
      margin-left: auto; }
  body.rtl .elespare-author-wrapper.author-style-8 {
    padding-left: 15px !important;
    padding-right: unset !important;
    margin: 0; }
    body.rtl .elespare-author-wrapper.author-style-8 .elespare-img-wrap {
      right: unset;
      left: unset;
      margin-left: unset;
      margin-right: auto; } }
.elespare-banner-one-wrap {
  container-type: inline-size;
  display: flex;
  flex-wrap: wrap; }
  .elespare-banner-one-wrap .elespare-content-wrapper a {
    text-decoration: none; }
  .elespare-banner-one-wrap .elespare-posts-trending-post-items .elespare-img-wrapper {
    overflow: hidden; }
  .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider {
    width: 50%; }
    .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap {
      overflow: hidden;
      position: relative; }
      .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items {
        position: relative; }
        .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper {
          height: 390px; }
          .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper a {
            display: block;
            height: 100%;
            width: 100%; }
            .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper a img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              margin: 0; }
        .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper {
          position: absolute;
          padding: 15px;
          width: 100%;
          left: 0;
          bottom: 0;
          z-index: 1; }
          .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper::after, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper::after, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 50%, #000 100%);
            z-index: 0; }
          .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper > *, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper > *, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper > * {
            position: relative;
            z-index: 1; }
  .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid {
    width: 25%;
    flex: 1; }
    .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap {
      display: grid;
      grid-gap: 10px; }
      .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items {
        position: relative; }
        .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
          position: relative;
          height: 190px; }
          .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-content-wrapper {
          position: absolute;
          padding: 15px;
          width: 100%;
          left: 0;
          bottom: 0;
          z-index: 1; }
          .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-content-wrapper::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 50%, #000 100%);
            z-index: 0; }
          .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-content-wrapper > * {
            position: relative;
            z-index: 1; }
  .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid {
    width: 25%;
    flex: 1; }
    .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap {
      display: grid;
      grid-gap: 10px; }
      .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items {
        position: relative; }
        .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
          position: relative;
          height: 190px; }
          .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-content-wrapper {
          position: absolute;
          padding: 15px;
          width: 100%;
          left: 0;
          bottom: 0;
          z-index: 1; }
          .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-content-wrapper::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 50%, #000 100%);
            z-index: 0; }
          .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-content-wrapper > * {
            position: relative;
            z-index: 1; }
  .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid {
    width: 25%;
    flex: 1; }
    .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap {
      display: grid;
      grid-gap: 10px; }
      .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items {
        position: relative; }
        .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
          position: relative;
          height: 190px; }
          .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-content-wrapper {
          position: absolute;
          padding: 15px;
          width: 100%;
          left: 0;
          bottom: 0;
          z-index: 1; }
          .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-content-wrapper::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 50%, #000 100%);
            z-index: 0; }
          .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-content-wrapper > * {
            position: relative;
            z-index: 1; }
  .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending {
    width: 25%;
    overflow: hidden; }
    .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap {
      overflow: hidden; }
      .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items {
        display: flex !important;
        align-items: center;
        margin-bottom: 10px;
        min-height: 123px; }
        .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper {
          width: 45%;
          max-width: 123px;
          position: relative;
          align-self: flex-start;
          aspect-ratio: 1/1;
          overflow: hidden; }
          .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count {
            position: absolute;
            bottom: 5px;
            left: 5px;
            width: 25px;
            height: 25px;
            font-size: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            line-height: 1;
            background-color: #bb191a;
            color: white;
            border-radius: 100%;
            font-weight: 700; }
            .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-post-count-square {
              border-radius: 0;
              bottom: 0;
              left: 0; }
            .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-pst-cnt-tl {
              top: 5px;
              bottom: inherit; }
            .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-pst-cnt-tr {
              top: 5px;
              bottom: inherit;
              left: inherit;
              right: 5px; }
            .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-pst-cnt-br {
              left: inherit;
              right: 5px; }
          .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper a {
            display: block;
            height: 100%;
            width: 100%; }
            .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper a img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              margin: 0; }
        .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-content-wrapper {
          flex: 1;
          padding: 10px; }
          .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-post-title {
            font-size: 14px; }
  .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending {
    width: 25%;
    overflow: hidden; }
    .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap {
      overflow: hidden; }
      .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items {
        display: flex !important;
        align-items: center;
        margin-bottom: 10px;
        min-height: 123px; }
        .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper {
          align-self: flex-start;
          width: 45%;
          max-width: 123px;
          position: relative;
          aspect-ratio: 1/1;
          overflow: hidden; }
          .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count {
            position: absolute;
            bottom: 5px;
            left: 5px;
            width: 25px;
            height: 25px;
            font-size: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            line-height: 1;
            background-color: #bb191a;
            color: white;
            border-radius: 100%;
            font-weight: 700; }
            .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-post-count-square {
              border-radius: 0;
              bottom: 0;
              left: 0; }
            .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-pst-cnt-tl {
              top: 5px;
              bottom: inherit; }
            .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-pst-cnt-tr {
              top: 5px;
              bottom: inherit;
              left: inherit;
              right: 5px; }
            .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-pst-cnt-br {
              left: inherit;
              right: 5px; }
          .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper a {
            display: block;
            height: 100%;
            width: 100%; }
            .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper a img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              margin: 0; }
        .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-content-wrapper {
          flex: 1;
          padding: 10px; }
          .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-post-title {
            font-size: 14px; }
  .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending {
    width: 25%;
    overflow: hidden; }
    .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap {
      overflow: hidden; }
      .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items {
        display: flex !important;
        align-items: center;
        margin-bottom: 10px;
        min-height: 123px; }
        .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper {
          align-self: flex-start;
          width: 45%;
          max-width: 123px;
          position: relative;
          aspect-ratio: 1/1;
          overflow: hidden; }
          .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count {
            position: absolute;
            bottom: 5px;
            left: 5px;
            width: 25px;
            height: 25px;
            font-size: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            line-height: 1;
            background-color: #bb191a;
            color: white;
            border-radius: 100%;
            font-weight: 700; }
            .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-post-count-square {
              border-radius: 0;
              bottom: 0;
              left: 0; }
            .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-pst-cnt-tl {
              top: 5px;
              bottom: inherit; }
            .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-pst-cnt-tr {
              top: 5px;
              bottom: inherit;
              left: inherit;
              right: 5px; }
            .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-pst-cnt-br {
              left: inherit;
              right: 5px; }
          .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper a {
            display: block;
            height: 100%;
            width: 100%; }
            .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper a img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              margin: 0; }
        .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-content-wrapper {
          flex: 1;
          padding: 10px; }
          .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-post-title {
            font-size: 14px; }
  .elespare-banner-one-wrap.banner-style-1, .elespare-banner-one-wrap.banner-style-2, .elespare-banner-one-wrap.banner-style-3 {
    column-gap: 10px;
    row-gap: 20px; }
    .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap > div, .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap > div, .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap > div {
      margin-bottom: -10px; }
  .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid {
    order: 3; }
  .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider {
    order: 2; }
  .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending {
    order: 1; }
  .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid {
    order: 2; }
  .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider {
    order: 1; }
  .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending {
    order: 3; }

.elespare-banner-one-wrap
.elespare-section-trending.has-background
.elespare-posts-wrap.elespare-light
.elespare-posts-trending-post-items {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-slider-wrap.has-background .elespare-posts-wrap .elespare-posts-slider-post-items {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-banner-one-wrap.elespare-gravatar .elespare-section-slider .elespare-posts-wrap .elespare-content-wrapper .elespare-metadata,
.elespare-banner-one-wrap.elespare-gravatar .elespare-section-grid .elespare-posts-wrap .elespare-content-wrapper .elespare-metadata {
  display: flex;
  align-items: center; }
  .elespare-banner-one-wrap.elespare-gravatar .elespare-section-slider .elespare-posts-wrap .elespare-content-wrapper .elespare-metadata .post-author,
  .elespare-banner-one-wrap.elespare-gravatar .elespare-section-grid .elespare-posts-wrap .elespare-content-wrapper .elespare-metadata .post-author {
    display: flex;
    align-items: center; }
    .elespare-banner-one-wrap.elespare-gravatar .elespare-section-slider .elespare-posts-wrap .elespare-content-wrapper .elespare-metadata .post-author a,
    .elespare-banner-one-wrap.elespare-gravatar .elespare-section-grid .elespare-posts-wrap .elespare-content-wrapper .elespare-metadata .post-author a {
      display: flex;
      align-items: center; }
      .elespare-banner-one-wrap.elespare-gravatar .elespare-section-slider .elespare-posts-wrap .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap,
      .elespare-banner-one-wrap.elespare-gravatar .elespare-section-grid .elespare-posts-wrap .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        overflow: hidden;
        line-height: 1;
        margin-right: 5px; }
        .elespare-banner-one-wrap.elespare-gravatar .elespare-section-slider .elespare-posts-wrap .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img,
        .elespare-banner-one-wrap.elespare-gravatar .elespare-section-grid .elespare-posts-wrap .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img {
          height: 100%;
          width: 100%;
          object-fit: cover; }

.elespare-banner-one-wrap .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper {
  text-align: left; }

.elespare-banner-one-wrap .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-content-wrapper {
  text-align: left; }

.elespare-banner-one-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-content-wrapper {
  text-align: left; }

.elespare-banner-one-wrap .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items:not(:nth-child(1)) {
  display: none !important; }

.elespare-banner-one-wrap .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items.slick-slide:not(:nth-child(1)) {
  display: block !important; }

.elespare-banner-one-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items:not(:nth-child(1)), .elespare-banner-one-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items:not(:nth-child(2)), .elespare-banner-one-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items:not(:nth-child(3)) {
  display: none !important; }

.elespare-banner-one-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items.slick-slide:not(:nth-child(1)), .elespare-banner-one-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items.slick-slide:not(:nth-child(2)), .elespare-banner-one-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items.slick-slide:not(:nth-child(3)) {
  display: flex !important; }

.elementor-widget-main-banner-1 .elespare-main-banner-wrap {
  container-type: inline-size;
  width: 100%; }

.elementor-widget-post-banner,
.elespare-banner-one-wrap {
  width: 100%; }

@container (max-width: 1024px) {
  .elespare-main-banner-wrap {
    flex-wrap: wrap; }
  .elespare-banner-one-wrap {
    flex-wrap: wrap; }
    .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid, .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid, .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid {
      flex: 1; }
    .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider {
      flex: 2; }
    .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending, .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending, .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending {
      width: 100%; }
    .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap:not(.slick-vertical) .elespare-posts-trending-post-items, .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap:not(.slick-vertical) .elespare-posts-trending-post-items, .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap:not(.slick-vertical) .elespare-posts-trending-post-items {
      margin-bottom: 0;
      margin-right: 10px; }
    .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap:not(.slick-vertical) > div, .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap:not(.slick-vertical) > div, .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap:not(.slick-vertical) > div {
      margin-bottom: 0;
      margin-right: -10px; } }

@media screen and (max-width: 768px) {
  .elespare-banner-one-wrap {
    flex-wrap: wrap; } }

@container (max-width: 768px) {
  .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid, .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid, .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid {
    width: 100%; }
    .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap, .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap, .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap {
      grid-template-columns: repeat(2, 1fr); }
      .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
        height: 240px; }
  .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider {
    width: 100%; }
  .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending, .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending, .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending {
    width: 100%; }
  .elespare-banner-one-wrap.banner-style-1 .elespare-trending-wrap > div, .elespare-banner-one-wrap.banner-style-2 .elespare-trending-wrap > div, .elespare-banner-one-wrap.banner-style-3 .elespare-trending-wrap > div {
    margin-right: 0; } }

@container (max-width: 480px) {
  .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid, .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid, .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid {
    width: 100%; }
    .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap, .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap, .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap {
      grid-template-columns: 1fr; }
      .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
        height: 240px; }
  .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider {
    width: 100%; }
    .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items {
      position: relative; }
      .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper {
        height: 240px; }
  .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid, .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid, .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid,
  .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid,
  .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid,
  .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid,
  .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid,
  .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid,
  .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid,
  .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid,
  .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid,
  .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid {
    width: 100%; }
    .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap, .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap, .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap,
    .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap,
    .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap,
    .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap,
    .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap,
    .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap,
    .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap,
    .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap,
    .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap,
    .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap {
      grid-template-columns: 1fr; }
      .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
      .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
      .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
      .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
      .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
      .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
      .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
      .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
      .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
      .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
        height: 240px; }
  .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider, .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider, .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider,
  .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider,
  .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider,
  .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider,
  .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider,
  .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider,
  .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider,
  .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider,
  .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider,
  .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider {
    width: 100%; }
    .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper, .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper, .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper,
    .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper,
    .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper,
    .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper,
    .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper,
    .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper,
    .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper,
    .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper,
    .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper,
    .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper {
      height: 240px; }
  .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending, .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending, .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending,
  .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending,
  .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending,
  .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending,
  .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending,
  .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending,
  .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending,
  .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending,
  .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending,
  .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending {
    width: 100%; } }

body.rtl .elespare-banner-one-wrap .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper {
  text-align: right; }

body.rtl .elespare-banner-one-wrap .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-content-wrapper {
  text-align: right; }

body.rtl .elespare-banner-one-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-content-wrapper {
  text-align: right; }

body.rtl .elespare-banner-one-wrap.elespare-gravatar .elespare-section-grid .elespare-posts-wrap .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap {
  margin-right: 0px; }

body.rtl .elespare-banner-one-wrap .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format,
body.rtl .elespare-banner-one-wrap .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format {
  left: 10px;
  right: unset; }
.grid-layout.has-background .elespare-posts-wrap .elespare-content-wrapper {
  padding: 15px;
  flex: 1;
  position: relative;
  z-index: 1; }

.grid-layout.has-no-background .elespare-posts-wrap .elespare-content-wrapper {
  padding: 15px 0;
  flex: 1; }

.elespare-grid-wrap .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.elespare-grid-wrap .elespare-posts-wrap a {
  text-decoration: none; }

.grid-style-2 .elespare-posts-grid-post-items {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end; }

.grid-style-3 .elespare-posts-grid-post-items {
  display: flex;
  flex-direction: column; }
  .grid-style-3 .elespare-posts-grid-post-items:nth-child(even) {
    flex-direction: column-reverse;
    justify-content: flex-end; }

.grid-style-1 .elespare-posts-grid-post-items,
.grid-style-4 .elespare-posts-grid-post-items,
.grid-style-5 .elespare-posts-grid-post-items,
.grid-style-6 .elespare-posts-grid-post-items,
.grid-style-7 .elespare-posts-grid-post-items,
.grid-style-11 .elespare-posts-grid-post-items,
.grid-style-12 .elespare-posts-grid-post-items {
  display: flex;
  flex-direction: column; }

.elespare-grid-wrap {
  container-type: inline-size; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-3 .elespare-posts-grid-post-items .elespare-img-wrapper ul.elespare-cat-links, .elespare-grid-wrap .elespare-posts-wrap.grid-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper ul.elespare-cat-links, .elespare-grid-wrap .elespare-posts-wrap.grid-style-1 .elespare-posts-grid-post-items .elespare-img-wrapper ul.elespare-cat-links {
    top: auto;
    bottom: 15px; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-5 .elespare-posts-grid-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
    padding: 0; }
    .elespare-grid-wrap .elespare-posts-wrap.grid-style-5 .elespare-posts-grid-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
      content: "\2219";
      color: inherit;
      font-weight: bold;
      padding: 0 0 0 2px; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-5 .elespare-posts-grid-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category:last-child a.elespare-categories::after {
    display: none; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-6 .elespare-posts-grid-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
    padding: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 1px;
    line-height: 1.5;
    display: block; }
    .elespare-grid-wrap .elespare-posts-wrap.grid-style-6 .elespare-posts-grid-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
      display: none; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-7 .elespare-posts-grid-post-items .elespare-img-wrapper ul.elespare-cat-links {
    top: inherit;
    bottom: 0;
    width: 100%;
    margin-bottom: 0 !important;
    font-size: 0; }
    .elespare-grid-wrap .elespare-posts-wrap.grid-style-7 .elespare-posts-grid-post-items .elespare-img-wrapper ul.elespare-cat-links li.elespare-meta-category {
      margin: 1px;
      margin-bottom: 0; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-10 .elespare-posts-grid-post-items, .elespare-grid-wrap .elespare-posts-wrap.grid-style-9 .elespare-posts-grid-post-items, .elespare-grid-wrap .elespare-posts-wrap.grid-style-8 .elespare-posts-grid-post-items {
    position: relative;
    display: flex;
    align-items: flex-end; }
    .elespare-grid-wrap .elespare-posts-wrap.grid-style-10 .elespare-posts-grid-post-items .elespare-content-wrapper, .elespare-grid-wrap .elespare-posts-wrap.grid-style-9 .elespare-posts-grid-post-items .elespare-content-wrapper, .elespare-grid-wrap .elespare-posts-wrap.grid-style-8 .elespare-posts-grid-post-items .elespare-content-wrapper {
      position: relative;
      width: 100%;
      padding: 15px;
      justify-self: end;
      justify-content: flex-end; }
      .elespare-grid-wrap .elespare-posts-wrap.grid-style-10 .elespare-posts-grid-post-items .elespare-content-wrapper > *, .elespare-grid-wrap .elespare-posts-wrap.grid-style-9 .elespare-posts-grid-post-items .elespare-content-wrapper > *, .elespare-grid-wrap .elespare-posts-wrap.grid-style-8 .elespare-posts-grid-post-items .elespare-content-wrapper > * {
        position: relative;
        z-index: 2; }
      .elespare-grid-wrap .elespare-posts-wrap.grid-style-10 .elespare-posts-grid-post-items .elespare-content-wrapper::after, .elespare-grid-wrap .elespare-posts-wrap.grid-style-9 .elespare-posts-grid-post-items .elespare-content-wrapper::after, .elespare-grid-wrap .elespare-posts-wrap.grid-style-8 .elespare-posts-grid-post-items .elespare-content-wrapper::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 50%, #000 100%);
        z-index: 1; }
    .elespare-grid-wrap .elespare-posts-wrap.grid-style-10 .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-grid-wrap .elespare-posts-wrap.grid-style-9 .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-grid-wrap .elespare-posts-wrap.grid-style-8 .elespare-posts-grid-post-items .elespare-img-wrapper {
      height: 100% !important;
      width: 100% !important;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 1; }
      .elespare-grid-wrap .elespare-posts-wrap.grid-style-10 .elespare-posts-grid-post-items .elespare-img-wrapper img,
      .elespare-grid-wrap .elespare-posts-wrap.grid-style-10 .elespare-posts-grid-post-items .elespare-img-wrapper a,
      .elespare-grid-wrap .elespare-posts-wrap.grid-style-10 .elespare-posts-grid-post-items .elespare-img-wrapper .post-grid-thumbnail, .elespare-grid-wrap .elespare-posts-wrap.grid-style-9 .elespare-posts-grid-post-items .elespare-img-wrapper img,
      .elespare-grid-wrap .elespare-posts-wrap.grid-style-9 .elespare-posts-grid-post-items .elespare-img-wrapper a,
      .elespare-grid-wrap .elespare-posts-wrap.grid-style-9 .elespare-posts-grid-post-items .elespare-img-wrapper .post-grid-thumbnail, .elespare-grid-wrap .elespare-posts-wrap.grid-style-8 .elespare-posts-grid-post-items .elespare-img-wrapper img,
      .elespare-grid-wrap .elespare-posts-wrap.grid-style-8 .elespare-posts-grid-post-items .elespare-img-wrapper a,
      .elespare-grid-wrap .elespare-posts-wrap.grid-style-8 .elespare-posts-grid-post-items .elespare-img-wrapper .post-grid-thumbnail {
        display: block;
        height: 100%; }
      .elespare-grid-wrap .elespare-posts-wrap.grid-style-10 .elespare-posts-grid-post-items .elespare-img-wrapper img, .elespare-grid-wrap .elespare-posts-wrap.grid-style-9 .elespare-posts-grid-post-items .elespare-img-wrapper img, .elespare-grid-wrap .elespare-posts-wrap.grid-style-8 .elespare-posts-grid-post-items .elespare-img-wrapper img {
        width: 100%;
        object-fit: cover; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-9 .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format {
    z-index: 1; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-9 .elespare-posts-grid-post-items .elespare-img-wrapper::after {
    background: linear-gradient(to bottom, #000, transparent);
    background: -webkit-linear-gradient(bottom, #000, transparent); }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-9 .elespare-posts-grid-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
    padding: 3px 7px;
    border-width: 1px;
    border-style: solid;
    display: block; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-10 .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format {
    z-index: 1; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-10 .elespare-posts-grid-post-items .elespare-img-wrapper::after {
    background: linear-gradient(to bottom, #000, transparent);
    background: -webkit-linear-gradient(bottom, #000, transparent); }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-10 .elespare-posts-grid-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
    padding: 0;
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 1px;
    line-height: 1.5;
    display: block; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-11 .elespare-posts-grid-post-items {
    position: relative; }
    .elespare-grid-wrap .elespare-posts-wrap.grid-style-11 .elespare-posts-grid-post-items .elespare-img-wrapper ul.elespare-cat-links {
      top: auto;
      left: 30px;
      bottom: 22px;
      z-index: 4; }
      .elespare-grid-wrap .elespare-posts-wrap.grid-style-11 .elespare-posts-grid-post-items .elespare-img-wrapper ul.elespare-cat-links li.elespare-meta-category {
        margin: 0 2px 0 0; }
    .elespare-grid-wrap .elespare-posts-wrap.grid-style-11 .elespare-posts-grid-post-items .elespare-content-wrapper {
      position: relative;
      z-index: 1;
      width: calc(100% - 30px);
      margin-top: -20px;
      margin-left: 30px; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper {
    z-index: 3; }
    .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 28px;
      left: 0;
      bottom: -1px;
      background-color: #fff;
      -webkit-mask-image: url(/wp-content/plugins/elespare/dist/img/shape1.svg);
      mask-image: url(/wp-content/plugins/elespare/dist/img/shape1.svg);
      -webkit-mask-position: center center;
      mask-position: center center;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-size: cover;
      z-index: 4; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -5px;
    position: relative;
    z-index: 1; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-1 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -10px; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
    height: 68px;
    -webkit-mask-image: url(/wp-content/plugins/elespare/dist/img/shape2.svg);
    mask-image: url(/wp-content/plugins/elespare/dist/img/shape2.svg); }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -10px; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
    -webkit-mask-image: url(/wp-content/plugins/elespare/dist/img/shape3.svg);
    mask-image: url(/wp-content/plugins/elespare/dist/img/shape3.svg); }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -10px; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
    height: 26px;
    -webkit-mask-image: url(/wp-content/plugins/elespare/dist/img/shape4.svg);
    mask-image: url(/wp-content/plugins/elespare/dist/img/shape4.svg); }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-5 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
    -webkit-mask-image: url(/wp-content/plugins/elespare/dist/img/shape5.svg);
    mask-image: url(/wp-content/plugins/elespare/dist/img/shape5.svg); }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-5 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -10px; }

.elespare-grid-wrap.has-no-background .elespare-posts-wrap.grid-style-11 .elespare-posts-grid-post-items {
  position: relative; }
  .elespare-grid-wrap.has-no-background .elespare-posts-wrap.grid-style-11 .elespare-posts-grid-post-items .elespare-img-wrapper ul.elespare-cat-links {
    left: 0;
    bottom: 0;
    width: 100%; }
  .elespare-grid-wrap.has-no-background .elespare-posts-wrap.grid-style-11 .elespare-posts-grid-post-items .elespare-content-wrapper {
    width: 100%;
    margin-top: 0;
    margin-left: 0; }

.elespare-grid-wrap.has-no-background .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
  display: none; }

.elespare-grid-wrap.has-no-background .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-top: 0; }

/* ==========Same height images========================== */
.elespare-grid-wrap.elespare-has-equal-height .elespare-img-wrapper {
  aspect-ratio: 3/2;
  overflow: hidden; }

.elespare-grid-wrap .grid-style-10 .elespare-posts-grid-post-items,
.elespare-grid-wrap .grid-style-9 .elespare-posts-grid-post-items,
.elespare-grid-wrap .grid-style-8 .elespare-posts-grid-post-items {
  aspect-ratio: 3/2;
  overflow: hidden; }

/* ==========Same height images========================== */
.elespare-grid-wrap.has-background .elespare-posts-grid-post-items {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-grid-wrap.has-background .grid-style-11 .elespare-posts-grid-post-items {
  box-shadow: none; }
  .elespare-grid-wrap.has-background .grid-style-11 .elespare-posts-grid-post-items .elespare-content-wrapper {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-12.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-11.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-10.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-9.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-8.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-7.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-6.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-5.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-3.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-2.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-1.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata {
  display: flex;
  align-items: center; }
  .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-12.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-11.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-10.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-9.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-8.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-7.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-6.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-5.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-3.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-2.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-1.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author {
    display: flex;
    align-items: center; }
    .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-12.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-11.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-10.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-9.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-8.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-7.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-6.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-5.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-3.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-2.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-1.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a {
      display: flex;
      align-items: center; }
      .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-12.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-11.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-10.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-9.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-8.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-7.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-6.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-5.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-3.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-2.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-1.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        line-height: 1;
        overflow: hidden;
        margin-right: 5px; }
        .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-12.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-11.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-10.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-9.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-8.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-7.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-6.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-5.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-3.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-2.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-1.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img {
          height: 100%;
          width: 100%;
          object-fit: cover; }

.elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-4.elespare-gravatar .elespare-posts-grid-post-items .elespare-img-wrapper {
  position: relative; }
  .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-4.elespare-gravatar .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-avatar-wrap {
    position: absolute;
    height: 30px;
    width: 30px;
    border: 3px solid;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    left: 15px;
    bottom: 0;
    transform: translateY(50%);
    z-index: 2; }
    .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-4.elespare-gravatar .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-avatar-wrap img {
      height: 100%;
      width: 100%;
      object-fit: cover; }

.elespare-grid-wrap.grid-layout.has-no-background .elespare-posts-wrap.grid-style-4 .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-avatar-wrap {
  border: none; }

.elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-4 .elespare-posts-grid-post-items .elespare-post-format {
  top: inherit;
  bottom: 10px; }

.elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
  height: 112px; }

.elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-top: -15px; }

.elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
  height: 142px; }

.elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-top: -15px; }

.elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-top: -15px; }

.elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-top: -20px; }

.elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
  height: 55px; }

.elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-top: -15px; }

.elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
  height: 68px; }

.elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-top: -10px; }

.elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-top: -15px; }

.elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-top: -20px; }

.elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
  height: 38px; }

.elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-top: -15px; }

.elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
  height: 68px; }

.elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-top: -10px; }

.elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-top: -15px; }

.elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-top: -20px; }

.elementor-widget-post-grid {
  width: 100%; }

@container (max-width: 1024px) {
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
    height: 112px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
    height: 142px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; }
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
    height: 55px; }
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; }
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
    height: 68px; }
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -10px; }
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; }
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; } }

@container (max-width: 767px) {
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
    height: 112px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
    height: 142px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; } }

@container (max-width: 480px) {
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
    height: 40px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
    height: 68px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -10px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; } }

body.rtl .elespare-grid-wrap .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper {
  text-align: right; }

body.rtl .elespare-grid-wrap .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format {
  left: 15px;
  right: auto; }

body.rtl .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-12.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author .elespare-avatar-wrap, body.rtl .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-11.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author .elespare-avatar-wrap, body.rtl .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-10.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author .elespare-avatar-wrap, body.rtl .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-9.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author .elespare-avatar-wrap, body.rtl .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-8.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author .elespare-avatar-wrap, body.rtl .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-7.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author .elespare-avatar-wrap, body.rtl .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-6.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author .elespare-avatar-wrap, body.rtl .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-5.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author .elespare-avatar-wrap, body.rtl .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-3.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author .elespare-avatar-wrap, body.rtl .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-2.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author .elespare-avatar-wrap, body.rtl .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-1.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author .elespare-avatar-wrap {
  margin-right: 0px;
  margin-left: 5px; }

body.rtl .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-4.elespare-gravatar .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-avatar-wrap {
  left: auto;
  right: 15px; }

body.rtl .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul {
  right: 15px;
  left: auto;
  text-align: right; }

body.rtl .elespare-grid-wrap .elespare-posts-wrap.grid-style-11 .elespare-posts-grid-post-items .elespare-img-wrapper ul.elespare-cat-links {
  right: 30px;
  left: auto; }
  body.rtl .elespare-grid-wrap .elespare-posts-wrap.grid-style-11 .elespare-posts-grid-post-items .elespare-img-wrapper ul.elespare-cat-links li.elespare-meta-category {
    margin: 0 0 0 2px; }

body.rtl .elespare-grid-wrap .elespare-posts-wrap.grid-style-11 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-right: 30px;
  margin-left: 0; }
.elespare-social-link-wrapper .elespare-social-links a {
  text-decoration: none; }

.elespare-social-link-wrapper .elespare-social-links .es-facebook {
  background-color: #3b5999;
  border-color: #3b5999; }

.elespare-social-link-wrapper .elespare-social-links .es-twitter {
  background-color: #55acee;
  border-color: #55acee; }

.elespare-social-link-wrapper .elespare-social-links .es-instagram {
  background-color: #3F729B;
  border-color: #3F729B; }

.elespare-social-link-wrapper .elespare-social-links .es-linkedin {
  background-color: #0077B5;
  border-color: #0077B5; }

.elespare-social-link-wrapper .elespare-social-links .es-youtube {
  background-color: #cd201f;
  border-color: #cd201f; }

.elespare-social-link-wrapper .elespare-social-links .es-vkontakte {
  background-color: #4c75a3;
  border-color: #4c75a3; }

.elespare-social-link-wrapper .elespare-social-links .es-vimeo {
  background-color: #1ab7ea;
  border-color: #1ab7ea; }

.elespare-social-link-wrapper .elespare-social-links .es-tumblr {
  background-color: #34465d;
  border-color: #34465d; }

.elespare-social-link-wrapper .elespare-social-links .es-reddit-alien {
  background-color: #ff5700;
  border-color: #ff5700; }

.elespare-social-link-wrapper .elespare-social-links .es-pinterest {
  background-color: #bd081c;
  border-color: #bd081c; }

.elespare-social-link-wrapper .elespare-social-links .es-houzz {
  background-color: #7ac142;
  border-color: #7ac142; }

.elespare-social-link-wrapper .elespare-social-links .es-github {
  background-color: #00405d;
  border-color: #00405d; }

.elespare-social-link-wrapper .elespare-social-links .es-flickr {
  background-color: #ff0084;
  border-color: #ff0084; }

.elespare-social-link-wrapper .elespare-social-links .es-dribbble {
  background-color: #ea4c89;
  border-color: #ea4c89; }

.elespare-social-link-wrapper .elespare-social-links .es-digg {
  background-color: #005be2;
  border-color: #005be2; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-facebook:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-facebook:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-facebook:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-facebook:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-facebook:hover {
  background-color: #3b5999;
  border-color: #3b5999; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-twitter:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-twitter:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-twitter:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-twitter:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-twitter:hover {
  background-color: #55acee;
  border-color: #55acee; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-instagram:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-instagram:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-instagram:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-instagram:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-instagram:hover {
  background-color: #3F729B;
  border-color: #3F729B; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-linkedin:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-linkedin:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-linkedin:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-linkedin:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-linkedin:hover {
  background-color: #0077B5;
  border-color: #0077B5; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-youtube:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-youtube:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-youtube:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-youtube:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-youtube:hover {
  background-color: #cd201f;
  border-color: #cd201f; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-vkontakte:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-vkontakte:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-vkontakte:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-vkontakte:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-vkontakte:hover {
  background-color: #4c75a3;
  border-color: #4c75a3; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-vimeo:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-vimeo:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-vimeo:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-vimeo:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-vimeo:hover {
  background-color: #1ab7ea;
  border-color: #1ab7ea; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-tumblr:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-tumblr:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-tumblr:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-tumblr:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-tumblr:hover {
  background-color: #34465d;
  border-color: #34465d; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-reddit-alien:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-reddit-alien:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-reddit-alien:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-reddit-alien:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-reddit-alien:hover {
  background-color: #ff5700;
  border-color: #ff5700; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-pinterest:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-pinterest:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-pinterest:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-pinterest:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-pinterest:hover {
  background-color: #bd081c;
  border-color: #bd081c; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-houzz:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-houzz:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-houzz:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-houzz:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-houzz:hover {
  background-color: #7ac142;
  border-color: #7ac142; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-github:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-github:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-github:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-github:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-github:hover {
  background-color: #00405d;
  border-color: #00405d; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-flickr:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-flickr:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-flickr:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-flickr:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-flickr:hover {
  background-color: #ff0084;
  border-color: #ff0084; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-dribbble:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-dribbble:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-dribbble:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-dribbble:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-dribbble:hover {
  background-color: #ea4c89;
  border-color: #ea4c89; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-digg:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-digg:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-digg:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-digg:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-digg:hover {
  background-color: #005be2;
  border-color: #005be2; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-facebook, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-facebook, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-facebook, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-facebook {
  color: #3b5999; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-twitter, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-twitter, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-twitter, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-twitter {
  color: #55acee; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-instagram, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-instagram, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-instagram, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-instagram {
  color: #3F729B; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-linkedin, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-linkedin, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-linkedin, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-linkedin {
  color: #0077B5; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-youtube, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-youtube, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-youtube, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-youtube {
  color: #cd201f; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-vkontakte, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-vkontakte, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-vkontakte, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-vkontakte {
  color: #4c75a3; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-vimeo, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-vimeo, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-vimeo, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-vimeo {
  color: #1ab7ea; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-tumblr, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-tumblr, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-tumblr, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-tumblr {
  color: #34465d; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-reddit-alien, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-reddit-alien, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-reddit-alien, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-reddit-alien {
  color: #ff5700; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-pinterest, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-pinterest, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-pinterest, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-pinterest {
  color: #bd081c; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-houzz, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-houzz, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-houzz, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-houzz {
  color: #7ac142; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-github, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-github, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-github, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-github {
  color: #00405d; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-flickr, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-flickr, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-flickr, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-flickr {
  color: #ff0084; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-dribbble, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-dribbble, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-dribbble, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-dribbble {
  color: #ea4c89; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-digg, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-digg, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-digg, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-digg {
  color: #005be2; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-facebook:hover .elespare-social-item-name {
  background-color: #3b5999; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-twitter:hover .elespare-social-item-name {
  background-color: #55acee; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-instagram:hover .elespare-social-item-name {
  background-color: #3F729B; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-linkedin:hover .elespare-social-item-name {
  background-color: #0077B5; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-youtube:hover .elespare-social-item-name {
  background-color: #cd201f; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-vkontakte:hover .elespare-social-item-name {
  background-color: #4c75a3; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-vimeo:hover .elespare-social-item-name {
  background-color: #1ab7ea; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-tumblr:hover .elespare-social-item-name {
  background-color: #34465d; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-reddit-alien:hover .elespare-social-item-name {
  background-color: #ff5700; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-pinterest:hover .elespare-social-item-name {
  background-color: #bd081c; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-houzz:hover .elespare-social-item-name {
  background-color: #7ac142; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-github:hover .elespare-social-item-name {
  background-color: #00405d; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-flickr:hover .elespare-social-item-name {
  background-color: #ff0084; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-dribbble:hover .elespare-social-item-name {
  background-color: #ea4c89; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-digg:hover .elespare-social-item-name {
  background-color: #005be2; }

.elespare-social-link-wrapper.social-style-12 .elespare-social-links, .elespare-social-link-wrapper.social-style-11 .elespare-social-links, .elespare-social-link-wrapper.social-style-10 .elespare-social-links, .elespare-social-link-wrapper.social-style-9 .elespare-social-links, .elespare-social-link-wrapper.social-style-8 .elespare-social-links, .elespare-social-link-wrapper.social-style-7 .elespare-social-links, .elespare-social-link-wrapper.social-style-6 .elespare-social-links, .elespare-social-link-wrapper.social-style-5 .elespare-social-links, .elespare-social-link-wrapper.social-style-4 .elespare-social-links, .elespare-social-link-wrapper.social-style-3 .elespare-social-links, .elespare-social-link-wrapper.social-style-2 .elespare-social-links, .elespare-social-link-wrapper.social-style-1 .elespare-social-links {
  display: flex;
  flex-wrap: wrap; }
  .elespare-social-link-wrapper.social-style-12 .elespare-social-links a, .elespare-social-link-wrapper.social-style-11 .elespare-social-links a, .elespare-social-link-wrapper.social-style-10 .elespare-social-links a, .elespare-social-link-wrapper.social-style-9 .elespare-social-links a, .elespare-social-link-wrapper.social-style-8 .elespare-social-links a, .elespare-social-link-wrapper.social-style-7 .elespare-social-links a, .elespare-social-link-wrapper.social-style-6 .elespare-social-links a, .elespare-social-link-wrapper.social-style-5 .elespare-social-links a, .elespare-social-link-wrapper.social-style-4 .elespare-social-links a, .elespare-social-link-wrapper.social-style-3 .elespare-social-links a, .elespare-social-link-wrapper.social-style-2 .elespare-social-links a, .elespare-social-link-wrapper.social-style-1 .elespare-social-links a {
    font-size: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 35px; }
    .elespare-social-link-wrapper.social-style-12 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-11 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-10 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-9 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-8 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-7 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-6 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-5 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-4 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-3 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-2 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-1 .elespare-social-links a i {
      font-size: 18px; }

.elespare-social-link-wrapper.social-style-3 .elespare-social-links a, .elespare-social-link-wrapper.social-style-2 .elespare-social-links a {
  border-radius: 50%; }

.elespare-social-link-wrapper.social-style-3 .elespare-social-links a {
  padding: 5px;
  position: relative; }
  .elespare-social-link-wrapper.social-style-3 .elespare-social-links a::before {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    border-radius: 50%;
    border: 2px dashed;
    border-color: inherit;
    transition: transform 3s; }
  .elespare-social-link-wrapper.social-style-3 .elespare-social-links a:hover::before {
    transform: rotate(180deg); }

.elespare-social-link-wrapper.social-style-4 .elespare-social-links a {
  background: #e4e4e4;
  border-radius: 10px;
  transition: all 0.15s ease-in-out; }
  .elespare-social-link-wrapper.social-style-4 .elespare-social-links a i {
    color: #535353;
    font-size: 18px;
    transform: scale(0.8);
    transition: all 0.15s ease-in-out; }
  .elespare-social-link-wrapper.social-style-4 .elespare-social-links a:hover i {
    color: #fff;
    transform: scale(1); }

.elespare-social-link-wrapper.social-style-6 .elespare-social-links a, .elespare-social-link-wrapper.social-style-5 .elespare-social-links a {
  background: #fff;
  border-style: solid;
  border-width: 2px;
  border-radius: 0;
  transition: all 0.15s ease-in-out; }
  .elespare-social-link-wrapper.social-style-6 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-5 .elespare-social-links a i {
    font-size: 18px;
    transform: scale(0.8);
    transition: all 0.15s ease-in-out; }
  .elespare-social-link-wrapper.social-style-6 .elespare-social-links a:hover i, .elespare-social-link-wrapper.social-style-5 .elespare-social-links a:hover i {
    color: #fff;
    transform: scale(1); }

.elespare-social-link-wrapper.social-style-6 .elespare-social-links a {
  border-radius: 50%; }

.elespare-social-link-wrapper.social-style-9 .elespare-social-links a, .elespare-social-link-wrapper.social-style-8 .elespare-social-links a, .elespare-social-link-wrapper.social-style-7 .elespare-social-links a {
  font-size: 14px;
  padding: 15px 20px 15px 20px;
  width: auto;
  height: auto;
  color: #fff;
  line-height: 1;
  border-radius: 4px; }
  .elespare-social-link-wrapper.social-style-9 .elespare-social-links a .elespare-social-item-name, .elespare-social-link-wrapper.social-style-8 .elespare-social-links a .elespare-social-item-name, .elespare-social-link-wrapper.social-style-7 .elespare-social-links a .elespare-social-item-name {
    margin: 0 0 0 10px; }
  .elespare-social-link-wrapper.social-style-9 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-8 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-7 .elespare-social-links a i {
    font-size: 20px; }

.elespare-social-link-wrapper.social-style-8 .elespare-social-links a {
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.15s ease-in-out; }
  .elespare-social-link-wrapper.social-style-8 .elespare-social-links a i {
    font-size: 18px; }
  .elespare-social-link-wrapper.social-style-8 .elespare-social-links a:hover {
    color: #fff; }

.elespare-social-link-wrapper.social-style-9 .elespare-social-links a {
  padding: 0;
  min-width: 150px;
  font-size: 14px;
  height: 40px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden; }
  .elespare-social-link-wrapper.social-style-9 .elespare-social-links a .elespare-social-item-name {
    margin: 0 0 0 10px; }
  .elespare-social-link-wrapper.social-style-9 .elespare-social-links a i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links a {
  padding: 0;
  background-color: #fff;
  font-size: 14px;
  min-width: 150px;
  height: 50px;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #e4e4e4;
  border-radius: 4px; }
  .elespare-social-link-wrapper.social-style-10 .elespare-social-links a .elespare-social-item-name {
    color: #535353;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
    letter-spacing: .5px;
    position: relative;
    top: 0;
    transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all; }
  .elespare-social-link-wrapper.social-style-10 .elespare-social-links a i {
    color: #fff;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all; }
    .elespare-social-link-wrapper.social-style-10 .elespare-social-links a i::before {
      position: relative;
      top: 100%;
      transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all; }
  .elespare-social-link-wrapper.social-style-10 .elespare-social-links a:hover .elespare-social-item-name {
    top: -40px;
    transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all; }
  .elespare-social-link-wrapper.social-style-10 .elespare-social-links a:hover i::before {
    top: 0;
    transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links a {
  padding: 0;
  background-color: transparent;
  font-size: 14px;
  width: 80px;
  height: 80px;
  color: #28262b;
  text-align: center;
  position: relative; }
  .elespare-social-link-wrapper.social-style-11 .elespare-social-links a .elespare-social-item-name {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    opacity: 0;
    transform: translateY(40px) rotateX(-90deg);
    background: #000;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 5em;
    transition: all 0.3s; }
  .elespare-social-link-wrapper.social-style-11 .elespare-social-links a i {
    font-size: 20px;
    background: #f2f2f2;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s; }
  .elespare-social-link-wrapper.social-style-11 .elespare-social-links a:hover .elespare-social-item-name {
    opacity: 1;
    transform: rotateX(0); }
  .elespare-social-link-wrapper.social-style-11 .elespare-social-links a:hover i {
    opacity: 0;
    transform: translateY(-40px) rotateX(90deg); }

.elespare-social-link-wrapper.social-style-12 .elespare-social-links a {
  padding: 0;
  font-size: 14px;
  width: 120px;
  height: 80px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative; }
  .elespare-social-link-wrapper.social-style-12 .elespare-social-links a .elespare-social-item-name {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    display: block; }
  .elespare-social-link-wrapper.social-style-12 .elespare-social-links a i {
    font-size: 20px;
    display: block; }

.elespare-widget-social-link-wrapper .elespare-social-link-wrapper .elespare-social-links > a {
  margin-right: 5px; }

.elespare-widget-social-link-wrapper .elespare-social-link-wrapper .elespare-social-links > a:last-child {
  margin-right: 0px; }

.elespare-social-link-wrapper.elespare-small.social-style-6 .elespare-social-links a, .elespare-social-link-wrapper.elespare-small.social-style-5 .elespare-social-links a, .elespare-social-link-wrapper.elespare-small.social-style-4 .elespare-social-links a, .elespare-social-link-wrapper.elespare-small.social-style-3 .elespare-social-links a, .elespare-social-link-wrapper.elespare-small.social-style-2 .elespare-social-links a, .elespare-social-link-wrapper.elespare-small.social-style-1 .elespare-social-links a {
  width: 35px;
  height: 35px; }
  .elespare-social-link-wrapper.elespare-small.social-style-6 .elespare-social-links a i, .elespare-social-link-wrapper.elespare-small.social-style-5 .elespare-social-links a i, .elespare-social-link-wrapper.elespare-small.social-style-4 .elespare-social-links a i, .elespare-social-link-wrapper.elespare-small.social-style-3 .elespare-social-links a i, .elespare-social-link-wrapper.elespare-small.social-style-2 .elespare-social-links a i, .elespare-social-link-wrapper.elespare-small.social-style-1 .elespare-social-links a i {
    font-size: 14px; }

.elespare-social-link-wrapper.elespare-small.social-style-8 .elespare-social-links a, .elespare-social-link-wrapper.elespare-small.social-style-7 .elespare-social-links a {
  font-size: 14px;
  padding: 10px 15px; }
  .elespare-social-link-wrapper.elespare-small.social-style-8 .elespare-social-links a i, .elespare-social-link-wrapper.elespare-small.social-style-7 .elespare-social-links a i {
    font-size: 14px; }

.elespare-social-link-wrapper.elespare-small.social-style-9 .elespare-social-links a {
  font-size: 14px;
  min-width: 130px;
  height: 35px; }
  .elespare-social-link-wrapper.elespare-small.social-style-9 .elespare-social-links a i {
    font-size: 14px;
    width: 35px;
    height: 35px; }

.elespare-social-link-wrapper.elespare-small.social-style-10 .elespare-social-links a {
  font-size: 14px;
  min-width: 120px;
  height: 35px; }
  .elespare-social-link-wrapper.elespare-small.social-style-10 .elespare-social-links a i {
    font-size: 14px; }

.elespare-social-link-wrapper.elespare-small.social-style-11 .elespare-social-links a {
  font-size: 14px;
  width: 45px;
  height: 45px; }
  .elespare-social-link-wrapper.elespare-small.social-style-11 .elespare-social-links a i {
    font-size: 14px; }
  .elespare-social-link-wrapper.elespare-small.social-style-11 .elespare-social-links a .elespare-social-item-name {
    font-size: 8px; }

.elespare-social-link-wrapper.elespare-small.social-style-12 .elespare-social-links a {
  font-size: 14px;
  width: 80px;
  height: 70px; }
  .elespare-social-link-wrapper.elespare-small.social-style-12 .elespare-social-links a i {
    font-size: 14px; }
  .elespare-social-link-wrapper.elespare-small.social-style-12 .elespare-social-links a .elespare-social-item-name {
    font-size: 14px; }

.elespare-social-link-wrapper.elespare-large.social-style-6 .elespare-social-links a, .elespare-social-link-wrapper.elespare-large.social-style-5 .elespare-social-links a, .elespare-social-link-wrapper.elespare-large.social-style-4 .elespare-social-links a, .elespare-social-link-wrapper.elespare-large.social-style-3 .elespare-social-links a, .elespare-social-link-wrapper.elespare-large.social-style-2 .elespare-social-links a, .elespare-social-link-wrapper.elespare-large.social-style-1 .elespare-social-links a {
  width: 80px;
  height: 80px; }
  .elespare-social-link-wrapper.elespare-large.social-style-6 .elespare-social-links a i, .elespare-social-link-wrapper.elespare-large.social-style-5 .elespare-social-links a i, .elespare-social-link-wrapper.elespare-large.social-style-4 .elespare-social-links a i, .elespare-social-link-wrapper.elespare-large.social-style-3 .elespare-social-links a i, .elespare-social-link-wrapper.elespare-large.social-style-2 .elespare-social-links a i, .elespare-social-link-wrapper.elespare-large.social-style-1 .elespare-social-links a i {
    font-size: 22px; }

.elespare-social-link-wrapper.elespare-large.social-style-8 .elespare-social-links a, .elespare-social-link-wrapper.elespare-large.social-style-7 .elespare-social-links a {
  font-size: 18px;
  padding: 20px 25px; }
  .elespare-social-link-wrapper.elespare-large.social-style-8 .elespare-social-links a i, .elespare-social-link-wrapper.elespare-large.social-style-7 .elespare-social-links a i {
    font-size: 22px; }

.elespare-social-link-wrapper.elespare-large.social-style-9 .elespare-social-links a {
  font-size: 20px;
  min-width: 180px;
  height: 50px; }
  .elespare-social-link-wrapper.elespare-large.social-style-9 .elespare-social-links a i {
    font-size: 24px;
    width: 50px;
    height: 50px; }

.elespare-social-link-wrapper.elespare-large.social-style-10 .elespare-social-links a {
  font-size: 22px;
  min-width: 160px;
  height: 60px; }
  .elespare-social-link-wrapper.elespare-large.social-style-10 .elespare-social-links a i {
    font-size: 24px; }

.elespare-social-link-wrapper.elespare-large.social-style-11 .elespare-social-links a {
  font-size: 14px;
  width: 120px;
  height: 120px; }
  .elespare-social-link-wrapper.elespare-large.social-style-11 .elespare-social-links a i {
    font-size: 30px; }
  .elespare-social-link-wrapper.elespare-large.social-style-11 .elespare-social-links a .elespare-social-item-name {
    font-size: 20px; }

.elespare-social-link-wrapper.elespare-large.social-style-12 .elespare-social-links a {
  font-size: 14px;
  width: 140px;
  height: 100px; }
  .elespare-social-link-wrapper.elespare-large.social-style-12 .elespare-social-links a i {
    font-size: 24px; }
  .elespare-social-link-wrapper.elespare-large.social-style-12 .elespare-social-links a .elespare-social-item-name {
    font-size: 20px; }

.elementor-widget-post-social-links.elespare-grid-elespare-left .elespare-social-link-wrapper .elespare-social-links {
  justify-content: flex-start; }

.elementor-widget-post-social-links.elespare-grid-elespare-center .elespare-social-link-wrapper .elespare-social-links {
  justify-content: center; }

.elementor-widget-post-social-links.elespare-grid-elespare-right .elespare-social-link-wrapper .elespare-social-links {
  justify-content: flex-end; }

.elementor-column.elementor-col-50 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-7 .elespare-social-links > a, .elementor-column.elementor-col-50 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-8 .elespare-social-links > a, .elementor-column.elementor-col-50 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-9 .elespare-social-links > a, .elementor-column.elementor-col-50 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-10 .elespare-social-links > a, .elementor-column.elementor-col-50 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-11 .elespare-social-links > a, .elementor-column.elementor-col-50 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-12 .elespare-social-links > a,
.elementor-column[data-col="50"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-7 .elespare-social-links > a,
.elementor-column[data-col="50"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-8 .elespare-social-links > a,
.elementor-column[data-col="50"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-9 .elespare-social-links > a,
.elementor-column[data-col="50"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-10 .elespare-social-links > a,
.elementor-column[data-col="50"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-11 .elespare-social-links > a,
.elementor-column[data-col="50"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-12 .elespare-social-links > a {
  margin-bottom: 5px; }

.elementor-column.elementor-col-15 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-7 .elespare-social-links > a, .elementor-column.elementor-col-15 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-8 .elespare-social-links > a, .elementor-column.elementor-col-15 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-9 .elespare-social-links > a, .elementor-column.elementor-col-15 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-10 .elespare-social-links > a, .elementor-column.elementor-col-15 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-11 .elespare-social-links > a, .elementor-column.elementor-col-15 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-12 .elespare-social-links > a,
.elementor-column[data-col="15"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-7 .elespare-social-links > a,
.elementor-column[data-col="15"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-8 .elespare-social-links > a,
.elementor-column[data-col="15"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-9 .elespare-social-links > a,
.elementor-column[data-col="15"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-10 .elespare-social-links > a,
.elementor-column[data-col="15"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-11 .elespare-social-links > a,
.elementor-column[data-col="15"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-12 .elespare-social-links > a,
.elementor-column.elementor-col-20 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-7 .elespare-social-links > a,
.elementor-column.elementor-col-20 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-8 .elespare-social-links > a,
.elementor-column.elementor-col-20 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-9 .elespare-social-links > a,
.elementor-column.elementor-col-20 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-10 .elespare-social-links > a,
.elementor-column.elementor-col-20 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-11 .elespare-social-links > a,
.elementor-column.elementor-col-20 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-12 .elespare-social-links > a,
.elementor-column[data-col="20"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-7 .elespare-social-links > a,
.elementor-column[data-col="20"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-8 .elespare-social-links > a,
.elementor-column[data-col="20"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-9 .elespare-social-links > a,
.elementor-column[data-col="20"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-10 .elespare-social-links > a,
.elementor-column[data-col="20"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-11 .elespare-social-links > a,
.elementor-column[data-col="20"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-12 .elespare-social-links > a,
.elementor-column.elementor-col-25 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-7 .elespare-social-links > a,
.elementor-column.elementor-col-25 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-8 .elespare-social-links > a,
.elementor-column.elementor-col-25 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-9 .elespare-social-links > a,
.elementor-column.elementor-col-25 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-10 .elespare-social-links > a,
.elementor-column.elementor-col-25 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-11 .elespare-social-links > a,
.elementor-column.elementor-col-25 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-12 .elespare-social-links > a,
.elementor-column[data-col="25"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-7 .elespare-social-links > a,
.elementor-column[data-col="25"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-8 .elespare-social-links > a,
.elementor-column[data-col="25"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-9 .elespare-social-links > a,
.elementor-column[data-col="25"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-10 .elespare-social-links > a,
.elementor-column[data-col="25"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-11 .elespare-social-links > a,
.elementor-column[data-col="25"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-12 .elespare-social-links > a,
.elementor-column.elementor-col-33 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-7 .elespare-social-links > a,
.elementor-column.elementor-col-33 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-8 .elespare-social-links > a,
.elementor-column.elementor-col-33 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-9 .elespare-social-links > a,
.elementor-column.elementor-col-33 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-10 .elespare-social-links > a,
.elementor-column.elementor-col-33 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-11 .elespare-social-links > a,
.elementor-column.elementor-col-33 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-12 .elespare-social-links > a,
.elementor-column[data-col="33"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-7 .elespare-social-links > a,
.elementor-column[data-col="33"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-8 .elespare-social-links > a,
.elementor-column[data-col="33"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-9 .elespare-social-links > a,
.elementor-column[data-col="33"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-10 .elespare-social-links > a,
.elementor-column[data-col="33"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-11 .elespare-social-links > a,
.elementor-column[data-col="33"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-12 .elespare-social-links > a {
  margin-bottom: 5px; }

.elementor-column.elementor-col-15 .elespare-social-link-wrapper.social-style-12 .elespare-social-links a,
.elementor-column[data-col="15"] .elespare-social-link-wrapper.social-style-12 .elespare-social-links a,
.elementor-column.elementor-col-20 .elespare-social-link-wrapper.social-style-12 .elespare-social-links a,
.elementor-column[data-col="20"] .elespare-social-link-wrapper.social-style-12 .elespare-social-links a,
.elementor-column.elementor-col-25 .elespare-social-link-wrapper.social-style-12 .elespare-social-links a,
.elementor-column[data-col="25"] .elespare-social-link-wrapper.social-style-12 .elespare-social-links a,
.elementor-column.elementor-col-33 .elespare-social-link-wrapper.social-style-12 .elespare-social-links a,
.elementor-column[data-col="33"] .elespare-social-link-wrapper.social-style-12 .elespare-social-links a {
  width: 101px;
  height: 75px; }

@media (max-width: 1024px) {
  .elementor-widget-post-social-links.elespare-grid-tablet-elespare-left .elespare-social-link-wrapper .elespare-social-links {
    justify-content: flex-start; }
  .elementor-widget-post-social-links.elespare-grid-tablet-elespare-center .elespare-social-link-wrapper .elespare-social-links {
    justify-content: center; }
  .elementor-widget-post-social-links.elespare-grid-tablet-elespare-right .elespare-social-link-wrapper .elespare-social-links {
    justify-content: flex-end; } }

@media (max-width: 767px) {
  .elementor-widget-post-social-links.elespare-grid-mobile-elespare-left .elespare-social-link-wrapper .elespare-social-links {
    justify-content: flex-start; }
  .elementor-widget-post-social-links.elespare-grid-mobile-elespare-center .elespare-social-link-wrapper .elespare-social-links {
    justify-content: center; }
  .elementor-widget-post-social-links.elespare-grid-mobile-elespare-right .elespare-social-link-wrapper .elespare-social-links {
    justify-content: flex-end; } }

body.rtl .elespare-social-link-wrapper.social-style-9 .elespare-social-links a .elespare-social-item-name, body.rtl .elespare-social-link-wrapper.social-style-8 .elespare-social-links a .elespare-social-item-name, body.rtl .elespare-social-link-wrapper.social-style-7 .elespare-social-links a .elespare-social-item-name {
  margin: 0 10px 0 0; }
.elespare-widget-title-section.title-style-1 .elespare-widget-title {
  position: relative;
  margin-bottom: 15px;
  margin-top: 0px;
  padding-bottom: 10px;
  line-height: 1.2; }

.elespare-widget-title-section .elespare-widget-title {
  font-size: 20px; }

.elespare-widget-title-section.title-style-2 .elespare-widget-title span.elespare-section-title {
  padding: 0px 0px 10px;
  display: inline-block;
  position: relative;
  margin: 0px 0 15px;
  line-height: 1.2; }

.elespare-widget-title-section.title-style-3 .elespare-widget-title {
  margin: 0 0 15px; }

body.rtl .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-3 .elespare-section-title {
  padding: 5px 0px 7px 10px; }

body.rtl .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-4 .elespare-widget-title {
  flex-direction: row-reverse; }

body.rtl .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-5 .elespare-widget-title {
  flex-direction: row-reverse; }

body.rtl .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-6 .elespare-widget-title {
  flex-direction: row-reverse; }
  body.rtl .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after {
    margin: 0 0 0 10px; }

body.rtl .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-4 .elespare-widget-title {
  flex-direction: row; }
  body.rtl .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-before {
    margin: 0 0 0 10px; }

body.rtl .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-5 .elespare-widget-title {
  flex-direction: row-reverse; }

body.rtl .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-6 .elespare-widget-title {
  flex-direction: row; }
  body.rtl .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after {
    margin: 0 10px 0 0px; }
.elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul,
.elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul > li,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu > li {
    margin: 0;
    display: flex;
    align-items: center;
    position: relative; }
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul > li > a,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu > li > a {
      line-height: 50px;
      display: block;
      font-weight: 600;
      padding: 0 10px;
      display: flex;
      align-items: center; }
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .elespare-menu-child,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .elespare-menu-child {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden; }
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .children,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .sub-menu,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .children,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .sub-menu {
    list-style: none;
    min-width: 245px;
    padding: 0;
    margin: 0;
    background-color: #fff;
    box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 15px;
    z-index: 9999;
    overflow: visible; }
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .children li > a,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .sub-menu li > a,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .children li > a,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .sub-menu li > a {
      line-height: 1.6;
      display: block; }
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .children li a,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .sub-menu li a,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .children li a,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .sub-menu li a {
      border-style: solid; }
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .children .children,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .children .elespare-menu-child,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .sub-menu .children,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .sub-menu .elespare-menu-child,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .children .children,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .children .elespare-menu-child,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .sub-menu .children,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .sub-menu .elespare-menu-child {
      left: 100%; }
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .children li.page_item_has_children,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .children li.menu-item-has-children,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .sub-menu li.page_item_has_children,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .sub-menu li.menu-item-has-children,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .children li.page_item_has_children,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .children li.menu-item-has-children,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .sub-menu li.page_item_has_children,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .sub-menu li.menu-item-has-children {
      position: relative; }
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.page_item_has_children > a:after,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.menu-item-has-children > a:after,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.page_item_has_children > a:after,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.menu-item-has-children > a:after {
    padding-left: 10px; }
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.page_item_has_children > a > button.elespare-dropdwon-toggle,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.menu-item-has-children > a > button.elespare-dropdwon-toggle,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.page_item_has_children > a > button.elespare-dropdwon-toggle,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.menu-item-has-children > a > button.elespare-dropdwon-toggle {
    display: none; }
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.page_item_has_children .page_item_has_children a,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.page_item_has_children .menu-item-has-children a,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.menu-item-has-children .page_item_has_children a,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.menu-item-has-children .menu-item-has-children a,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.page_item_has_children .page_item_has_children a,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.page_item_has_children .menu-item-has-children a,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.menu-item-has-children .page_item_has_children a,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.menu-item-has-children .menu-item-has-children a {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.page_item_has_children .page_item_has_children .sub-menu,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.page_item_has_children .menu-item-has-children .sub-menu,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.menu-item-has-children .page_item_has_children .sub-menu,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.menu-item-has-children .menu-item-has-children .sub-menu,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.page_item_has_children .page_item_has_children .sub-menu,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.page_item_has_children .menu-item-has-children .sub-menu,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.menu-item-has-children .page_item_has_children .sub-menu,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.menu-item-has-children .menu-item-has-children .sub-menu {
    left: 0;
    top: 0; }
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.page_item_has_children .page_item_has_children .children,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.page_item_has_children .page_item_has_children .elespare-menu-child,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.page_item_has_children .menu-item-has-children .children,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.page_item_has_children .menu-item-has-children .elespare-menu-child,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.menu-item-has-children .page_item_has_children .children,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.menu-item-has-children .page_item_has_children .elespare-menu-child,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.menu-item-has-children .menu-item-has-children .children,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.menu-item-has-children .menu-item-has-children .elespare-menu-child,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.page_item_has_children .page_item_has_children .children,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.page_item_has_children .page_item_has_children .elespare-menu-child,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.page_item_has_children .menu-item-has-children .children,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.page_item_has_children .menu-item-has-children .elespare-menu-child,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.menu-item-has-children .page_item_has_children .children,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.menu-item-has-children .page_item_has_children .elespare-menu-child,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.menu-item-has-children .menu-item-has-children .children,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.menu-item-has-children .menu-item-has-children .elespare-menu-child {
    top: 0; }

.elespare-navigation-wrapper.horizontal span.elespare-menu-item-description {
  font-size: 12px;
  line-height: normal;
  padding: 0 5px;
  font-style: italic;
  font-weight: normal;
  display: none; }

.elespare-navigation-wrapper.horizontal a {
  text-decoration: none; }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu li.page_item_has_children:hover > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu li.page_item_has_children:hover > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu li.page_item_has_children:hover > .elespare-menu-child,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu li.menu-item-has-children:hover > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu li.menu-item-has-children:hover > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu li.menu-item-has-children:hover > .elespare-menu-child {
  visibility: visible;
  opacity: 1;
  z-index: 9999999;
  transition-delay: 0s, 0s, 0.3s;
  -webkit-transition: all 0.3s ease 0s, opacity 0.3s;
  transition: all 0.3s ease 0s, opacity 0.3s; }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu li.page_item_has_children:focus-within > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu li.page_item_has_children:focus-within > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu li.page_item_has_children:focus-within > .elespare-menu-child,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu li.menu-item-has-children:focus-within > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu li.menu-item-has-children:focus-within > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu li.menu-item-has-children:focus-within > .elespare-menu-child {
  visibility: visible;
  opacity: 1;
  z-index: 9999999;
  transition-delay: 0s, 0s, 0.3s;
  -webkit-transition: all 0.3s ease 0s, opacity 0.3s;
  transition: all 0.3s ease 0s, opacity 0.3s; }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 .elespare-menu-child .sub-menu {
  transform: translateY(-15px); }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 .children {
  transform: translateY(-15px); }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 li.page_item_has_children:hover > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 li.page_item_has_children:hover > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 li.page_item_has_children:hover > .elespare-menu-child,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 li.menu-item-has-children:hover > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 li.menu-item-has-children:hover > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 li.menu-item-has-children:hover > .elespare-menu-child {
  transform: translateY(0%); }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 li.page_item_has_children:focus-within > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 li.page_item_has_children:focus-within > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 li.page_item_has_children:focus-within > .elespare-menu-child,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 li.menu-item-has-children:focus-within > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 li.menu-item-has-children:focus-within > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 li.menu-item-has-children:focus-within > .elespare-menu-child {
  transform: translateY(0%); }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-2 .elespare-menu-child .sub-menu {
  transform: translateY(15px); }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-2 .children {
  transform: translateY(15px); }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-2 li.menu-item-has-children:hover > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-2 li.menu-item-has-children:hover > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-2 li.menu-item-has-children:hover > .elespare-menu-child {
  transform: translateY(0%); }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-2 li.menu-item-has-children:focus-within > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-2 li.menu-item-has-children:focus-within > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-2 li.menu-item-has-children:focus-within > .elespare-menu-child {
  transform: translateY(0%); }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 .elespare-menu-child .sub-menu {
  transform: scaleY(0);
  transform-origin: top; }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 .children {
  transform: scaleY(0);
  transform-origin: top; }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 li.page_item_has_children:hover > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 li.page_item_has_children:hover > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 li.page_item_has_children:hover > .elespare-menu-child,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 li.menu-item-has-children:hover > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 li.menu-item-has-children:hover > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 li.menu-item-has-children:hover > .elespare-menu-child {
  transform: scaleY(1); }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 li.page_item_has_children:focus-within > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 li.page_item_has_children:focus-within > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 li.page_item_has_children:focus-within > .elespare-menu-child,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 li.menu-item-has-children:focus-within > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 li.menu-item-has-children:focus-within > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 li.menu-item-has-children:focus-within > .elespare-menu-child {
  transform: scaleY(1); }

.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.page_item_has_children > .children.active,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.page_item_has_children > .elespare-menu-child.active > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.page_item_has_children > .elespare-menu-child.active,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.menu-item-has-children > .children.active,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.menu-item-has-children > .elespare-menu-child.active > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.menu-item-has-children > .elespare-menu-child.active {
  visibility: visible;
  opacity: 1;
  z-index: 9999999;
  transition-delay: 0s, 0s, 0.3s;
  transition: all 0.3s ease 0s, opacity 0.3s; }

.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.page_item_has_children > a:after,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.menu-item-has-children > a:after {
  display: none; }

.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.page_item_has_children > a > button.elespare-dropdwon-toggle,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.menu-item-has-children > a > button.elespare-dropdwon-toggle {
  padding-left: 10px;
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: inherit;
  line-height: 1.2; }
  .elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.page_item_has_children > a > button.elespare-dropdwon-toggle:hover,
  .elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.menu-item-has-children > a > button.elespare-dropdwon-toggle:hover {
    background-color: transparent;
    border: none;
    color: inherit; }
  .elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.page_item_has_children > a > button.elespare-dropdwon-toggle:focus,
  .elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.menu-item-has-children > a > button.elespare-dropdwon-toggle:focus {
    background-color: transparent;
    border: none;
    color: inherit;
    outline: none; }
  .elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.page_item_has_children > a > button.elespare-dropdwon-toggle:focus-visible,
  .elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.menu-item-has-children > a > button.elespare-dropdwon-toggle:focus-visible {
    outline: 1px solid; }

.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-1 .elespare-menu-child .sub-menu {
  transform: translateY(-15px); }

.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-1 .children {
  transform: translateY(-15px); }

.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-1 li.page_item_has_children > .children,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-1 li.page_item_has_children > .elespare-menu-child.active > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-1 li.page_item_has_children > .elespare-menu-child.active,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-1 li.menu-item-has-children > .children,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-1 li.menu-item-has-children > .elespare-menu-child.active > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-1 li.menu-item-has-children > .elespare-menu-child.active {
  transform: translateY(0%); }

.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-2 .elespare-menu-child .sub-menu {
  transform: translateY(15px); }

.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-2 .children {
  transform: translateY(15px); }

.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-2 li.menu-item-has-children > .children,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-2 li.menu-item-has-children > .elespare-menu-child.active > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-2 li.menu-item-has-children > .elespare-menu-child.active {
  transform: translateY(0%); }

.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-3 .elespare-menu-child .sub-menu {
  transform: scaleY(0);
  transform-origin: top; }

.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-3 .children {
  transform: scaleY(0);
  transform-origin: top; }

.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-3 li.menu-item-has-children > .children,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-3 li.menu-item-has-children > .elespare-menu-child.active > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-3 li.menu-item-has-children > .elespare-menu-child.active {
  transform: scaleY(1); }

.elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-toggle {
  display: none;
  font-size: 48px; }
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-toggle .elespare-close-toggle {
    display: none; }
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-toggle .elespare-open-toggle {
    display: block; }
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-toggle.elespare-nav-menu-toggle .elespare-close-toggle {
    display: block; }
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-toggle.elespare-nav-menu-toggle .elespare-open-toggle {
    display: none; }

.elespare-navigation-wrapper.horizontal.drawer .elespare-menu-toggle {
  display: none;
  font-size: 48px; }
  .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-toggle .elespare-close-toggle {
    display: none; }
  .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-toggle .elespare-open-toggle {
    display: block; }

@media (max-width: 1025px) {
  .elesapre-nav-menu__breakpoint-tablet-large .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-toggle, .elesapre-nav-menu__breakpoint-tablet-large .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-toggle {
    display: block; }
  .elesapre-nav-menu__breakpoint-tablet-large .elespare-navigation-wrapper.horizontal.drawer .elespare-overlay, .elesapre-nav-menu__breakpoint-tablet-large .elespare-navigation-wrapper.horizontal.dropdown .elespare-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 999998;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease-out; }
  .elesapre-nav-menu__breakpoint-tablet-large .elespare-navigation-wrapper.horizontal.drawer .elespare-overlay.show, .elesapre-nav-menu__breakpoint-tablet-large .elespare-navigation-wrapper.horizontal.dropdown .elespare-overlay.show {
    display: block;
    transition: all 0.3s ease-out; }
  .elesapre-nav-menu__breakpoint-tablet-large .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar.show, .elesapre-nav-menu__breakpoint-tablet-large .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar.show {
    transform: translateX(0);
    transition: transform 0.3s ease-out;
    display: block; }
  .elesapre-nav-menu__breakpoint-tablet-large .elespare-navigation-wrapper.horizontal.drawer .elespare-main-navigation, .elesapre-nav-menu__breakpoint-tablet-large .elespare-navigation-wrapper.horizontal.dropdown .elespare-main-navigation {
    display: none; } }

@media (max-width: 992px) {
  .elesapre-nav-menu__breakpoint-tablet-small .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-toggle, .elesapre-nav-menu__breakpoint-tablet-small .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-toggle {
    display: block; }
  .elesapre-nav-menu__breakpoint-tablet-small .elespare-navigation-wrapper.horizontal.drawer .elespare-overlay, .elesapre-nav-menu__breakpoint-tablet-small .elespare-navigation-wrapper.horizontal.dropdown .elespare-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 999998;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease-out; }
  .elesapre-nav-menu__breakpoint-tablet-small .elespare-navigation-wrapper.horizontal.drawer .elespare-overlay.show, .elesapre-nav-menu__breakpoint-tablet-small .elespare-navigation-wrapper.horizontal.dropdown .elespare-overlay.show {
    display: block;
    transition: all 0.3s ease-out; }
  .elesapre-nav-menu__breakpoint-tablet-small .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar.show, .elesapre-nav-menu__breakpoint-tablet-small .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar.show {
    transform: translateX(0);
    transition: transform 0.3s ease-out;
    display: block; }
  .elesapre-nav-menu__breakpoint-tablet-small .elespare-navigation-wrapper.horizontal.drawer .elespare-main-navigation, .elesapre-nav-menu__breakpoint-tablet-small .elespare-navigation-wrapper.horizontal.dropdown .elespare-main-navigation {
    display: none; } }

@media (max-width: 768px) {
  .elesapre-nav-menu__breakpoint-mobile-large .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-toggle, .elesapre-nav-menu__breakpoint-mobile-large .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-toggle {
    display: block; }
  .elesapre-nav-menu__breakpoint-mobile-large .elespare-navigation-wrapper.horizontal.drawer .elespare-overlay, .elesapre-nav-menu__breakpoint-mobile-large .elespare-navigation-wrapper.horizontal.dropdown .elespare-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 999998;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease-out; }
  .elesapre-nav-menu__breakpoint-mobile-large .elespare-navigation-wrapper.horizontal.drawer .elespare-overlay.show, .elesapre-nav-menu__breakpoint-mobile-large .elespare-navigation-wrapper.horizontal.dropdown .elespare-overlay.show {
    display: block;
    transition: all 0.3s ease-out; }
  .elesapre-nav-menu__breakpoint-mobile-large .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar.show, .elesapre-nav-menu__breakpoint-mobile-large .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar.show {
    transform: translateX(0);
    transition: transform 0.3s ease-out;
    display: block; }
  .elesapre-nav-menu__breakpoint-mobile-large .elespare-navigation-wrapper.horizontal.drawer .elespare-main-navigation, .elesapre-nav-menu__breakpoint-mobile-large .elespare-navigation-wrapper.horizontal.dropdown .elespare-main-navigation {
    display: none; } }

@media (max-width: 480px) {
  .elesapre-nav-menu__breakpoint-mobile-small .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-toggle, .elesapre-nav-menu__breakpoint-mobile-small .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-toggle {
    display: block; }
  .elesapre-nav-menu__breakpoint-mobile-small .elespare-navigation-wrapper.horizontal.drawer .elespare-overlay, .elesapre-nav-menu__breakpoint-mobile-small .elespare-navigation-wrapper.horizontal.dropdown .elespare-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 999998;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease-out; }
  .elesapre-nav-menu__breakpoint-mobile-small .elespare-navigation-wrapper.horizontal.drawer .elespare-overlay.show, .elesapre-nav-menu__breakpoint-mobile-small .elespare-navigation-wrapper.horizontal.dropdown .elespare-overlay.show {
    display: block;
    transition: all 0.3s ease-out; }
  .elesapre-nav-menu__breakpoint-mobile-small .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar.show, .elesapre-nav-menu__breakpoint-mobile-small .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar.show {
    transform: translateX(0);
    transition: transform 0.3s ease-out;
    display: block; }
  .elesapre-nav-menu__breakpoint-mobile-small .elespare-navigation-wrapper.horizontal.drawer .elespare-main-navigation, .elesapre-nav-menu__breakpoint-mobile-small .elespare-navigation-wrapper.horizontal.dropdown .elespare-main-navigation {
    display: none; } }

.elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar {
  position: fixed;
  left: 0;
  width: 300px;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
  top: 0;
  bottom: 0;
  z-index: 999999;
  background-color: #fff;
  display: none; }
  .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .elespare--close-menu-side-bar {
    font-size: 30px;
    display: block;
    padding: 5px 10px;
    text-align: right; }
  .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .elespare-menu-sidebar--wrapper {
    padding: 0 0 20px 0px;
    height: 100vh; }
    .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .elespare-menu-sidebar--wrapper .elespare-menu-dropdown {
      list-style: none;
      margin: 0;
      padding: 20px;
      height: 100%;
      overflow-y: scroll;
      width: 100%; }
      .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .elespare-menu-sidebar--wrapper .elespare-menu-dropdown ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .elespare-menu-sidebar--wrapper .elespare-menu-dropdown ul li.page_item a,
        .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .elespare-menu-sidebar--wrapper .elespare-menu-dropdown ul li.menu-item a {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          line-height: 50px;
          border-bottom: 1px solid #eee; }
      .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .elespare-menu-sidebar--wrapper .elespare-menu-dropdown .children,
      .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .elespare-menu-sidebar--wrapper .elespare-menu-dropdown .sub-menu {
        display: none;
        padding-left: 10px; }
      .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .elespare-menu-sidebar--wrapper .elespare-menu-dropdown::-webkit-scrollbar {
        width: 5px; }
      .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .elespare-menu-sidebar--wrapper .elespare-menu-dropdown::-webkit-scrollbar-thumb {
        background: #1f3d70;
        border-radius: 50px; }
      .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .elespare-menu-sidebar--wrapper .elespare-menu-dropdown::-webkit-scrollbar-thumb:hover {
        background: #fc1550; }
  .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children a,
  .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children a {
    display: flex;
    justify-content: space-between; }
    .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children a::after,
    .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children a::after {
      display: none; }
  .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle,
  .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle {
    display: inline-block;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    color: inherit;
    width: 30px;
    height: 30px; }
    .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle:hover,
    .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle:hover {
      background-color: transparent;
      border: none;
      color: inherit; }
    .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle:focus,
    .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle:focus {
      outline: 1px dotted;
      background: transparent;
      border: none; }
    .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle:after,
    .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle:after {
      transition: all 0.3s;
      display: inline-block; }
  .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle.up:after,
  .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle.up:after {
    transition: all 0.3s; }
  .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar.elespare-menu-right {
    right: 0;
    left: auto;
    transform: translateX(100%); }
    .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar.elespare-menu-right .elespare--close-menu-side-bar {
      text-align: left; }

.elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 12;
  background-color: #fff;
  margin-top: 10px;
  padding: 0 20px 20px;
  -webkit-transition: max-height 0.3s, -webkit-transform 0.3s;
  transition: max-height 0.3s, -webkit-transform 0.3s;
  -o-transition: max-height 0.3s, transform 0.3s;
  transition: max-height 0.3s, transform 0.3s;
  transition: max-height 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  overflow: auto;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  max-height: 0; }
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown ul li.page_item,
    .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown ul li.menu-item {
      margin: 0; }
      .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown ul li.page_item a,
      .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown ul li.menu-item a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        line-height: 50px;
        border-bottom: 1px solid #eee; }
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children a,
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children a {
    display: flex;
    justify-content: space-between; }
    .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children a::after,
    .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children a::after {
      display: none; }
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle,
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle {
    display: inline-block;
    border: none;
    padding: 0;
    margin: 0;
    color: inherit;
    width: 30px;
    height: 30px; }
    .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle:hover,
    .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle:hover {
      background-color: transparent;
      border: none;
      color: inherit; }
    .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle:focus,
    .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle:focus {
      outline: 1px dotted;
      background: transparent;
      border: none; }
    .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle:after,
    .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle:after {
      transition: all 0.3s;
      display: inline-block; }
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle.up:after,
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle.up:after {
    transition: all 0.3s; }
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .children,
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .sub-menu {
    display: none; }
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown.show {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh; }

.elespare-overlay {
  display: none; }

.elespare--hover-background ul.elespare-menu > li:hover > a,
.elespare--hover-background div.elespare-menu ul > li:hover > a {
  color: #aa3166; }

.elespare--hover-overline .elespare-menu li a:before,
.elespare--hover-underline .elespare-menu li a:before {
  position: absolute;
  display: block;
  content: "";
  height: 3px;
  width: 0;
  transition: width 0.3s linear; }

.elespare--hover-overline div.elespare-menu ul > li:hover > a,
.elespare--hover-overline ul.elespare-menu > li:hover > a,
.elespare--hover-underline div.elespare-menu ul > li:hover > a,
.elespare--hover-underline ul.elespare-menu > li:hover > a {
  position: relative; }

.elespare--hover-overline div.elespare-menu ul > li:hover > a:before,
.elespare--hover-overline ul.elespare-menu > li:hover > a:before,
.elespare--hover-underline div.elespare-menu ul > li:hover > a:before,
.elespare--hover-underline ul.elespare-menu > li:hover > a:before {
  width: 50px;
  background-color: #000; }

.elespare--hover-overline .elespare-menu li .sub-menu > li a,
.elespare--hover-underline .elespare-menu li .sub-menu > li a {
  position: relative; }

.elespare--hover-overline .elespare-menu li .sub-menu > li a:after,
.elespare--hover-underline .elespare-menu li .sub-menu > li a:after {
  top: auto;
  bottom: 12px; }

.elespare--hover-underline li a:before {
  bottom: 0; }

.elespare--hover-overline .elespare-menu li a:before {
  top: 0; }

.elespare--hover-overline div.elespare-menu ul > li:hover > a,
.elespare--hover-overline ul.elespare-menu > li:hover > a {
  position: relative; }

.elespare--hover-overline div.elespare-menu ul > li:hover > a:before,
.elespare--hover-overline ul.elespare-menu > li:hover > a:before {
  width: 80px;
  background-color: #000; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal .elespare-menu li.page_item_has_children > a:after,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal .elespare-menu li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal .elespare-menu .elespare-menu-child .sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal .elespare-menu .children li.page_item_has_children > a:after {
  content: "\f105";
  font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.sub-click .elespare-menu li.page_item_has_children > a:after,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.sub-click .elespare-menu li.menu-item-has-children > a:after {
  display: none; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.sub-click .elespare-menu li.page_item_has_children > a > button.elespare-dropdwon-toggle:after,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.sub-click .elespare-menu li.menu-item-has-children > a > button.elespare-dropdwon-toggle:after {
  content: "\f107";
  font-family: "elespare-icons";
  padding-left: 10px; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.sub-click .elespare-menu .elespare-menu-child .sub-menu li.menu-item-has-children > a:after {
  display: none; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.sub-click .elespare-menu .elespare-menu-child .sub-menu li.menu-item-has-children > a > button.elespare-dropdwon-toggle:after {
  content: "\f105";
  font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.sub-click .elespare-menu .children li.page_item_has_children > a:after {
  display: none; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.sub-click .elespare-menu .children li.page_item_has_children > a > button.elespare-dropdwon-toggle:after {
  content: "\f105";
  font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle {
  margin-left: auto; }
  .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle:after,
  .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle:after {
    content: "\f107";
    font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle.up:after,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle.up:after {
  content: "\f106"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle {
  margin-left: auto; }
  .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle:after,
  .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle:after {
    content: "\f107";
    font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle.up:after,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle.up:after {
  content: "\f106"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal .elespare-menu li.page_item_has_children > a:after,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal .elespare-menu li.menu-item-has-children > a:after {
  content: "\e82e";
  font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle {
  margin-left: auto; }
  .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle:after,
  .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle:after {
    content: "\e82e";
    font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle {
  margin-left: auto; }
  .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle:after,
  .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle:after {
    content: "\e82e";
    font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal .elespare-menu li.page_item_has_children > a:after {
  content: "\e82d";
  font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal .elespare-menu li.menu-item-has-children > a:first-child:after {
  content: "\e82d";
  font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal .elespare-menu .elespare-menu-child .sub-menu li.menu-item-has-children > a:after {
  content: "\e82d";
  font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal .elespare-menu .children li.page_item_has_children > a:after {
  content: "\e82d";
  font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle {
  margin-left: auto; }
  .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle:after,
  .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle:after {
    content: "\e82d";
    font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle.up:after,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle.up:after {
  content: "\e821"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle {
  margin-left: auto; }
  .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle:after,
  .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle:after {
    content: "\e82d";
    font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle.up:after,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle.up:after {
  content: "\e821"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.sub-click .elespare-menu li.menu-item-has-children > a > button.elespare-dropdwon-toggle:after {
  content: "\e82e";
  font-family: "elespare-icons";
  padding-left: 10px; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.sub-click .elespare-menu li.menu-item-has-children > a > button.elespare-dropdwon-toggle:after {
  content: "\e82d";
  font-family: "elespare-icons";
  padding-left: 10px; }

.elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation div.elespare-menu > ul,
.elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation ul.elespare-menu {
  justify-content: flex-start; }

.elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.center .elespare-main-navigation div.elespare-menu > ul,
.elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.center .elespare-main-navigation ul.elespare-menu {
  justify-content: center; }

.elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation div.elespare-menu > ul,
.elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation ul.elespare-menu {
  justify-content: flex-end; }

.elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation div.elespare-menu > ul > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child,
.elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation div.elespare-menu > ul > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child,
.elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation ul.elespare-menu > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child,
.elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation ul.elespare-menu > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child {
  left: auto;
  right: 0; }
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation div.elespare-menu > ul > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child .sub-menu,
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation div.elespare-menu > ul > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child .sub-menu,
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation ul.elespare-menu > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child .sub-menu,
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation ul.elespare-menu > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child .sub-menu {
    left: auto;
    right: 0; }
    .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation div.elespare-menu > ul > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child .sub-menu .menu-item-has-children a::after,
    .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation div.elespare-menu > ul > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child .sub-menu .menu-item-has-children a::after,
    .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation ul.elespare-menu > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child .sub-menu .menu-item-has-children a::after,
    .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation ul.elespare-menu > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child .sub-menu .menu-item-has-children a::after {
      transform: scaleX(-1);
      padding-left: 0;
      padding-right: 10px; }
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation div.elespare-menu > ul > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child .elespare-menu-child,
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation div.elespare-menu > ul > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child .elespare-menu-child,
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation ul.elespare-menu > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child .elespare-menu-child,
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation ul.elespare-menu > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child .elespare-menu-child {
    left: auto;
    right: 100%; }

@media (max-width: 1025px) {
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.elespare-mobile-none-left .elespare-main-navigation div.elespare-menu > ul,
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.elespare-mobile-none-left .elespare-main-navigation ul.elespare-menu {
    justify-content: flex-start; }
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.elespare-mobile-none-center .elespare-main-navigation div.elespare-menu > ul,
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.elespare-mobile-none-center .elespare-main-navigation ul.elespare-menu {
    justify-content: center; }
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.elespare-mobile-none-right .elespare-main-navigation div.elespare-menu > ul,
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.elespare-mobile-none-right .elespare-main-navigation ul.elespare-menu {
    justify-content: flex-end; } }

@media (max-width: 1025px) {
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.elespare-mobile-responsive-left .elespare-menu-toggle {
    text-align: left; }
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.elespare-mobile-responsive-center .elespare-menu-toggle {
    text-align: center; }
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.elespare-mobile-responsive-right .elespare-menu-toggle {
    text-align: right; } }

.elementor-align-justify .elespare-menu-toggle-vertical {
  width: 100%; }

@media (max-width: 480px) {
  .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar {
    width: 100%; }
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown.show {
    width: calc(100vw - 20px); } }

.elespare-navigation-wrapper.horizontal a:focus {
  outline: none; }

.elespare-navigation-wrapper.horizontal a:focus-visible {
  outline: 1px dotted; }

body.rtl .elementor-column {
  overflow-x: visible; }

body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation div.elespare-menu > ul,
body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation ul.elespare-menu {
  justify-content: flex-end; }

body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation div.elespare-menu > ul,
body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation ul.elespare-menu {
  justify-content: flex-start; }

body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal .elespare-menu .elespare-menu-child .sub-menu li.menu-item-has-children > a:after {
  transform: scale(-1); }

body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation div.elespare-menu > ul > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child,
body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation div.elespare-menu > ul > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child,
body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation ul.elespare-menu > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child,
body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation ul.elespare-menu > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child {
  left: 0;
  right: auto; }
  body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation div.elespare-menu > ul > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child .sub-menu,
  body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation div.elespare-menu > ul > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child .sub-menu,
  body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation ul.elespare-menu > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child .sub-menu,
  body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation ul.elespare-menu > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child .sub-menu {
    left: 0;
    right: auto; }
    body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation div.elespare-menu > ul > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child .sub-menu .menu-item-has-children a::after,
    body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation div.elespare-menu > ul > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child .sub-menu .menu-item-has-children a::after,
    body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation ul.elespare-menu > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child .sub-menu .menu-item-has-children a::after,
    body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation ul.elespare-menu > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child .sub-menu .menu-item-has-children a::after {
      transform: scaleX(1);
      padding-left: 0;
      padding-right: 10px; }
  body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation div.elespare-menu > ul > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child .elespare-menu-child,
  body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation div.elespare-menu > ul > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child .elespare-menu-child,
  body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation ul.elespare-menu > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child .elespare-menu-child,
  body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation ul.elespare-menu > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child .elespare-menu-child {
    left: 100%;
    right: auto; }

body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.menu-item-has-children > a:after {
  padding-left: 0px;
  padding-right: 10px; }

body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle,
body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle, body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle,
body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle, body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle,
body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle {
  margin-left: unset;
  margin-right: auto; }

body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle,
body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle, body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle,
body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle, body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle,
body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle {
  margin-left: unset;
  margin-right: auto; }

body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.sub-click .elespare-menu li.menu-item-has-children > a > button.elespare-dropdwon-toggle:after, body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.sub-click .elespare-menu li.menu-item-has-children > a > button.elespare-dropdwon-toggle:after, body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.sub-click .elespare-menu li.menu-item-has-children > a > button.elespare-dropdwon-toggle:after {
  padding-left: unset;
  padding-right: 10px; }

body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.menu-item-has-children > a:after {
  padding-left: 0px;
  padding-right: 10px; }

body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation .elespare-menu-child {
  left: unset;
  right: 0; }

body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation .children,
body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation .sub-menu {
  right: 15px;
  left: unset; }
  body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation .children .children,
  body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation .children .elespare-menu-child,
  body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation .sub-menu .children,
  body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation .sub-menu .elespare-menu-child {
    right: 100%;
    left: unset; }

body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation li.page_item_has_children > a:after,
body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation li.menu-item-has-children > a:after {
  padding-left: 0px;
  padding-right: 10px; }

body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation li.page_item_has_children .page_item_has_children .sub-menu,
body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation li.page_item_has_children .menu-item-has-children .sub-menu,
body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation li.menu-item-has-children .page_item_has_children .sub-menu,
body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation li.menu-item-has-children .menu-item-has-children .sub-menu {
  left: unset;
  right: 0; }
.elespare-popular-taxonomies-lists {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap; }
  .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
    display: flex;
    overflow: hidden; }
    .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
      display: flex;
      align-items: center; }
      .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper .elespare-primary-icon {
        text-decoration: none !important; }
    .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-tag-title-wrapper {
      align-self: center; }
  .elespare-popular-taxonomies-lists ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px; }
    .elespare-popular-taxonomies-lists ul li {
      margin: 0;
      padding: 0; }
      .elespare-popular-taxonomies-lists ul li .elespare-secondry-wrap {
        display: flex;
        align-items: center;
        gap: 5px; }
        .elespare-popular-taxonomies-lists ul li .elespare-secondry-wrap .elespare-secondary-icon {
          text-decoration: none !important; }
      .elespare-popular-taxonomies-lists ul li a {
        text-decoration: none; }

.popular-tag-style-1 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  gap: 5px; }

.popular-tag-style-2 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  gap: 10px;
  padding: 5px 10px; }

.popular-tag-style-3 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  gap: 10px;
  padding: 5px 10px;
  border-radius: 6px; }

.popular-tag-style-4 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  border-radius: 0 6px 0 6px; }
  .popular-tag-style-4 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
    padding: 5px 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.15); }
  .popular-tag-style-4 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-tag-title-wrapper {
    padding: 5px 10px;
    display: inline-block; }

.popular-tag-style-5 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  border-radius: 100px;
  overflow: hidden; }
  .popular-tag-style-5 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
    padding: 5px 10px 5px 12px;
    background-color: rgba(0, 0, 0, 0.15); }
  .popular-tag-style-5 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-tag-title-wrapper {
    padding: 5px 10px;
    display: inline-block; }

.popular-tag-style-6 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  gap: 10px;
  border-radius: 0 6px 6px 6px;
  overflow: hidden; }
  .popular-tag-style-6 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.15);
    position: relative; }
    .popular-tag-style-6 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper::after {
      content: "";
      border: 8px solid;
      border-color: transparent transparent transparent rgba(0, 0, 0, 0.15);
      position: absolute;
      top: 50%;
      left: 100%;
      transform: translateY(-50%); }
  .popular-tag-style-6 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-tag-title-wrapper {
    padding: 5px 10px;
    display: inline-block; }

.popular-tag-style-7 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  border-radius: 6px 0 0 0;
  overflow: hidden; }
  .popular-tag-style-7 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    padding: 5px 20px 5px 12px;
    background-color: rgba(0, 0, 0, 0.15); }
  .popular-tag-style-7 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-tag-title-wrapper {
    padding: 5px 10px;
    display: inline-block; }

.popular-tag-style-8 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  border-radius: 100px;
  overflow: hidden; }
  .popular-tag-style-8 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
    padding: 5px 20px 5px 12px;
    background-color: rgba(0, 0, 0, 0.15); }
  .popular-tag-style-8 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-tag-title-wrapper {
    padding: 5px 10px;
    display: inline-block; }

.popular-tag-style-9 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  align-items: flex-start;
  border-radius: 6px; }
  .popular-tag-style-9 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
    padding: 0 0 5px 10px; }
    .popular-tag-style-9 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper i {
      background-color: rgba(0, 0, 0, 0.15);
      border-radius: 0 0 100px 100px;
      padding: 15px 10px 10px 10px;
      display: inline-block;
      text-align: center;
      line-height: 1; }
  .popular-tag-style-9 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-tag-title-wrapper {
    padding: 5px 10px;
    display: inline-block; }

.popular-tag-style-10 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  border-radius: 6px;
  overflow: hidden; }
  .popular-tag-style-10 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
    clip-path: polygon(0% 0%, 75% 0, 100% 50%, 75% 100%, 0% 100%);
    padding: 5px 20px 5px 12px;
    background-color: rgba(0, 0, 0, 0.15); }
  .popular-tag-style-10 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-tag-title-wrapper {
    padding: 5px 10px;
    display: inline-block; }

.popular-tag-style-11 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  border-radius: 6px 0 6px 0;
  overflow: hidden; }
  .popular-tag-style-11 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
    padding: 3px 0 3px 5px; }
    .popular-tag-style-11 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper i {
      clip-path: circle(45% at 50% 50%);
      padding: 12px;
      background-color: rgba(0, 0, 0, 0.15);
      display: inline-block;
      line-height: 1; }
  .popular-tag-style-11 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-tag-title-wrapper {
    padding: 5px 10px;
    display: inline-block; }

.popular-tag-style-12 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  border-radius: 6px 6px 0 0;
  overflow: hidden; }
  .popular-tag-style-12 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
    padding: 5px 0 5px 5px; }
    .popular-tag-style-12 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper i {
      clip-path: circle(50% at 50% 50%);
      padding: 7px 8px;
      border: 2px solid currentColor;
      display: inline-block;
      line-height: 1;
      border-radius: 50%; }
  .popular-tag-style-12 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-tag-title-wrapper {
    padding: 5px 10px;
    display: inline-block; }

.elespare-popular-taxonomies-lists.popular-tag-rounded .elespare-popular-tags-text {
  border-radius: 6px; }

.elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text {
  border-radius: 100px; }

.elespare-popular-taxonomies-lists.popular-tag-rectangular .elespare-popular-tags-text {
  border-radius: 0; }

div .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper {
  padding-left: 12px; }

div.popular-tag-style-2 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper, div.popular-tag-style-3 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper {
  padding-left: 2px; }

div.popular-tag-style-11 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper, div.popular-tag-style-12 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper {
  padding-left: 7px; }

.elespare-popular-taxonomies-lists.popular-vertical {
  flex-direction: column;
  align-items: flex-start; }
  .elespare-popular-taxonomies-lists.popular-vertical .elespare-popular-tags-text {
    width: 100%; }
  .elespare-popular-taxonomies-lists.popular-vertical ul {
    width: 100%; }

.elespare-popular-taxonomies-lists.popular-vertical .popular-vertical {
  flex-direction: column;
  align-items: flex-start; }

.elespare-popular-taxonomies-lists.popular-vertical .elespare-column-2 li {
  width: calc(100% / 2 - 10px); }

.elespare-popular-taxonomies-lists.popular-vertical .elespare-column-3 li {
  width: calc(100% / 3 - 10px); }

.elespare-popular-taxonomies-lists.popular-vertical .elespare-column-4 li {
  width: calc(100% / 4 - 10px); }

body.rtl .popular-tag-style-4 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  border-radius: 6px 0 6px 0; }
  body.rtl .popular-tag-style-4 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
    border-right: none;
    border-left: 1px solid rgba(0, 0, 0, 0.15); }

body.rtl .popular-tag-style-5 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
  padding: 5px 12px 5px 10px; }

body.rtl .popular-tag-style-6 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  border-radius: 6px 0 6px 6px; }
  body.rtl .popular-tag-style-6 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper::after {
    border-color: transparent rgba(0, 0, 0, 0.15) transparent transparent;
    left: auto;
    right: 100%; }

body.rtl .popular-tag-style-7 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  border-radius: 0 6px 0 0; }
  body.rtl .popular-tag-style-7 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
    padding: 5px 12px 5px 20px; }

body.rtl .popular-tag-style-8 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  padding: 5px 12px 5px 20px; }

body.rtl .popular-tag-style-9 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
  padding: 0 10px 5px 0; }

body.rtl .popular-tag-style-10 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
  padding: 5px 12px 5px 20px; }

body.rtl .popular-tag-style-11 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  border-radius: 0 6px 0 6px; }
  body.rtl .popular-tag-style-11 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
    padding: 3px 5px 3px 0; }

body.rtl .popular-tag-style-12 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
  padding: 5px 5px 5px 0; }

body.rtl .elespare-popular-taxonomies-lists.popular-tag-rounded .elespare-popular-tags-text {
  border-radius: 6px; }

body.rtl .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text {
  border-radius: 100px; }

body.rtl .elespare-popular-taxonomies-lists.popular-tag-rectangular .elespare-popular-tags-text {
  border-radius: 0; }

body.rtl div.popular-tag-style-2 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper, body.rtl div .popular-tag-style-3 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper {
  padding-left: 0;
  padding-right: 2px; }

body.rtl div.popular-tag-style-4 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper, body.rtl div.popular-tag-style-5 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper, body.rtl div.popular-tag-style-6 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper, body.rtl div.popular-tag-style-9 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper {
  padding-left: 10px;
  padding-right: 12px; }

body.rtl div.popular-tag-style-7 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper, body.rtl div.popular-tag-style-8 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper, body.rtl div.popular-tag-style-10 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper {
  padding-left: 20px;
  padding-right: 12px; }

body.rtl div.popular-tag-style-11 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper, body.rtl div.popular-tag-style-12 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper {
  padding-left: 0;
  padding-right: 7px; }
.elespare-date-time-widget {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px; }
  .elespare-date-time-widget .elespare-date-time {
    display: flex;
    overflow: hidden; }
    .elespare-date-time-widget .elespare-date-time .elespare-icon-wrapper {
      display: flex;
      align-items: center; }
    .elespare-date-time-widget .elespare-date-time .elespare-date {
      align-self: center; }

.elespare-date-time-widget.date-time-style-1 .elespare-date-time {
  gap: 5px; }

.elespare-date-time-widget.date-time-style-2 .elespare-date-time {
  gap: 10px;
  padding: 5px 10px; }

.elespare-date-time-widget.date-time-style-3 .elespare-date-time {
  gap: 10px;
  padding: 5px 10px;
  border-radius: 6px; }

.elespare-date-time-widget.date-time-style-4 .elespare-date-time {
  border-radius: 0 6px 0 6px; }
  .elespare-date-time-widget.date-time-style-4 .elespare-date-time .elespare-icon-wrapper {
    padding: 5px 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.15); }
  .elespare-date-time-widget.date-time-style-4 .elespare-date-time .elespare-date, .elespare-date-time-widget.date-time-style-4 .elespare-date-time .elespare-time-text {
    padding: 5px 10px;
    display: inline-block; }

.elespare-date-time-widget.date-time-style-5 .elespare-date-time {
  border-radius: 100px;
  overflow: hidden; }
  .elespare-date-time-widget.date-time-style-5 .elespare-date-time .elespare-icon-wrapper {
    padding: 5px 10px 5px 12px;
    background-color: rgba(0, 0, 0, 0.15); }
  .elespare-date-time-widget.date-time-style-5 .elespare-date-time .elespare-date, .elespare-date-time-widget.date-time-style-5 .elespare-date-time .elespare-time-text {
    padding: 5px 10px;
    display: inline-block; }

.elespare-date-time-widget.date-time-style-6 .elespare-date-time {
  gap: 10px;
  border-radius: 0 6px 6px 6px;
  overflow: hidden; }
  .elespare-date-time-widget.date-time-style-6 .elespare-date-time .elespare-icon-wrapper {
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.15);
    position: relative; }
    .elespare-date-time-widget.date-time-style-6 .elespare-date-time .elespare-icon-wrapper::after {
      content: "";
      border: 8px solid;
      border-color: transparent transparent transparent rgba(0, 0, 0, 0.15);
      position: absolute;
      top: 50%;
      left: 100%;
      transform: translateY(-50%); }
  .elespare-date-time-widget.date-time-style-6 .elespare-date-time .elespare-date, .elespare-date-time-widget.date-time-style-6 .elespare-date-time .elespare-time-text {
    padding: 5px 10px;
    display: inline-block; }

.elespare-date-time-widget.date-time-style-7 .elespare-date-time {
  border-radius: 6px 0 0 0;
  overflow: hidden; }
  .elespare-date-time-widget.date-time-style-7 .elespare-date-time .elespare-icon-wrapper {
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    padding: 5px 20px 5px 12px;
    background-color: rgba(0, 0, 0, 0.15); }
  .elespare-date-time-widget.date-time-style-7 .elespare-date-time .elespare-date, .elespare-date-time-widget.date-time-style-7 .elespare-date-time .elespare-time-text {
    padding: 5px 10px;
    display: inline-block; }

.elespare-date-time-widget.date-time-style-8 .elespare-date-time {
  border-radius: 100px;
  overflow: hidden; }
  .elespare-date-time-widget.date-time-style-8 .elespare-date-time .elespare-icon-wrapper {
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
    padding: 5px 20px 5px 12px;
    background-color: rgba(0, 0, 0, 0.15); }
  .elespare-date-time-widget.date-time-style-8 .elespare-date-time .elespare-date, .elespare-date-time-widget.date-time-style-8 .elespare-date-time .elespare-time-text {
    padding: 5px 10px;
    display: inline-block; }

.elespare-date-time-widget.date-time-style-9 .elespare-date-time {
  align-items: flex-start;
  border-radius: 6px; }
  .elespare-date-time-widget.date-time-style-9 .elespare-date-time .elespare-icon-wrapper {
    padding: 0 0 5px 10px; }
    .elespare-date-time-widget.date-time-style-9 .elespare-date-time .elespare-icon-wrapper i {
      background-color: rgba(0, 0, 0, 0.15);
      border-radius: 0 0 100px 100px;
      padding: 15px 10px 10px 10px;
      display: inline-block;
      text-align: center;
      line-height: 1; }
  .elespare-date-time-widget.date-time-style-9 .elespare-date-time .elespare-date, .elespare-date-time-widget.date-time-style-9 .elespare-date-time .elespare-time-text {
    padding: 5px 10px;
    display: inline-block; }

.elespare-date-time-widget.date-time-style-10 .elespare-date-time {
  border-radius: 6px;
  overflow: hidden; }
  .elespare-date-time-widget.date-time-style-10 .elespare-date-time .elespare-icon-wrapper {
    clip-path: polygon(0% 0%, 75% 0, 100% 50%, 75% 100%, 0% 100%);
    padding: 5px 20px 5px 12px;
    background-color: rgba(0, 0, 0, 0.15); }
  .elespare-date-time-widget.date-time-style-10 .elespare-date-time .elespare-date, .elespare-date-time-widget.date-time-style-10 .elespare-date-time .elespare-time-text {
    padding: 5px 10px;
    display: inline-block; }

.elespare-date-time-widget.date-time-style-11 .elespare-date-time {
  border-radius: 6px 0 6px 0;
  overflow: hidden; }
  .elespare-date-time-widget.date-time-style-11 .elespare-date-time .elespare-icon-wrapper {
    padding: 3px 0 3px 5px; }
    .elespare-date-time-widget.date-time-style-11 .elespare-date-time .elespare-icon-wrapper i {
      clip-path: circle(45% at 50% 50%);
      padding: 12px;
      background-color: rgba(0, 0, 0, 0.15);
      display: inline-block;
      line-height: 1; }
  .elespare-date-time-widget.date-time-style-11 .elespare-date-time .elespare-date, .elespare-date-time-widget.date-time-style-11 .elespare-date-time .elespare-time-text {
    padding: 5px 10px;
    display: inline-block; }

.elespare-date-time-widget.date-time-style-12 .elespare-date-time {
  border-radius: 6px 6px 0 0;
  overflow: hidden; }
  .elespare-date-time-widget.date-time-style-12 .elespare-date-time .elespare-icon-wrapper {
    padding: 5px 0 5px 5px; }
    .elespare-date-time-widget.date-time-style-12 .elespare-date-time .elespare-icon-wrapper i {
      clip-path: circle(50% at 50% 50%);
      padding: 7px 8px;
      border: 2px solid currentColor;
      display: inline-block;
      line-height: 1;
      border-radius: 50%; }
  .elespare-date-time-widget.date-time-style-12 .elespare-date-time .elespare-date, .elespare-date-time-widget.date-time-style-12 .elespare-date-time .elespare-time-text {
    padding: 5px 10px;
    display: inline-block; }

.elespare-date-time-widget.date-time-rounded .elespare-date-time {
  border-radius: 6px; }

.elespare-date-time-widget.date-time-circular .elespare-date-time {
  border-radius: 100px; }

.elespare-date-time-widget.date-time-circular .elespare-date-time .elespare-icon-wrapper {
  padding-left: 12px; }

.elespare-date-time-widget.date-time-circular.date-time-style-2 .elespare-date-time .elespare-icon-wrapper, .elespare-date-time-widget.date-time-circular.date-time-style-3 .elespare-date-time .elespare-icon-wrapper {
  padding-left: 2px; }

.elespare-date-time-widget.date-time-circular.date-time-style-11 .elespare-date-time .elespare-icon-wrapper, .elespare-date-time-widget.date-time-circular.date-time-style-12 .elespare-date-time .elespare-icon-wrapper {
  padding-left: 7px; }

.elespare-date-time-widget.date-time-rectangular .elespare-date-time {
  border-radius: 0; }

.elespare-date-time-widget.date-time-order-2 .elespare-date-wrapper {
  order: 1; }

.elespare-date-time-widget.date-time-vertical {
  flex-direction: column;
  align-items: flex-start; }

.elespare-section-title-elespare-left .elespare-date-time-widget {
  justify-content: flex-start; }
  .elespare-section-title-elespare-left .elespare-date-time-widget.date-time-vertical {
    align-items: flex-start; }

.elespare-section-title-elespare-center .elespare-date-time-widget {
  justify-content: center; }
  .elespare-section-title-elespare-center .elespare-date-time-widget.date-time-vertical {
    justify-content: flex-start;
    align-items: center; }

.elespare-section-title-elespare-right .elespare-date-time-widget {
  justify-content: flex-end; }
  .elespare-section-title-elespare-right .elespare-date-time-widget.date-time-vertical {
    justify-content: flex-start;
    align-items: flex-end; }

@media screen and (max-width: 768px) {
  .elespare-section-title-tablet-elespare-left .elespare-date-time-widget {
    justify-content: flex-start; }
    .elespare-section-title-tablet-elespare-left .elespare-date-time-widget.date-time-vertical {
      align-items: flex-start; }
  .elespare-section-title-tablet-elespare-center .elespare-date-time-widget {
    justify-content: center; }
    .elespare-section-title-tablet-elespare-center .elespare-date-time-widget.date-time-vertical {
      justify-content: flex-start;
      align-items: center; }
  .elespare-section-title-tablet-elespare-right .elespare-date-time-widget {
    justify-content: flex-end; }
    .elespare-section-title-tablet-elespare-right .elespare-date-time-widget.date-time-vertical {
      justify-content: flex-start;
      align-items: flex-end; } }

@media screen and (max-width: 480px) {
  .elespare-section-title-mobile-elespare-left .elespare-date-time-widget {
    justify-content: flex-start; }
    .elespare-section-title-mobile-elespare-left .elespare-date-time-widget.date-time-vertical {
      align-items: flex-start; }
  .elespare-section-title-mobile-elespare-center .elespare-date-time-widget {
    justify-content: center; }
    .elespare-section-title-mobile-elespare-center .elespare-date-time-widget.date-time-vertical {
      justify-content: flex-start;
      align-items: center; }
  .elespare-section-title-mobile-elespare-right .elespare-date-time-widget {
    justify-content: flex-end; }
    .elespare-section-title-mobile-elespare-right .elespare-date-time-widget.date-time-vertical {
      justify-content: flex-start;
      align-items: flex-end; } }

body.rtl .elespare-date-time-widget.date-time-style-4 .elespare-date-time {
  border-radius: 6px 0 6px 0; }
  body.rtl .elespare-date-time-widget.date-time-style-4 .elespare-date-time .elespare-icon-wrapper {
    border-right: none;
    border-left: 1px solid rgba(0, 0, 0, 0.15); }

body.rtl .elespare-date-time-widget.date-time-style-5 .elespare-date-time .elespare-icon-wrapper {
  padding: 5px 12px 5px 10px; }

body.rtl .elespare-date-time-widget.date-time-style-6 .elespare-date-time {
  border-radius: 6px 0 6px 6px; }
  body.rtl .elespare-date-time-widget.date-time-style-6 .elespare-date-time .elespare-icon-wrapper::after {
    border-color: transparent rgba(0, 0, 0, 0.15) transparent transparent;
    left: auto;
    right: 100%; }

body.rtl .elespare-date-time-widget.date-time-style-7 .elespare-date-time {
  border-radius: 0 6px 0 0; }
  body.rtl .elespare-date-time-widget.date-time-style-7 .elespare-date-time .elespare-icon-wrapper {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
    padding: 5px 12px 5px 20px; }

body.rtl .elespare-date-time-widget.date-time-style-8 .elespare-date-time .elespare-icon-wrapper {
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  padding: 5px 12px 5px 20px; }

body.rtl .elespare-date-time-widget.date-time-style-9 .elespare-date-time .elespare-icon-wrapper {
  padding: 0 10px 5px 0; }

body.rtl .elespare-date-time-widget.date-time-style-10 .elespare-date-time .elespare-icon-wrapper {
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
  padding: 5px 12px 5px 20px; }

body.rtl .elespare-date-time-widget.date-time-style-11 .elespare-date-time {
  border-radius: 0 6px 0 6px; }
  body.rtl .elespare-date-time-widget.date-time-style-11 .elespare-date-time .elespare-icon-wrapper {
    padding: 3px 5px 3px 0; }

body.rtl .elespare-date-time-widget.date-time-style-12 .elespare-date-time .elespare-icon-wrapper {
  padding: 5px 5px 5px 0; }

body.rtl .elespare-date-time-widget.date-time-rounded .elespare-date-time {
  border-radius: 6px; }

body.rtl .elespare-date-time-widget.date-time-circular .elespare-date-time {
  border-radius: 100px; }

body.rtl .elespare-date-time-widget.date-time-circular.date-time-style-2 .elespare-date-time .elespare-icon-wrapper, body.rtl .elespare-date-time-widget.date-time-circular.date-time-style-3 .elespare-date-time .elespare-icon-wrapper {
  padding-left: 0;
  padding-right: 2px; }

body.rtl .elespare-date-time-widget.date-time-circular .date-time-style-4 .elespare-date-time .elespare-icon-wrapper, body.rtl .elespare-date-time-widget.date-time-circular .date-time-style-5 .elespare-date-time .elespare-icon-wrapper, body.rtl .elespare-date-time-widget.date-time-circular .date-time-style-6 .elespare-date-time .elespare-icon-wrapper, body.rtl .elespare-date-time-widget.date-time-circular .date-time-style-9 .elespare-date-time .elespare-icon-wrapper {
  padding-left: 10px;
  padding-right: 12px; }

body.rtl .elespare-date-time-widget.date-time-circular .date-time-style-7 .elespare-date-time .elespare-icon-wrapper, body.rtl .elespare-date-time-widget.date-time-circular .date-time-style-8 .elespare-date-time .elespare-icon-wrapper, body.rtl .elespare-date-time-widget.date-time-circular .date-time-style-10 .elespare-date-time .elespare-icon-wrapper {
  padding-left: 20px;
  padding-right: 12px; }

body.rtl .elespare-date-time-widget.date-time-circular.date-time-style-11 .elespare-date-time .elespare-icon-wrapper, body.rtl .elespare-date-time-widget.date-time-circular.date-time-style-12 .elespare-date-time .elespare-icon-wrapper {
  padding-left: 0;
  padding-right: 7px; }

body.rtl .elespare-date-time-widget.date-time-rectangular .elespare-date-time {
  border-radius: 0; }

body.rtl .elespare-section-title-elespare-left .elespare-date-time-widget {
  justify-content: flex-end; }
  body.rtl .elespare-section-title-elespare-left .elespare-date-time-widget.date-time-vertical {
    align-items: flex-end; }

body.rtl .elespare-section-title-elespare-center .elespare-date-time-widget {
  justify-content: center; }
  body.rtl .elespare-section-title-elespare-center .elespare-date-time-widget.date-time-vertical {
    justify-content: flex-end;
    align-items: center; }

body.rtl .elespare-section-title-elespare-right .elespare-date-time-widget {
  justify-content: flex-start; }
  body.rtl .elespare-section-title-elespare-right .elespare-date-time-widget.date-time-vertical {
    justify-content: flex-end;
    align-items: flex-start; }

@media screen and (max-width: 768px) {
  body.rtl .elespare-section-title-tablet-elespare-left .elespare-date-time-widget {
    justify-content: flex-end; }
    body.rtl .elespare-section-title-tablet-elespare-left .elespare-date-time-widget.date-time-vertical {
      align-items: flex-end; }
  body.rtl .elespare-section-title-tablet-elespare-center .elespare-date-time-widget {
    justify-content: center; }
    body.rtl .elespare-section-title-tablet-elespare-center .elespare-date-time-widget.date-time-vertical {
      justify-content: flex-end;
      align-items: center; }
  body.rtl .elespare-section-title-tablet-elespare-right .elespare-date-time-widget {
    justify-content: flex-start; }
    body.rtl .elespare-section-title-tablet-elespare-right .elespare-date-time-widget.date-time-vertical {
      justify-content: flex-end;
      align-items: flex-start; } }

@media screen and (max-width: 480px) {
  body.rtl .elespare-section-title-mobile-elespare-left .elespare-date-time-widget {
    justify-content: flex-end; }
    body.rtl .elespare-section-title-mobile-elespare-left .elespare-date-time-widget.date-time-vertical {
      align-items: flex-end; }
  body.rtl .elespare-section-title-mobile-elespare-center .elespare-date-time-widget {
    justify-content: center; }
    body.rtl .elespare-section-title-mobile-elespare-center .elespare-date-time-widget.date-time-vertical {
      justify-content: flex-end;
      align-items: center; }
  body.rtl .elespare-section-title-mobile-elespare-right .elespare-date-time-widget {
    justify-content: flex-start; }
    body.rtl .elespare-section-title-mobile-elespare-right .elespare-date-time-widget.date-time-vertical {
      justify-content: flex-end;
      align-items: flex-start; } }
.elespare-custom-link-button .elespare-button-link {
  display: inline-flex;
  overflow: hidden;
  text-decoration: none; }
  .elespare-custom-link-button .elespare-button-link .elespare-custom-link-icon {
    display: flex;
    align-items: center; }
  .elespare-custom-link-button .elespare-button-link .elespare-custom-link-text {
    align-self: center; }

.elespare-custom-link-button.elespare-button-style-1 .elespare-button-link {
  gap: 5px; }

.elespare-custom-link-button.elespare-button-style-2 .elespare-button-link {
  gap: 10px;
  padding: 5px 10px; }

.elespare-custom-link-button.elespare-button-style-3 .elespare-button-link {
  gap: 10px;
  padding: 5px 10px;
  border-radius: 6px; }

.elespare-custom-link-button.elespare-button-style-4 .elespare-button-link {
  border-radius: 0 6px 0 6px; }
  .elespare-custom-link-button.elespare-button-style-4 .elespare-button-link .elespare-custom-link-icon {
    padding: 5px 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.15); }
  .elespare-custom-link-button.elespare-button-style-4 .elespare-button-link .elespare-custom-link-text {
    padding: 5px 10px; }

.elespare-custom-link-button.elespare-button-style-5 .elespare-button-link {
  border-radius: 100px;
  overflow: hidden; }
  .elespare-custom-link-button.elespare-button-style-5 .elespare-button-link .elespare-custom-link-icon {
    padding: 5px 10px 5px 12px;
    background-color: rgba(0, 0, 0, 0.15); }
  .elespare-custom-link-button.elespare-button-style-5 .elespare-button-link .elespare-custom-link-text {
    padding: 5px 10px; }

.elespare-custom-link-button.elespare-button-style-5 .elespare-button-link {
  border-radius: 100px;
  overflow: hidden; }
  .elespare-custom-link-button.elespare-button-style-5 .elespare-button-link .elespare-custom-link-icon {
    padding: 5px 10px 5px 12px;
    background-color: rgba(0, 0, 0, 0.15); }
  .elespare-custom-link-button.elespare-button-style-5 .elespare-button-link .elespare-custom-link-text {
    padding: 5px 10px; }

.elespare-custom-link-button.elespare-button-style-6 .elespare-button-link {
  gap: 10px;
  border-radius: 0 6px 6px 6px;
  overflow: hidden; }
  .elespare-custom-link-button.elespare-button-style-6 .elespare-button-link .elespare-custom-link-icon {
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.15);
    position: relative; }
    .elespare-custom-link-button.elespare-button-style-6 .elespare-button-link .elespare-custom-link-icon::after {
      content: "";
      border: 8px solid;
      border-color: transparent transparent transparent rgba(0, 0, 0, 0.15);
      position: absolute;
      top: 50%;
      left: 100%;
      transform: translateY(-50%); }
  .elespare-custom-link-button.elespare-button-style-6 .elespare-button-link .elespare-custom-link-text {
    padding: 5px 10px; }

.elespare-custom-link-button.elespare-button-style-7 .elespare-button-link {
  border-radius: 6px 0 0 0;
  overflow: hidden; }
  .elespare-custom-link-button.elespare-button-style-7 .elespare-button-link .elespare-custom-link-icon {
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    padding: 5px 20px 5px 12px;
    background-color: rgba(0, 0, 0, 0.15); }
  .elespare-custom-link-button.elespare-button-style-7 .elespare-button-link .elespare-custom-link-text {
    padding: 5px 10px; }

.elespare-custom-link-button.elespare-button-style-8 .elespare-button-link {
  border-radius: 100px;
  overflow: hidden; }
  .elespare-custom-link-button.elespare-button-style-8 .elespare-button-link .elespare-custom-link-icon {
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
    padding: 5px 20px 5px 12px;
    background-color: rgba(0, 0, 0, 0.15); }
  .elespare-custom-link-button.elespare-button-style-8 .elespare-button-link .elespare-custom-link-text {
    padding: 5px 10px; }

.elespare-custom-link-button.elespare-button-style-9 .elespare-button-link {
  align-items: flex-start;
  border-radius: 6px; }
  .elespare-custom-link-button.elespare-button-style-9 .elespare-button-link .elespare-custom-link-icon {
    padding: 0 0 5px 10px; }
    .elespare-custom-link-button.elespare-button-style-9 .elespare-button-link .elespare-custom-link-icon i {
      background-color: rgba(0, 0, 0, 0.15);
      border-radius: 0 0 100px 100px;
      padding: 15px 10px 10px 10px;
      display: inline-block;
      text-align: center;
      line-height: 1; }
  .elespare-custom-link-button.elespare-button-style-9 .elespare-button-link .elespare-custom-link-text {
    padding: 5px 10px; }

.elespare-custom-link-button.elespare-button-style-10 .elespare-button-link {
  border-radius: 6px;
  overflow: hidden; }
  .elespare-custom-link-button.elespare-button-style-10 .elespare-button-link .elespare-custom-link-icon {
    clip-path: polygon(0% 0%, 75% 0, 100% 50%, 75% 100%, 0% 100%);
    padding: 5px 20px 5px 12px;
    background-color: rgba(0, 0, 0, 0.15); }
  .elespare-custom-link-button.elespare-button-style-10 .elespare-button-link .elespare-custom-link-text {
    padding: 5px 10px; }

.elespare-custom-link-button.elespare-button-style-11 .elespare-button-link {
  border-radius: 6px 0 6px 0;
  overflow: hidden; }
  .elespare-custom-link-button.elespare-button-style-11 .elespare-button-link .elespare-custom-link-icon {
    padding: 3px 0 3px 5px; }
    .elespare-custom-link-button.elespare-button-style-11 .elespare-button-link .elespare-custom-link-icon i {
      clip-path: circle(45% at 50% 50%);
      padding: 12px;
      background-color: rgba(0, 0, 0, 0.15);
      display: inline-block;
      line-height: 1; }
  .elespare-custom-link-button.elespare-button-style-11 .elespare-button-link .elespare-custom-link-text {
    padding: 5px 10px; }

.elespare-custom-link-button.elespare-button-style-12 .elespare-button-link {
  border-radius: 6px 6px 0 0;
  overflow: hidden; }
  .elespare-custom-link-button.elespare-button-style-12 .elespare-button-link .elespare-custom-link-icon {
    padding: 5px 0 5px 5px; }
    .elespare-custom-link-button.elespare-button-style-12 .elespare-button-link .elespare-custom-link-icon i {
      clip-path: circle(50% at 50% 50%);
      padding: 7px 8px;
      border: 2px solid currentColor;
      display: inline-block;
      line-height: 1;
      border-radius: 50%; }
  .elespare-custom-link-button.elespare-button-style-12 .elespare-button-link .elespare-custom-link-text {
    padding: 5px 10px; }

.elespare-custom-link-button.rounded .elespare-button-link {
  border-radius: 6px; }

.elespare-custom-link-button.circular .elespare-button-link {
  border-radius: 100px; }

.elespare-custom-link-button.circular .elespare-button-link .elespare-custom-link-icon {
  padding-left: 12px; }

.elespare-custom-link-button.circular.elespare-button-style-2 .elespare-button-link .elespare-custom-link-icon, .elespare-custom-link-button.circular.elespare-button-style-3 .elespare-button-link .elespare-custom-link-icon {
  padding-left: 2px; }

.elespare-custom-link-button.circular.elespare-button-style-11 .elespare-button-link .elespare-custom-link-icon, .elespare-custom-link-button.circular.elespare-button-style-12 .elespare-button-link .elespare-custom-link-icon {
  padding-left: 7px; }

.elespare-custom-link-button.rectangular .elespare-button-link {
  border-radius: 0; }

.elespare-custom-link-button.elespare-icon-position-right .elespare-button-link {
  flex-direction: row-reverse; }

.elespare-custom-link-button.elespare-icon-position-right.elespare-button-style-4 .elespare-button-link {
  border-radius: 6px 0 6px 0; }
  .elespare-custom-link-button.elespare-icon-position-right.elespare-button-style-4 .elespare-button-link .elespare-custom-link-icon {
    border-right: none;
    border-left: 1px solid rgba(0, 0, 0, 0.15); }

.elespare-custom-link-button.elespare-icon-position-right.elespare-button-style-5 .elespare-button-link .elespare-custom-link-icon {
  padding: 5px 12px 5px 10px; }

.elespare-custom-link-button.elespare-icon-position-right.elespare-button-style-6 .elespare-button-link {
  border-radius: 6px 0 6px 6px; }
  .elespare-custom-link-button.elespare-icon-position-right.elespare-button-style-6 .elespare-button-link .elespare-custom-link-icon::after {
    border-color: transparent rgba(0, 0, 0, 0.15) transparent transparent;
    left: auto;
    right: 100%; }

.elespare-custom-link-button.elespare-icon-position-right.elespare-button-style-7 .elespare-button-link {
  border-radius: 0 6px 0 0; }
  .elespare-custom-link-button.elespare-icon-position-right.elespare-button-style-7 .elespare-button-link .elespare-custom-link-icon {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
    padding: 5px 12px 5px 20px; }

.elespare-custom-link-button.elespare-icon-position-right.elespare-button-style-8 .elespare-button-link .elespare-custom-link-icon {
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  padding: 5px 12px 5px 20px; }

.elespare-custom-link-button.elespare-icon-position-right.elespare-button-style-9 .elespare-button-link .elespare-custom-link-icon {
  padding: 0 10px 5px 0; }

.elespare-custom-link-button.elespare-icon-position-right.elespare-button-style-10 .elespare-button-link .elespare-custom-link-icon {
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
  padding: 5px 12px 5px 20px; }

.elespare-custom-link-button.elespare-icon-position-right.elespare-button-style-11 .elespare-button-link {
  border-radius: 0 6px 0 6px; }
  .elespare-custom-link-button.elespare-icon-position-right.elespare-button-style-11 .elespare-button-link .elespare-custom-link-icon {
    padding: 3px 5px 3px 0; }

.elespare-custom-link-button.elespare-icon-position-right.elespare-button-style-12 .elespare-button-link .elespare-custom-link-icon {
  padding: 5px 5px 5px 0; }

.elespare-custom-link-button.elespare-icon-position-right.rounded .elespare-button-link {
  border-radius: 6px; }

.elespare-custom-link-button.elespare-icon-position-right.circular .elespare-button-link {
  border-radius: 100px; }

.elespare-custom-link-button.elespare-icon-position-right.circular.elespare-button-style-2 .elespare-button-link .elespare-custom-link-icon, .elespare-custom-link-button.elespare-icon-position-right.circular.elespare-button-style-3 .elespare-button-link .elespare-custom-link-icon {
  padding-left: 0;
  padding-right: 2px; }

.elespare-custom-link-button.elespare-icon-position-right.circular.elespare-button-style-4 .elespare-button-link .elespare-custom-link-icon, .elespare-custom-link-button.elespare-icon-position-right.circular.elespare-button-style-5 .elespare-button-link .elespare-custom-link-icon, .elespare-custom-link-button.elespare-icon-position-right.circular.elespare-button-style-6 .elespare-button-link .elespare-custom-link-icon, .elespare-custom-link-button.elespare-icon-position-right.circular.elespare-button-style-9 .elespare-button-link .elespare-custom-link-icon {
  padding-left: 10px;
  padding-right: 12px; }

.elespare-custom-link-button.elespare-icon-position-right.circular.elespare-button-style-7 .elespare-button-link .elespare-custom-link-icon, .elespare-custom-link-button.elespare-icon-position-right.circular.elespare-button-style-8 .elespare-button-link .elespare-custom-link-icon, .elespare-custom-link-button.elespare-icon-position-right.circular.elespare-button-style-10 .elespare-button-link .elespare-custom-link-icon {
  padding-left: 20px;
  padding-right: 12px; }

.elespare-custom-link-button.elespare-icon-position-right.circular.elespare-button-style-11 .elespare-button-link .elespare-custom-link-icon, .elespare-custom-link-button.elespare-icon-position-right.circular.elespare-button-style-12 .elespare-button-link .elespare-custom-link-icon {
  padding-left: 0;
  padding-right: 7px; }

.elespare-custom-link-button.elespare-icon-position-right.rectangular .elespare-button-link {
  border-radius: 0; }

body.rtl .elespare-custom-link-button .elespare-button-link {
  flex-direction: row-reverse; }

body.rtl .elespare-custom-link-button.elespare-icon-position-right .elespare-button-link {
  flex-direction: row; }
.elespare-copyright-wrapper .elespare-copyright-text a {
  text-decoration: none; }
.elespare-heading-wrapper .elespare-heading {
  margin: 0; }

.elespare-heading-wrapper.elespare-module-content a {
  text-decoration: none; }
.elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap {
  display: grid;
  column-gap: 10px;
  row-gap: 20px;
  grid-template-columns: repeat(4, 2fr); }
  .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-slider {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    grid-column-end: span 2;
    grid-row-end: span 1; }
  .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid {
    flex-direction: column;
    justify-content: flex-end;
    grid-column-end: span 2; }
    .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items {
      grid-template-columns: 1fr 1fr;
      grid-column-end: span 2; }
    .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper {
      border: none;
      padding: 15px;
      flex: 1; }
  .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid-lower {
    flex-direction: column;
    justify-content: flex-start;
    grid-column-end: span 4; }
    .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items {
      grid-template-columns: 1fr 1fr;
      grid-column-end: span 1; }
    .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper {
      border: none;
      flex: 1; }

.elespare-main-banner-wrap .elespare-section-trending {
  margin-top: 20px; }

.elespare-main-banner-wrap .main-banner-upper-section-wrap a, .elespare-main-banner-wrap .elespare-section-trending a {
  text-decoration: none; }

.elespare-main-banner-wrap .main-banner-upper-section-wrap .elespare-section-grid-lower {
  flex-direction: column;
  justify-content: flex-start;
  grid-column-end: span 4; }
  .elespare-main-banner-wrap .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items {
    grid-template-columns: 1fr 1fr;
    grid-column-end: span 1; }
  .elespare-main-banner-wrap .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper {
    border: none; }
  .elespare-main-banner-wrap .main-banner-upper-section-wrap .elespare-section-grid-lower:not(.has-background) .elespare-img-wrapper {
    overflow: hidden; }

.elespare-main-banner-wrap .main-banner-upper-section-wrap .elespare-section-grid:not(.has-background) .elespare-img-wrapper {
  overflow: hidden; }

.elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid {
  grid-column-start: 1;
  grid-row-start: 1; }

.elespare-main-banner-wrap .elespare-section-slider .elespare-carousel-wrap {
  overflow: hidden; }
  .elespare-main-banner-wrap .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items:not(:nth-child(1)) {
    display: none !important; }
  .elespare-main-banner-wrap .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items.slick-slide:not(:nth-child(1)) {
    display: block !important; }

.elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items:not(:nth-child(1)), .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items:not(:nth-child(2)), .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items:not(:nth-child(3)) {
  display: none !important; }

.elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items.slick-slide:not(:nth-child(1)), .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items.slick-slide:not(:nth-child(2)), .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items.slick-slide:not(:nth-child(3)) {
  display: flex !important; }

.elespare-main-banner-wrap .elespare-carousel-wrap.elespare-image-zoom .elespare-img-wrapper a {
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%; }
  .elespare-main-banner-wrap .elespare-carousel-wrap.elespare-image-zoom .elespare-img-wrapper a img {
    transition: transform 0.3s ease; }

.elespare-main-banner-wrap .elespare-carousel-wrap.elespare-image-zoom:hover .elespare-img-wrapper a img {
  transform: scale(1.05); }

.elespare-main-banner-wrap .elespare-carousel-wrap.elespare-image-zoom-tilt .elespare-img-wrapper a {
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%; }
  .elespare-main-banner-wrap .elespare-carousel-wrap.elespare-image-zoom-tilt .elespare-img-wrapper a img {
    transition: transform 0.5s ease; }

.elespare-main-banner-wrap .elespare-carousel-wrap.elespare-image-zoom-tilt .elespare-img-wrapper:hover a img {
  transform: scale(1.2) rotate(5deg); }

.elespare-main-banner-wrap .elespare-carousel-wrap.elespare-image-grayscale .elespare-img-wrapper a img {
  transition: filter 0.5s ease;
  filter: grayscale(100%); }

.elespare-main-banner-wrap .elespare-carousel-wrap.elespare-image-grayscale .elespare-img-wrapper:hover a img {
  filter: grayscale(0); }

.elespare-main-banner-wrap .elespare-carousel-wrap.elespare-image-brightness .elespare-img-wrapper a {
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%; }
  .elespare-main-banner-wrap .elespare-carousel-wrap.elespare-image-brightness .elespare-img-wrapper a img {
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(100%); }

.elespare-main-banner-wrap .elespare-carousel-wrap.elespare-image-brightness .elespare-img-wrapper:hover a img {
  filter: brightness(150%); }

.elespare-main-banner-wrap .elespare-posts-wrap.elespare-image-zoom .elespare-posts-grid-post-items .elespare-img-wrapper a {
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%; }
  .elespare-main-banner-wrap .elespare-posts-wrap.elespare-image-zoom .elespare-posts-grid-post-items .elespare-img-wrapper a img {
    transition: transform 0.3s ease; }

.elespare-main-banner-wrap .elespare-posts-wrap.elespare-image-zoom .elespare-posts-grid-post-items:hover .elespare-img-wrapper a img {
  transform: scale(1.05); }

.elespare-main-banner-wrap .elespare-posts-wrap.elespare-image-zoom-tilt .elespare-posts-grid-post-items .elespare-img-wrapper a {
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%; }
  .elespare-main-banner-wrap .elespare-posts-wrap.elespare-image-zoom-tilt .elespare-posts-grid-post-items .elespare-img-wrapper a img {
    transition: transform 0.5s ease; }

.elespare-main-banner-wrap .elespare-posts-wrap.elespare-image-zoom-tilt .elespare-posts-grid-post-items:hover .elespare-img-wrapper a img {
  transform: scale(1.2) rotate(5deg); }

.elespare-main-banner-wrap .elespare-posts-wrap.elespare-image-grayscale .elespare-posts-grid-post-items .elespare-img-wrapper a img {
  transition: filter 0.5s ease;
  filter: grayscale(100%); }

.elespare-main-banner-wrap .elespare-posts-wrap.elespare-image-grayscale .elespare-posts-grid-post-items:hover .elespare-img-wrapper a img {
  filter: grayscale(0); }

.elespare-main-banner-wrap .elespare-posts-wrap.elespare-image-brightness .elespare-posts-grid-post-items .elespare-img-wrapper a {
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%; }
  .elespare-main-banner-wrap .elespare-posts-wrap.elespare-image-brightness .elespare-posts-grid-post-items .elespare-img-wrapper a img {
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(100%); }

.elespare-main-banner-wrap .elespare-posts-wrap.elespare-image-brightness .elespare-posts-grid-post-items:hover .elespare-img-wrapper a img {
  filter: brightness(150%); }

.elespare-main-banner-wrap.main-banner-style-1 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-3 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-4 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-7 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-8 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-11 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-12 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-15 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-16 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-20 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-23 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-24 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-carousel-title .elespare-posts-carousel-post-items {
  position: relative; }
  .elespare-main-banner-wrap.main-banner-style-1 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-3 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-4 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-7 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-8 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-11 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-12 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-15 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-16 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-20 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-23 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-24 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px; }
  .elespare-main-banner-wrap.main-banner-style-1 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-3 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-4 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-7 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-8 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-11 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-12 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-15 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-16 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-20 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-23 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-24 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper {
    height: 390px;
    position: relative;
    display: block;
    line-height: 1.35;
    background: #dcdcdc; }
    .elespare-main-banner-wrap.main-banner-style-1 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-3 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-4 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-7 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-8 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-11 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-12 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-15 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-16 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-20 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-23 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-24 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a {
      overflow: hidden;
      display: block;
      height: 100%;
      width: 100%; }
      .elespare-main-banner-wrap.main-banner-style-1 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-3 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-4 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-7 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-8 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-11 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-12 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-15 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-16 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-20 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-23 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-24 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 0;
        transition: transform 0.3s ease; }
  .elespare-main-banner-wrap.main-banner-style-1 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-3 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-4 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-7 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-8 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-11 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-12 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-15 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-16 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-20 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-23 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-24 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper {
    position: absolute;
    padding: 15px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-1 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-3 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-4 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-7 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-8 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-11 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-12 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-15 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-16 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-20 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-23 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-24 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 50%, #000 100%);
      z-index: 0; }
    .elespare-main-banner-wrap.main-banner-style-1 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-3 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-4 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-7 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-8 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-11 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-12 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-15 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-16 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-20 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-23 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-24 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-1 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-3 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-4 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-7 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-8 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-11 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-12 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-15 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-16 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-20 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-23 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-24 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-1 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-1 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-3 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-3 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-4 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-4 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-7 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-7 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-8 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-8 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-11 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-11 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-12 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-12 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-15 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-15 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-16 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-16 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-20 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-20 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-23 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-23 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-24 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-24 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata {
      position: relative;
      z-index: 1;
      color: #fff; }

.elespare-main-banner-wrap.main-banner-style-1 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-1 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-2 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-2 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-3 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-3 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-4 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-4 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-7 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-7 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-8 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-8 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-9 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-9 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-10 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-10 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-11 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-11 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-12 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-12 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-15 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-15 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-16 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-16 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-17 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-17 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-18 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-18 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-19 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-19 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-20 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-20 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-23 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-23 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-24 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-24 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-25 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-25 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-26 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-26 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-27 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-27 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-28 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-28 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-31 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-31 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-32 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-32 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items {
  border: none; }

.elespare-main-banner-wrap.main-banner-style-25 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper {
  height: 390px; }

.elespare-main-banner-wrap.main-banner-style-1 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-3 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-4 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-7 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-8 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-11 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-12 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-15 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-16 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-20 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-23 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-24 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img {
  object-fit: cover; }

.elespare-main-banner-wrap.main-banner-style-1 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-2 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-3 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-4 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-7 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-8 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-9 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-10 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-11 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-12 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-15 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-16 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-25 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-26 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-27 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-28 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-31 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-32 .elespare-posts-grid-wrap .elespare-posts-grid-post-items {
  position: relative; }
  .elespare-main-banner-wrap.main-banner-style-1 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-2 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-3 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-4 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-7 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-8 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-9 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-10 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-11 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-12 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-15 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-16 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-25 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-26 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-27 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-28 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-31 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-32 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img {
    object-fit: cover; }

.elespare-main-banner-wrap .elespare-posts-grid-wrap .elespare-img-wrapper img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease; }

.elespare-main-banner-wrap.main-banner-style-1 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-2 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-3 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-4 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-5 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-6 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-7 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-8 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-11 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-12 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-13 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-14 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-15 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-16 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-25 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-26 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-27 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-28 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-29 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-30 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-31 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-32 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul {
  top: auto;
  bottom: 15px;
  left: 15px; }

.elespare-main-banner-wrap.main-banner-style-9 .elespare-posts-wrap
.elespare-posts-carousel-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-10 .elespare-posts-wrap
.elespare-posts-carousel-post-items
.elespare-img-wrapper
ul {
  left: 10px;
  top: 15px; }

.elespare-main-banner-wrap.main-banner-style-9 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-10 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul {
  top: auto;
  bottom: 15px;
  left: 15px; }

.elespare-main-banner-wrap.main-banner-style-5 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-6 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper ul {
  top: auto;
  bottom: 15px;
  left: 15px; }

.elespare-main-banner-wrap.main-banner-style-17 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-18 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-19 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-20 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-21 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-22 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-23 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-24 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul {
  left: 15px; }

.elespare-main-banner-wrap.main-banner-style-17 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-18 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-19 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-20 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-21 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-22 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-23 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-24 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul {
  left: 15px; }

.elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul {
  left: 45px;
  top: 15px; }

.elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul {
  top: 15px;
  right: auto;
  left: 45px;
  align-items: flex-start; }

.elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul {
  top: 15px;
  right: auto;
  left: 45px;
  align-items: flex-start; }

.elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul {
  left: 10px;
  top: 15px; }

.elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format {
  right: auto;
  left: 10px; }

.elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format {
  right: auto;
  left: 10px; }

.elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul {
  left: 15px; }

.elespare-section-grid .elespare-content-wrapper,
.elespare-section-grid-lower .elespare-content-wrapper {
  padding: 15px 0;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1; }
  .elespare-section-grid .elespare-content-wrapper .elespare-cat-links,
  .elespare-section-grid-lower .elespare-content-wrapper .elespare-cat-links {
    position: relative;
    z-index: 1; }
  .elespare-section-grid .elespare-content-wrapper .elespare-post-title,
  .elespare-section-grid-lower .elespare-content-wrapper .elespare-post-title {
    position: relative;
    z-index: 1; }
  .elespare-section-grid .elespare-content-wrapper .elespare-metadata,
  .elespare-section-grid-lower .elespare-content-wrapper .elespare-metadata {
    position: relative;
    z-index: 1; }

.elespare-main-banner-wrap.main-banner-style-1 .elespare-section-grid .elespare-content-wrapper,
.elespare-main-banner-wrap.main-banner-style-1 .elespare-section-grid-lower .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-grid .elespare-content-wrapper,
.elespare-main-banner-wrap.main-banner-style-2 .elespare-section-grid-lower .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-grid .elespare-content-wrapper,
.elespare-main-banner-wrap.main-banner-style-9 .elespare-section-grid-lower .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-grid .elespare-content-wrapper,
.elespare-main-banner-wrap.main-banner-style-10 .elespare-section-grid-lower .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-grid .elespare-content-wrapper,
.elespare-main-banner-wrap.main-banner-style-17 .elespare-section-grid-lower .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-grid .elespare-content-wrapper,
.elespare-main-banner-wrap.main-banner-style-18 .elespare-section-grid-lower .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-grid .elespare-content-wrapper,
.elespare-main-banner-wrap.main-banner-style-25 .elespare-section-grid-lower .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-grid .elespare-content-wrapper,
.elespare-main-banner-wrap.main-banner-style-26 .elespare-section-grid-lower .elespare-content-wrapper {
  height: auto;
  padding: 15px 0; }

.elespare-main-banner-wrap.main-banner-style-1 .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-2 .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-9 .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-10 .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-25 .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-26 .elespare-posts-grid-wrap {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 1fr); }
  .elespare-main-banner-wrap.main-banner-style-1 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-2 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-9 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-10 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-25 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-26 .elespare-posts-grid-wrap .elespare-posts-grid-post-items {
    position: relative;
    min-height: 390px;
    grid-template-columns: repeat(4, 1fr); }
    .elespare-main-banner-wrap.main-banner-style-1 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-2 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-9 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-10 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-25 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-26 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
      height: 190px;
      position: relative;
      display: block;
      line-height: 1;
      background: #dcdcdc; }
      .elespare-main-banner-wrap.main-banner-style-1 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-2 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-9 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-10 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-25 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-26 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a {
        overflow: hidden;
        display: block;
        height: 100%;
        width: 100%; }

.elespare-main-banner-wrap.main-banner-style-3 .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-11 .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-12 .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-27 .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-28 .elespare-posts-grid-wrap {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 1fr); }
  .elespare-main-banner-wrap.main-banner-style-3 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-11 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-12 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-27 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-28 .elespare-posts-grid-wrap .elespare-posts-grid-post-items {
    position: relative;
    min-height: 390px;
    grid-template-columns: repeat(4, 1fr); }
    .elespare-main-banner-wrap.main-banner-style-3 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-11 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-12 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-27 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-28 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
      height: 190px;
      position: relative;
      display: block;
      line-height: 1;
      background: #dcdcdc; }
      .elespare-main-banner-wrap.main-banner-style-3 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-11 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-12 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-27 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-28 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a {
        overflow: hidden;
        display: block;
        height: 100%;
        width: 100%; }

.elespare-main-banner-wrap.main-banner-style-4 .elespare-posts-grid-wrap {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 1fr); }
  .elespare-main-banner-wrap.main-banner-style-4 .elespare-posts-grid-wrap .elespare-posts-grid-post-items {
    position: relative;
    height: 390px;
    grid-template-columns: repeat(4, 1fr); }
    .elespare-main-banner-wrap.main-banner-style-4 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
      height: 190px;
      position: relative;
      display: block;
      line-height: 1;
      background: #dcdcdc; }
      .elespare-main-banner-wrap.main-banner-style-4 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a {
        overflow: hidden;
        display: block;
        height: 100%;
        width: 100%; }

.elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items {
  flex-direction: column-reverse;
  display: flex; }

.elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap {
  display: grid;
  column-gap: 10px;
  row-gap: 20px;
  grid-template-columns: repeat(4, 3fr); }
  .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-slider {
    position: relative;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    grid-column-end: span 3;
    grid-row-end: span 1; }
  .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid {
    flex-direction: column;
    justify-content: flex-end;
    grid-column-end: span 1; }
    .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items {
      grid-template-columns: 1fr 1fr;
      grid-column-end: span 1; }
      .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items .elespare-content-wrapper {
        min-height: 171px; }
    .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper {
      border: none; }
    .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap {
      display: grid;
      grid-gap: 10px;
      grid-template-columns: 1fr; }
      .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap .elespare-img-wrapper {
        height: 178px; }
  .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower {
    flex-direction: column;
    justify-content: flex-start;
    grid-column-end: span 4; }
    .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap {
      display: grid;
      grid-gap: 10px;
      grid-template-columns: repeat(4, 1fr); }
    .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items {
      grid-template-columns: 1fr 1fr;
      grid-column-end: span 1; }
      .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper {
        height: 178px; }
    .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-content-wrapper {
      min-height: 175px; }
    .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper {
      border: none; }

.elespare-main-banner-wrap.main-banner-style-5 .elespare-section-carousel-title .elespare-dark .elespare-posts-carousel-post-items .elespare-exceprt p, .elespare-main-banner-wrap.main-banner-style-6 .elespare-section-carousel-title .elespare-dark .elespare-posts-carousel-post-items .elespare-exceprt p, .elespare-main-banner-wrap.main-banner-style-13 .elespare-section-carousel-title .elespare-dark .elespare-posts-carousel-post-items .elespare-exceprt p, .elespare-main-banner-wrap.main-banner-style-14 .elespare-section-carousel-title .elespare-dark .elespare-posts-carousel-post-items .elespare-exceprt p, .elespare-main-banner-wrap.main-banner-style-21 .elespare-section-carousel-title .elespare-dark .elespare-posts-carousel-post-items .elespare-exceprt p, .elespare-main-banner-wrap.main-banner-style-22 .elespare-section-carousel-title .elespare-dark .elespare-posts-carousel-post-items .elespare-exceprt p {
  color: #fff; }

.elespare-main-banner-wrap.main-banner-style-5 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-6 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-13 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-14 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-21 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-22 .elespare-section-carousel-title .elespare-posts-carousel-post-items {
  position: relative; }
  .elespare-main-banner-wrap.main-banner-style-5 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-6 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-13 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-14 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-21 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-22 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px; }
  .elespare-main-banner-wrap.main-banner-style-5 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-6 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-13 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-21 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper {
    height: 560px;
    position: relative;
    display: block;
    line-height: 1; }
    .elespare-main-banner-wrap.main-banner-style-5 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-6 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-13 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-14 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-21 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-22 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a {
      overflow: hidden;
      display: block;
      height: 100%;
      width: 100%; }
      .elespare-main-banner-wrap.main-banner-style-5 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-6 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-13 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-14 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-21 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-22 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 0;
        transition: transform 0.3s ease; }
  .elespare-main-banner-wrap.main-banner-style-5 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-6 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-13 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-21 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper {
    padding: 15px 0;
    width: 100%;
    left: 0;
    z-index: 1;
    min-height: 149px; }
    .elespare-main-banner-wrap.main-banner-style-5 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-6 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-13 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-14 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-21 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-22 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-5 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-6 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-13 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-14 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-21 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-22 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-5 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-6 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-13 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-14 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-21 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-22 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata {
      position: relative;
      z-index: 1; }
  .elespare-main-banner-wrap.main-banner-style-5 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-exceprt, .elespare-main-banner-wrap.main-banner-style-6 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-exceprt, .elespare-main-banner-wrap.main-banner-style-13 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-exceprt, .elespare-main-banner-wrap.main-banner-style-14 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-exceprt, .elespare-main-banner-wrap.main-banner-style-21 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-exceprt, .elespare-main-banner-wrap.main-banner-style-22 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-exceprt {
    position: relative;
    z-index: 1;
    color: #000; }

.elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap {
  display: grid;
  column-gap: 10px;
  row-gap: 20px;
  grid-template-columns: repeat(4, 3fr); }
  .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-slider {
    position: relative;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    grid-column-end: span 3;
    grid-row-end: span 1; }
  .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid {
    flex-direction: column;
    justify-content: flex-end;
    grid-column-end: span 1; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items {
      grid-template-columns: 1fr 1fr;
      grid-column-end: span 1; }
      .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items .elespare-content-wrapper {
        min-height: 197px; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper {
      border: none; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap {
      display: grid;
      grid-gap: 10px;
      grid-template-columns: 1fr; }
      .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap .elespare-img-wrapper {
        height: 178px; }
  .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower {
    flex-direction: column;
    justify-content: flex-start;
    grid-column-end: span 4; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap {
      display: grid;
      grid-gap: 10px;
      grid-template-columns: repeat(4, 1fr); }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items {
      grid-template-columns: 1fr 1fr;
      grid-column-end: span 1; }
      .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper {
        height: 178px; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-content-wrapper {
      min-height: 175px; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper {
      border: none; }

.elespare-main-banner-wrap.main-banner-style-29 .elespare-section-carousel-title .elespare-dark .elespare-posts-carousel-post-items .elespare-exceprt p, .elespare-main-banner-wrap.main-banner-style-30 .elespare-section-carousel-title .elespare-dark .elespare-posts-carousel-post-items .elespare-exceprt p {
  color: #fff; }

.elespare-main-banner-wrap.main-banner-style-29 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-30 .elespare-section-carousel-title .elespare-posts-carousel-post-items {
  position: relative; }
  .elespare-main-banner-wrap.main-banner-style-29 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-30 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px; }
  .elespare-main-banner-wrap.main-banner-style-29 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper {
    height: 570px;
    position: relative;
    display: block;
    line-height: 1; }
    .elespare-main-banner-wrap.main-banner-style-29 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-30 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a {
      overflow: hidden;
      display: block;
      height: 100%;
      width: 100%; }
      .elespare-main-banner-wrap.main-banner-style-29 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-30 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 0;
        transition: transform 0.3s ease; }
  .elespare-main-banner-wrap.main-banner-style-29 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper {
    padding: 10px;
    width: 100%;
    left: 0;
    z-index: 1;
    min-height: 140px; }
    .elespare-main-banner-wrap.main-banner-style-29 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-30 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-29 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-30 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-29 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-30 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata {
      position: relative;
      z-index: 1; }
  .elespare-main-banner-wrap.main-banner-style-29 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-exceprt, .elespare-main-banner-wrap.main-banner-style-30 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-exceprt {
    position: relative;
    z-index: 1;
    color: #000; }

.elespare-posts-wrap ul.elespare-cat-links li {
  margin-bottom: 0px; }

.elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt p,
.elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-exceprt p {
  margin-bottom: 5px; }

.elespare-main-banner-wrap.main-banner-style-5 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-exceprt p, .elespare-main-banner-wrap.main-banner-style-6 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-exceprt p, .elespare-main-banner-wrap.main-banner-style-13 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-exceprt p, .elespare-main-banner-wrap.main-banner-style-14 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-exceprt p, .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-exceprt p, .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-exceprt p, .elespare-main-banner-wrap.main-banner-style-29 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-exceprt p, .elespare-main-banner-wrap.main-banner-style-30 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-exceprt p {
  color: #222; }

.elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-slider {
  position: relative; }

.elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper {
  border: none; }

.elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-img-wrapper img, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-posts-grid-post-items {
  position: relative;
  transition: transform 0.3s ease; }
  .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-posts-grid-post-items x .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-posts-grid-post-items x .elespare-img-wrapper {
    width: 100%; }
    .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-posts-grid-post-items x .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-posts-grid-post-items x .elespare-img-wrapper a {
      overflow: hidden;
      display: block;
      height: 100%;
      width: 100%; }
      .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-posts-grid-post-items x .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-posts-grid-post-items x .elespare-img-wrapper a img {
        object-fit: cover; }
  .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper {
    padding: 15px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    min-height: 140px; }
    .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-cat-links {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-post-title {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata {
      position: relative;
      z-index: 1; }

.elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items {
  position: relative; }
  .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px; }
  .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper {
    height: 540px;
    position: relative;
    display: block;
    line-height: 1; }
    .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a {
      overflow: hidden;
      display: block;
      height: 100%;
      width: 100%; }
      .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 0; }
  .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper {
    padding: 15px 0;
    width: 100%;
    left: 0;
    z-index: 1;
    min-height: 168px; }
    .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata {
      position: relative;
      z-index: 1; }

.elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items {
  position: relative;
  height: auto;
  transition: transform 0.3s ease; }
  .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
    height: 178px; }
    .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a {
      overflow: hidden;
      display: block;
      height: 100%;
      width: 100%; }
      .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img {
        object-fit: cover; }

.elespare-main-banner-wrap.main-banner-style-13 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-14 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul {
  top: auto;
  bottom: 15px;
  left: 15px; }

.elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-slider {
  position: relative; }

.elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper {
  border: none; }

.elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-img-wrapper img, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-posts-grid-post-items {
  position: relative;
  transition: transform 0.3s ease; }
  .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
    width: 100%; }
    .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a {
      overflow: hidden;
      display: block;
      height: 100%;
      width: 100%; }
      .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img {
        object-fit: cover; }
  .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper {
    padding: 15px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    min-height: 155px; }
    .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-cat-links {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-post-title {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata {
      position: relative;
      z-index: 1; }

.elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items {
  position: relative; }
  .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px; }
  .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper {
    height: 530px;
    position: relative;
    display: block;
    line-height: 1; }
    .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a {
      overflow: hidden;
      display: block;
      height: 100%;
      width: 100%; }
      .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 0; }
  .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper {
    padding: 15px 0;
    width: 100%;
    left: 0;
    z-index: 1;
    min-height: 179px; }
    .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata {
      position: relative;
      z-index: 1; }

.elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items {
  position: relative;
  height: auto;
  transition: transform 0.3s ease; }
  .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
    height: 178px; }
    .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a {
      overflow: hidden;
      display: block;
      height: 100%;
      width: 100%; }
      .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img {
        object-fit: cover; }

.elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-slider {
  position: relative; }

.elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper {
  border: none; }

.elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-img-wrapper img, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-posts-grid-post-items {
  position: relative;
  transition: transform 0.3s ease; }
  .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
    width: 100%; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a {
      overflow: hidden;
      display: block;
      height: 100%;
      width: 100%; }
      .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img {
        object-fit: cover; }
  .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper {
    padding: 15px 0;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: auto; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-cat-links {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-post-title {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata {
      position: relative;
      z-index: 1; }

.elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items {
  position: relative; }
  .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px; }
  .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper {
    height: 585px;
    position: relative;
    display: block;
    line-height: 1; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a {
      overflow: hidden;
      display: block;
      height: 100%;
      width: 100%; }
      .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 0; }
  .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper {
    padding: 15px 0;
    width: 100%;
    left: 0;
    z-index: 1;
    min-height: 175px; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata {
      position: relative;
      z-index: 1; }

.elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items {
  position: relative;
  transition: transform 0.3s ease; }
  .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
    height: 178px; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a {
      overflow: hidden;
      display: block;
      height: 100%;
      width: 100%; }
      .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img {
        object-fit: cover; }

.elespare-main-banner-wrap.main-banner-style-29 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-30 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul {
  top: auto;
  bottom: 0px; }

.elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-posts-grid-wrap {
  display: grid;
  column-gap: 10px;
  row-gap: 20px;
  grid-template-columns: repeat(4, 1fr); }
  .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items {
    position: relative;
    min-height: 390px;
    grid-template-columns: repeat(4, 1fr); }
    .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even) {
      flex-direction: column-reverse;
      display: flex; }
    .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(odd), .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(odd), .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(odd), .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(odd), .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(odd), .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(odd), .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(odd), .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(odd) {
      flex-direction: column; }
    .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
      height: 190px;
      position: relative;
      display: block;
      line-height: 1;
      background: #dcdcdc; }
      .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a {
        overflow: hidden;
        display: block;
        height: 100%;
        width: 100%; }

.elespare-avatar-wrap {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  line-height: 1;
  overflow: hidden;
  margin-right: 5px; }

.elespare-avatar-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: inline !important; }

.elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap {
  overflow: hidden; }
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .slick-list {
    margin: 0 -5px; }
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a {
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%; }
    .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
    .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img {
      transition: transform 0.3s ease; }
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img {
    transform: scale(1.05); }
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a {
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%; }
    .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
    .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img {
      transition: transform 0.5s ease; }
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper:hover a img,
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper:hover a img {
    transform: scale(1.2) rotate(5deg); }
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img {
    transition: filter 0.5s ease;
    filter: grayscale(100%); }
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper:hover a img,
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper:hover a img {
    filter: grayscale(0); }
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a {
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%; }
    .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
    .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img {
      transition: transform 2s, filter 1.5s ease-in-out;
      transform-origin: center center;
      filter: brightness(100%); }
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper:hover a img,
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper:hover a img {
    filter: brightness(150%); }
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items {
    min-height: 120px;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 5px; }
    .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper {
      height: 123px;
      position: relative;
      width: 123px;
      background-color: #eee;
      align-self: flex-start;
      overflow: hidden; }
      .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 150px; }
        .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper a img {
          margin: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          position: relative; }
      .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count {
        position: absolute;
        bottom: 5px;
        left: 5px;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        line-height: 1;
        background-color: #bb191a;
        border-radius: 100%;
        font-weight: 700;
        font-size: 12px; }
        .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-post-count-square {
          border-radius: 0;
          bottom: 0;
          left: 0; }
        .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-pst-cnt-tl {
          top: 5px;
          bottom: inherit; }
        .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-pst-cnt-tr {
          top: 5px;
          bottom: inherit;
          left: inherit;
          right: 5px; }
        .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-pst-cnt-br {
          left: inherit;
          right: 5px; }

.elespare-main-banner-wrap .elespare-section-trending.has-background .elespare-trending-wrap.elespare-light .slick-list {
  margin: 0 -2.5px; }

.elespare-main-banner-wrap .elespare-section-trending .elespare-content-wrapper {
  padding: 10px;
  flex: 1; }
  .elespare-main-banner-wrap .elespare-section-trending .elespare-content-wrapper ul.elespare-cat-links {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    margin-bottom: 5px; }

.elespare-main-banner-wrap .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-posts-wrap.elespare-light .elespare-posts-grid-post-items, .elespare-main-banner-wrap .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-posts-wrap.elespare-light .elespare-posts-grid-post-items {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-main-banner-wrap .main-banner-upper-section-wrap .elespare-section-slider.has-background .elespare-carousel-wrap {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-main-banner-wrap .elespare-section-trending.has-background .elespare-posts-wrap.elespare-light {
  margin: -5px 0; }
  .elespare-main-banner-wrap .elespare-section-trending.has-background .elespare-posts-wrap.elespare-light .slick-track {
    margin: 5px 0; }
  .elespare-main-banner-wrap .elespare-section-trending.has-background .elespare-posts-wrap.elespare-light .elespare-posts-trending-post-items {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata span {
  vertical-align: middle; }

.elementor-section-full_width .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper {
  height: 700px; }

.elementor-section-full_width .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-grid-wrap .elespare-posts-grid-post-items {
  min-height: 700px; }
  .elementor-section-full_width .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
    height: 450px; }

.elespare-main-banner-wrap
.elespare-posts-wrap
.elespare-posts-carousel-post-items
.elespare-content-wrapper,
.elespare-main-banner-wrap
.elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-content-wrapper,
.elespare-main-banner-wrap
.elespare-section-trending
.elespare-content-wrapper {
  text-align: left; }

.elementor-widget-main-banner-1 {
  width: 100%; }

@container (max-width: 768px) {
  .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap {
    grid-template-columns: 1fr;
    column-gap: 0 !important; }
    .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid {
      justify-content: flex-start;
      grid-column-end: span 4; }
    .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-slider {
      height: auto; }
    .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper {
      height: 240px; }
    .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap {
      grid-template-columns: repeat(2, 1fr); }
  .elespare-main-banner-wrap.main-banner-style-1 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-3 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-4 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-7 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-8 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-11 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-12 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-15 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-16 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-20 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-23 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-24 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper {
    height: 498px; }
  .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid {
    grid-column-start: auto;
    grid-row-start: auto; }
  .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap {
    grid-template-columns: 1fr;
    column-gap: 0; }
    .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid {
      flex-direction: column;
      justify-content: flex-start;
      grid-column-end: span 4; }
      .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap {
        grid-template-columns: repeat(2, 1fr);
        display: grid; }
    .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-slider {
      height: auto; }
    .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper {
      height: 495px; }
    .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper {
      height: 243px; }
    .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap {
      grid-template-columns: repeat(2, 1fr); }
  .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
  .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
    height: 243px; } }

@container (max-width: 480px) {
  .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper {
    height: 240px; }
  .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap {
    grid-template-columns: 1fr; }
  .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items {
    grid-column-end: span 4; }
  .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap {
    grid-template-columns: 1fr; }
  .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap {
    grid-template-columns: 1fr; }
  .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper {
    height: 240px; }
  .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even) {
    flex-direction: column; } }

@container (max-width: 360px) {
  .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap {
    grid-template-columns: 1fr; }
  .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items {
    grid-column-end: span 4; }
  .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap {
    grid-template-columns: 1fr; }
  .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap {
    grid-template-columns: 1fr; } }

body.rtl .elespare-main-banner-wrap .main-banner-upper-section-wrap {
  text-align: right; }

body.rtl .elespare-main-banner-wrap
.elespare-posts-wrap
.elespare-posts-carousel-post-items
.elespare-content-wrapper,
body.rtl .elespare-main-banner-wrap
.elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-content-wrapper,
body.rtl .elespare-main-banner-wrap
.elespare-section-trending
.elespare-content-wrapper {
  text-align: right; }

body.rtl .elespare-main-banner-wrap.main-banner-style-1 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-2 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-3 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-4 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-5 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-6 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-7 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-8 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-11 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-12 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-15 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-16 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-25 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-26 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-27 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-28 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-29 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-30 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-31 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-32 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul {
  right: 15px;
  left: unset; }

body.rtl .elespare-main-banner-wrap.main-banner-style-1 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-meta-category {
  padding-right: 0px; }

body.rtl .elespare-main-banner-wrap .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper {
  text-align: right; }

body.rtl .elespare-main-banner-wrap .elespare-section-trending-title .elespare-trending-wrap .slick-list {
  margin: 0 -10px; }

body.rtl .elespare-main-banner-wrap.main-banner-style-5 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-6 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper ul {
  right: 15px;
  left: unset; }

body.rtl .elespare-main-banner-wrap.main-banner-style-9 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-10 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul {
  right: 15px;
  left: unset; }

body.rtl .elespare-main-banner-wrap.main-banner-style-13 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-13 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-14 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-14 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul {
  right: 15px;
  left: unset; }

body.rtl .elespare-main-banner-wrap .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format,
body.rtl .elespare-main-banner-wrap .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format {
  right: auto;
  left: 10px; }

body.rtl .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, body.rtl .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, body.rtl .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, body.rtl .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, body.rtl .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, body.rtl .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, body.rtl .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, body.rtl .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul {
  right: 15px;
  left: unset; }

body.rtl .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul {
  right: 45px;
  left: auto; }

body.rtl .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format,
body.rtl .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, body.rtl .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format,
body.rtl .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, body.rtl .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format,
body.rtl .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, body.rtl .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format,
body.rtl .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, body.rtl .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format,
body.rtl .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, body.rtl .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format,
body.rtl .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, body.rtl .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format,
body.rtl .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, body.rtl .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format,
body.rtl .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format {
  right: 15px;
  left: auto; }

body.rtl .elespare-main-banner-wrap .elespare-section-trending-title .elespare-trending-wrap .elespare-posts-trending-post-items {
  padding-right: 0px; }

body.rtl .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul {
  left: auto;
  top: 15px;
  right: 45px; }

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiIuL2VsZXNwYXJlLnN0eWxlLmJ1aWxkLm1pbi5jc3MiLCJzb3VyY2VSb290IjoiIn0=*/.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:#fff0}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid #fff0}.slick-arrow.slick-hidden{display:none}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}<!DOCTYPE html><html dir="rtl" lang="ps"><head><script data-no-optimize="1">var litespeed_docref=sessionStorage.getItem("litespeed_docref");litespeed_docref&&(Object.defineProperty(document,"referrer",{get:function(){return litespeed_docref}}),sessionStorage.removeItem("litespeed_docref"));</script><meta charset="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /><link rel="profile" href="http://gmpg.org/xfn/11" /><link rel="pingback" href="https://shaournews.com/xmlrpc.php" /><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /><title>کورپاڼه | شعور خبری اژانس</title><link rel="canonical" href="https://shaournews.com/" /><meta property="og:locale" content="en_US" /><meta property="og:type" content="website" /><meta property="og:title" content="کورپاڼه | شعور خبری اژانس" /><meta property="og:description" content="د خبرونو سرټکي: په بلوچستان کې د پوليسو په مرکز بريد شوي ګڼ شمېر پوليس د وسلوالو له لورې تښتول شوي د ايران چابهار بندر د پاکستان په پرتله باثباته او باوري لاره ګڼل شوې ده د سردار محمد داوود خان روغتون مشر: افغان ناروغان بايد له پاکستان څخه راوګرځوو عزيزي: د پاکستان پر ځاي [&hellip;]" /><meta property="og:url" content="https://shaournews.com/" /><meta property="og:site_name" content="شعور خبری اژانس" /><meta property="article:publisher" content="https://www.facebook.com/ShaourNews" /><meta property="article:modified_time" content="2025-11-15T18:05:48+00:00" /><meta property="og:image" content="https://shaournews.com/wp-content/uploads/2025/11/IMG_6419-150x150.jpeg" /><meta name="twitter:card" content="summary_large_image" /><meta name="twitter:site" content="@ShaourNews" /><script type="application/ld+json" class="yoast-schema-graph">{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/shaournews.com\/","url":"https:\/\/shaournews.com\/","name":"کورپاڼه | شعور خبری اژانس","isPartOf":{"@id":"https:\/\/shaournews.com\/#website"},"about":{"@id":"https:\/\/shaournews.com\/#organization"},"primaryImageOfPage":{"@id":"https:\/\/shaournews.com\/#primaryimage"},"image":{"@id":"https:\/\/shaournews.com\/#primaryimage"},"thumbnailUrl":"https:\/\/shaournews.com\/wp-content\/uploads\/2025\/11\/IMG_6419-150x150.jpeg","datePublished":"2025-10-29T15:21:30+00:00","dateModified":"2025-11-15T18:05:48+00:00","breadcrumb":{"@id":"https:\/\/shaournews.com\/#breadcrumb"},"inLanguage":"ps","potentialAction":[{"@type":"ReadAction","target":["https:\/\/shaournews.com\/"]}]},{"@type":"ImageObject","inLanguage":"ps","@id":"https:\/\/shaournews.com\/#primaryimage","url":"https:\/\/shaournews.com\/wp-content\/uploads\/2025\/11\/IMG_6419-150x150.jpeg","contentUrl":"https:\/\/shaournews.com\/wp-content\/uploads\/2025\/11\/IMG_6419-150x150.jpeg"},{"@type":"BreadcrumbList","@id":"https:\/\/shaournews.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"کورپاڼه"}]},{"@type":"WebSite","@id":"https:\/\/shaournews.com\/#website","url":"https:\/\/shaournews.com\/","name":"شعور خبری اژانس - SHAOUR NEWS AGENCY","description":"شعور د ولس شعور یوه ناپېلې او خپلواکه ویب پاڼه","publisher":{"@id":"https:\/\/shaournews.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/shaournews.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ps"},{"@type":"Organization","@id":"https:\/\/shaournews.com\/#organization","name":"شعور خبری اژانس - SHAOUR NEWS AGENCY","url":"https:\/\/shaournews.com\/","logo":{"@type":"ImageObject","inLanguage":"ps","@id":"https:\/\/shaournews.com\/#\/schema\/logo\/image\/","url":"https:\/\/shaournews.com\/wp-content\/uploads\/2025\/11\/Small-Lo.png","contentUrl":"https:\/\/shaournews.com\/wp-content\/uploads\/2025\/11\/Small-Lo.png","width":147,"height":67,"caption":"شعور خبری اژانس - SHAOUR NEWS AGENCY"},"image":{"@id":"https:\/\/shaournews.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/ShaourNews","https:\/\/x.com\/ShaourNews","https:\/\/www.instagram.com\/ShaourNews","https:\/\/www.youtube.com\/ShaourNews"]}]}</script><meta name="google-site-verification" content="google7f9b7eb00bc4af95" /><link rel='dns-prefetch' href='//static.addtoany.com' /><link rel='dns-prefetch' href='//fonts.googleapis.com' /><link rel='dns-prefetch' href='//www.googletagmanager.com' /><link rel="alternate" type="application/rss+xml" title="شعور خبری اژانس &raquo; کتنه" href="https://shaournews.com/?feed=rss2" /><link rel="alternate" type="application/rss+xml" title="شعور خبری اژانس &raquo; څرگندون کتنه" href="https://shaournews.com/?feed=comments-rss2" /><link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://shaournews.com/index.php?rest_route=%2Foembed%2F1.0%2Fembed&#038;url=https%3A%2F%2Fshaournews.com%2F" /><link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://shaournews.com/index.php?rest_route=%2Foembed%2F1.0%2Fembed&#038;url=https%3A%2F%2Fshaournews.com%2F&#038;format=xml" /><style id="wp-img-auto-sizes-contain-inline-css">img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}</style><style>1{content-visibility:auto;contain-intrinsic-size:1px 1000px}</style><link rel='stylesheet' id='latest-posts-block-fontawesome-front-css' href='https://shaournews.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/all.css' media='all' /><link rel='stylesheet' id='latest-posts-block-frontend-block-style-css-css' href='https://shaournews.com/wp-content/plugins/latest-posts-block-lite/dist/blocks.style.build.css' media='all' /><link rel='stylesheet' id='dashicons-css' href='https://shaournews.com/wp-includes/css/dashicons.min.css' media='all' /><link rel='stylesheet' id='post-views-counter-frontend-css' href='https://shaournews.com/wp-content/plugins/post-views-counter/css/frontend.css' media='all' /><link rel='stylesheet' id='hfe-widgets-style-css' href='https://shaournews.com/wp-content/plugins/header-footer-elementor/inc/widgets-css/frontend.css' media='all' /><style id="classic-theme-styles-inline-css">/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}</style><link rel='stylesheet' id='splw_index_style-css' href='https://shaournews.com/wp-content/plugins/location-weather/includes/Blocks/build/style-index.css' media='all' /><link rel='stylesheet' id='wpblog-post-layouts-block-style-css' href='https://shaournews.com/wp-content/plugins/wp-blog-post-layouts/includes/assets/css/build.css' media='all' /><style id="global-styles-inline-css">:root{--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#ffffff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp:6px 6px 0px rgb(0, 0, 0)}:where(body){margin:0}:where(.is-layout-flex){gap:.5em}:where(.is-layout-grid){gap:.5em}body .is-layout-flex{display:flex}.is-layout-flex{flex-wrap:wrap;align-items:center}.is-layout-flex>:is(*,div){margin:0}body .is-layout-grid{display:grid}.is-layout-grid>:is(*,div){margin:0}body{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}:root :where(.wp-element-button,.wp-block-button__link){background-color:#32373c;border-width:0;color:#fff;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-top:calc(0.667em + 2px);padding-right:calc(1.333em + 2px);padding-bottom:calc(0.667em + 2px);padding-left:calc(1.333em + 2px);text-decoration:none;text-transform:inherit}.has-black-color{color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-color{color:var(--wp--preset--color--white)!important}.has-pale-pink-color{color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-color{color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple)!important}.has-black-background-color{background-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-background-color{background-color:var(--wp--preset--color--white)!important}.has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple)!important}.has-black-border-color{border-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-border-color{border-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-border-color{border-color:var(--wp--preset--color--white)!important}.has-pale-pink-border-color{border-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-border-color{border-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-border-color{border-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-border-color{border-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-border-color{border-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-border-color{border-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-border-color{border-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-border-color{border-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-border-color{border-color:var(--wp--preset--color--vivid-purple)!important}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)!important}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)!important}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)!important}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)!important}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)!important}.has-cool-to-warm-spectrum-gradient-background{background:var(--wp--preset--gradient--cool-to-warm-spectrum)!important}.has-blush-light-purple-gradient-background{background:var(--wp--preset--gradient--blush-light-purple)!important}.has-blush-bordeaux-gradient-background{background:var(--wp--preset--gradient--blush-bordeaux)!important}.has-luminous-dusk-gradient-background{background:var(--wp--preset--gradient--luminous-dusk)!important}.has-pale-ocean-gradient-background{background:var(--wp--preset--gradient--pale-ocean)!important}.has-electric-grass-gradient-background{background:var(--wp--preset--gradient--electric-grass)!important}.has-midnight-gradient-background{background:var(--wp--preset--gradient--midnight)!important}.has-small-font-size{font-size:var(--wp--preset--font-size--small)!important}.has-medium-font-size{font-size:var(--wp--preset--font-size--medium)!important}.has-large-font-size{font-size:var(--wp--preset--font-size--large)!important}.has-x-large-font-size{font-size:var(--wp--preset--font-size--x-large)!important}:root :where(.wp-block-icon svg){width:24px}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}:where(.wp-block-term-template.is-layout-flex){gap:1.25em}:where(.wp-block-term-template.is-layout-grid){gap:1.25em}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:root :where(.wp-block-pullquote){font-size:1.5em;line-height:1.6};a2a_config.callbacks=[];a2a_config.overlays=[];;a2a_localize={Share:"Share",Save:"Save",Subscribe:"Subscribe",Email:"Email",Bookmark:"Bookmark",ShowAll:"Show all",ShowLess:"Show less",FindServices:"Find service(s)",FindAnyServiceToAddTo:"Instantly find any service to add to",PoweredBy:"Powered by",ShareViaEmail:"Share via email",SubscribeViaEmail:"Subscribe via email",BookmarkInYourBrowser:"Bookmark in your browser",BookmarkInstructions:"Press Ctrl+D or \u2318+D to bookmark this page",AddToYourFavorites:"Add to your favorites",SendFromWebOrProgram:"Send from any email address or email program",EmailProgram:"Email program",More:"More&#8230;",ThanksForSharing:"Thanks for sharing!",ThanksForFollowing:"Thanks for following!"}</script><script id="addtoany-core-js" defer src="https://static.addtoany.com/menu/page.js"></script><script id="jquery-core-js" type="litespeed/javascript" data-src="https://shaournews.com/wp-includes/js/jquery/jquery.min.js"></script><script id="jquery-js-after" type="litespeed/javascript">!function($){"use strict";$(document).ready(function(){$(this).scrollTop()>100&&$(".hfe-scroll-to-top-wrap").removeClass("hfe-scroll-to-top-hide"),$(window).scroll(function(){$(this).scrollTop()<100?$(".hfe-scroll-to-top-wrap").fadeOut(300):$(".hfe-scroll-to-top-wrap").fadeIn(300)}),$(".hfe-scroll-to-top-wrap").on("click",function(){$("html, body").animate({scrollTop:0},300);return!1})})}(jQuery);!function($){'use strict';$(document).ready(function(){var bar=$('.hfe-reading-progress-bar');if(!bar.length)return;$(window).on('scroll',function(){var s=$(window).scrollTop(),d=$(document).height()-$(window).height(),p=d?s/d*100:0;bar.css('width',p+'%')})})}(jQuery)</script><script id="utils-js-extra" type="litespeed/javascript">var userSettings={"url":"/","uid":"0","time":"1789331862","secure":"1"}</script><link rel="https://api.w.org/" href="https://shaournews.com/index.php?rest_route=/" /><link rel="alternate" title="JSON" type="application/json" href="https://shaournews.com/index.php?rest_route=/wp/v2/pages/1168" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://shaournews.com/xmlrpc.php?rsd" /><link rel="stylesheet" href="https://shaournews.com/wp-content/themes/news-portal/rtl.css" media="screen" /><link rel='shortlink' href='https://shaournews.com/' /><meta name="generator" content="Site Kit by Google 1.187.0" /><style>.td-top-btn:hover,.td-top-btn:focus{background-color:#800000!important}.td-down-btn,.td-top-btn{background-color:#940000}.td-top-btn{bottom:62px}.td-down-btn:hover,.td-down-btn:focus{background-color:#800000!important}.td-down-btn img,.td-top-btn img{width:20px;height:20px;object-fit:cover}</style><meta name="generator" content="Elementor 4.1.4; features: e_font_icon_svg, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-swap"><style>.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) *{background-image:none!important}@media screen and (max-height:1024px){.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) *{background-image:none!important}}@media screen and (max-height:640px){.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) *{background-image:none!important}}</style><link rel="icon" href="https://shaournews.com/wp-content/uploads/2025/10/cropped-SHAOURNEWS-32x32.jpg" sizes="32x32" /><link rel="icon" href="https://shaournews.com/wp-content/uploads/2025/10/cropped-SHAOURNEWS-192x192.jpg" sizes="192x192" /><link rel="apple-touch-icon" href="https://shaournews.com/wp-content/uploads/2025/10/cropped-SHAOURNEWS-180x180.jpg" /><meta name="msapplication-TileImage" content="https://shaournews.com/wp-content/uploads/2025/10/cropped-SHAOURNEWS-270x270.jpg" /><style id="wp-custom-css">@media (max-width:768px){.nav-menu li.menu-item-has-children>ul.sub-menu{display:block!important;visibility:visible!important;opacity:1!important;height:auto!important}.nav-menu .sub-menu{position:relative!important}}.single-post .post{max-width:800px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.single-post .post-thumbnail,.single-post .post-thumbnail img{display:block;margin-left:auto;margin-right:auto;margin-bottom:20px;max-width:100%;height:auto}.single-post .entry-content{text-align:initial}@media (max-width:768px){.single-post .post{padding-left:15px;padding-right:15px;max-width:95%}}</style><style type="text/css">.category-button.np-cat-45 a{background:#8c0708}.category-button.np-cat-45 a:hover{background:#5a0000}.np-block-title .np-cat-45{color:#8c0708}.category-button.np-cat-74 a{background:#8224e3}.category-button.np-cat-74 a:hover{background:#5000b1}.np-block-title .np-cat-74{color:#8224e3}.category-button.np-cat-1 a{background:#09ba00}.category-button.np-cat-1 a:hover{background:#080}.np-block-title .np-cat-1{color:#09ba00}.category-button.np-cat-405 a{background:#00a9e0}.category-button.np-cat-405 a:hover{background:#0077ae}.np-block-title .np-cat-405{color:#00a9e0}.category-button.np-cat-43 a{background:#00a9e0}.category-button.np-cat-43 a:hover{background:#0077ae}.np-block-title .np-cat-43{color:#00a9e0}.category-button.np-cat-124 a{background:red}.category-button.np-cat-124 a:hover{background:#cd0000}.np-block-title .np-cat-124{color:red}.category-button.np-cat-41 a{background:#ff00d4}.category-button.np-cat-41 a:hover{background:#cd00a2}.np-block-title .np-cat-41{color:#ff00d4}.category-button.np-cat-89 a{background:#00a9e0}.category-button.np-cat-89 a:hover{background:#0077ae}.np-block-title .np-cat-89{color:#00a9e0}.category-button.np-cat-42 a{background:#8c0708}.category-button.np-cat-42 a:hover{background:#5a0000}.np-block-title .np-cat-42{color:#8c0708}.category-button.np-cat-90 a{background:#00a9e0}.category-button.np-cat-90 a:hover{background:#0077ae}.np-block-title .np-cat-90{color:#00a9e0}.category-button.np-cat-67 a{background:#8c0708}.category-button.np-cat-67 a:hover{background:#5a0000}.np-block-title .np-cat-67{color:#8c0708}.category-button.np-cat-102 a{background:#8c0708}.category-button.np-cat-102 a:hover{background:#5a0000}.np-block-title .np-cat-102{color:#8c0708}.category-button.np-cat-224 a{background:#00a9e0}.category-button.np-cat-224 a:hover{background:#0077ae}.np-block-title .np-cat-224{color:#00a9e0}.category-button.np-cat-91 a{background:#00a9e0}.category-button.np-cat-91 a:hover{background:#0077ae}.np-block-title .np-cat-91{color:#00a9e0}.category-button.np-cat-153 a{background:#00a9e0}.category-button.np-cat-153 a:hover{background:#0077ae}.np-block-title .np-cat-153{color:#00a9e0}.category-button.np-cat-108 a{background:#8c0708}.category-button.np-cat-108 a:hover{background:#5a0000}.np-block-title .np-cat-108{color:#8c0708}.category-button.np-cat-92 a{background:#8c0708}.category-button.np-cat-92 a:hover{background:#5a0000}.np-block-title .np-cat-92{color:#8c0708}.category-button.np-cat-152 a{background:#00a9e0}.category-button.np-cat-152 a:hover{background:#0077ae}.np-block-title .np-cat-152{color:#00a9e0}.category-button.np-cat-68 a{background:#f04}.category-button.np-cat-68 a:hover{background:#cd0012}.np-block-title .np-cat-68{color:#f04}.category-button.np-cat-107 a{background:#81d742}.category-button.np-cat-107 a:hover{background:#4fa510}.np-block-title .np-cat-107{color:#81d742}.category-button.np-cat-81 a{background:#1e73be}.category-button.np-cat-81 a:hover{background:#00418c}.np-block-title .np-cat-81{color:#1e73be}.category-button.np-cat-123 a{background:#d93}.category-button.np-cat-123 a:hover{background:#ab6701}.np-block-title .np-cat-123{color:#d93}.category-button.np-cat-47 a{background:#b6ff00}.category-button.np-cat-47 a:hover{background:#84cd00}.np-block-title .np-cat-47{color:#b6ff00}.category-button.np-cat-80 a{background:red}.category-button.np-cat-80 a:hover{background:#cd0000}.np-block-title .np-cat-80{color:red}.category-button.np-cat-143 a{background:#8c0708}.category-button.np-cat-143 a:hover{background:#5a0000}.np-block-title .np-cat-143{color:#8c0708}.navigation .nav-links a,.bttn,button,input[type='button'],input[type='reset'],input[type='submit'],.navigation .nav-links a:hover,.bttn:hover,button,input[type='button']:hover,input[type='reset']:hover,input[type='submit']:hover,.widget_search .search-submit,.edit-link .post-edit-link,.reply .comment-reply-link,.np-top-header-wrap,.np-header-menu-wrapper,#site-navigation ul.sub-menu,#site-navigation ul.children,.np-header-menu-wrapper::before,.np-header-menu-wrapper::after,.np-header-search-wrapper .search-form-main .search-submit,.news_portal_slider .lSAction>a:hover,.news_portal_default_tabbed ul.widget-tabs li,.np-full-width-title-nav-wrap .carousel-nav-action .carousel-controls:hover,.news_portal_social_media .social-link a,.np-archive-more .np-button:hover,.error404 .page-title,#np-scrollup,.news_portal_featured_slider .slider-posts .lSAction>a:hover,div.wpforms-container-full .wpforms-form input[type='submit'],div.wpforms-container-full .wpforms-form button[type='submit'],div.wpforms-container-full .wpforms-form .wpforms-page-button,div.wpforms-container-full .wpforms-form input[type='submit']:hover,div.wpforms-container-full .wpforms-form button[type='submit']:hover,div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,.widget.widget_tag_cloud a:hover{background:#8c0708}.home .np-home-icon a,.np-home-icon a:hover,#site-navigation ul li:hover>a,#site-navigation ul li.current-menu-item>a,#site-navigation ul li.current_page_item>a,#site-navigation ul li.current-menu-ancestor>a,#site-navigation ul li.focus>a,.news_portal_default_tabbed ul.widget-tabs li.ui-tabs-active,.news_portal_default_tabbed ul.widget-tabs li:hover,.menu-toggle:hover,.menu-toggle:focus{background:#5a0000}.np-header-menu-block-wrap::before,.np-header-menu-block-wrap::after{border-right-color:#5a0000}a,a:hover,a:focus,a:active,.widget a:hover,.widget a:hover::before,.widget li:hover::before,.entry-footer a:hover,.comment-author .fn .url:hover,#cancel-comment-reply-link,#cancel-comment-reply-link:before,.logged-in-as a,.np-slide-content-wrap .post-title a:hover,#top-footer .widget a:hover,#top-footer .widget a:hover:before,#top-footer .widget li:hover:before,.news_portal_featured_posts .np-single-post .np-post-content .np-post-title a:hover,.news_portal_fullwidth_posts .np-single-post .np-post-title a:hover,.news_portal_block_posts .layout3 .np-primary-block-wrap .np-single-post .np-post-title a:hover,.news_portal_featured_posts .layout2 .np-single-post-wrap .np-post-content .np-post-title a:hover,.np-block-title,.widget-title,.page-header .page-title,.np-related-title,.np-post-meta span:hover,.np-post-meta span a:hover,.news_portal_featured_posts .layout2 .np-single-post-wrap .np-post-content .np-post-meta span:hover,.news_portal_featured_posts .layout2 .np-single-post-wrap .np-post-content .np-post-meta span a:hover,.np-post-title.small-size a:hover,#footer-navigation ul li a:hover,.entry-title a:hover,.entry-meta span a:hover,.entry-meta span:hover,.np-post-meta span:hover,.np-post-meta span a:hover,.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta span:hover,.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta span a:hover,.news_portal_featured_slider .featured-posts .np-single-post .np-post-content .np-post-title a:hover,.news-portal-search-results-wrap .news-portal-search-article-item .news-portal-search-post-element .posted-on:hover a,.news-portal-search-results-wrap .news-portal-search-article-item .news-portal-search-post-element .posted-on:hover:before,.news-portal-search-results-wrap .news-portal-search-article-item .news-portal-search-post-element .news-portal-search-post-title a:hover,.np-block-title,.widget-title,.page-header .page-title,.np-related-title,.widget_block .wp-block-group__inner-container>h1,.widget_block .wp-block-group__inner-container>h2,.widget_block .wp-block-group__inner-container>h3,.widget_block .wp-block-group__inner-container>h4,.widget_block .wp-block-group__inner-container>h5,.widget_block .wp-block-group__inner-container>h6{color:#8c0708}.site-mode--dark .news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-title a:hover,.site-mode--dark .np-post-title.large-size a:hover,.site-mode--dark .np-post-title.small-size a:hover,.site-mode--dark .news-ticker-title>a:hover,.site-mode--dark .np-archive-post-content-wrapper .entry-title a:hover,.site-mode--dark h1.entry-title:hover,.site-mode--dark .news_portal_block_posts .layout4 .np-post-title a:hover{color:#8c0708}.navigation .nav-links a,.bttn,button,input[type='button'],input[type='reset'],input[type='submit'],.widget_search .search-submit,.np-archive-more .np-button:hover,.widget.widget_tag_cloud a:hover{border-color:#8c0708}.comment-list .comment-body,.np-header-search-wrapper .search-form-main{border-top-color:#8c0708}.np-header-search-wrapper .search-form-main:before{border-bottom-color:#8c0708}@media (max-width:768px){#site-navigation,.main-small-navigation li.current-menu-item>.sub-toggle i{background:#8c0708!important}}.news-portal-wave .np-rect,.news-portal-three-bounce .np-child,.news-portal-folding-cube .np-cube:before{background-color:#8c0708}.site-title,.site-description{position:absolute;clip:rect(1px,1px,1px,1px)}</style></head><body class="rtl home wp-singular page-template page-template-elementor_header_footer page page-id-1168 wp-custom-logo wp-theme-news-portal ehf-header ehf-footer ehf-template-news-portal ehf-stylesheet-news-portal group-blog no-sidebar fullwidth_layout archive-classic site-mode--light elementor-default elementor-template-full-width elementor-kit-6 elementor-page elementor-page-1168"><style id="hfe-skip-link-style">.hfe-skip-link{position:absolute;left:-9999px;top:0;z-index:100000;padding:.75em 1.5em;background:#fff;color:#0073aa;font-size:14px;text-decoration:underline;border-radius:0 0 3px 0}.hfe-skip-link:focus{left:0;outline:2px solid #0073aa;outline-offset:-2px}</style><a class="hfe-skip-link" href="#content">Skip to main content</a><div id="page" class="hfeed site"><header id="masthead" itemscope="itemscope" itemtype="https://schema.org/WPHeader"><p class="main-title bhf-hidden" itemprop="headline"><a href="https://shaournews.com/" title="شعور خبری اژانس" rel="home">شعور خبری اژانس</a></p><style>.elementor-1951 .elementor-element.elementor-element-5c68e5a:not(.elementor-motion-effects-element-type-background),.elementor-1951 .elementor-element.elementor-element-5c68e5a>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#353535}.elementor-1951 .elementor-element.elementor-element-5c68e5a{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s}.elementor-1951 .elementor-element.elementor-element-5c68e5a>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-bc-flex-widget .elementor-1951 .elementor-element.elementor-element-b153960.elementor-column .elementor-widget-wrap{align-items:center}.elementor-1951 .elementor-element.elementor-element-b153960.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1951 .elementor-element.elementor-element-b153960>.elementor-element-populated{text-align:justify;margin:0 0 0 0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0 0 0 0}.elementor-1951 .elementor-element.elementor-element-c332f85{background-color:var(--e-global-color-primary);padding:0 0 0 0}.elementor-1951 .elementor-element.elementor-element-c332f85.elementor-element{--align-self:center;--order:-99999 /* order start hack */}.elementor-1951 .elementor-element.elementor-element-c332f85 .elespare-date-wrapper span.elespare-date-text{font-family:"Vazirmatn",Sans-serif;font-size:14px;font-weight:400;color:#FFF}.elementor-1951 .elementor-element.elementor-element-c332f85 .elespare-date-icon{color:#000}.elementor-1951 .elementor-element.elementor-element-c332f85 .elespare-time-wrapper span.elespare-time-text{font-family:"Vazirmatn",Sans-serif;font-size:16px;font-weight:400;color:#FFF}.elementor-1951 .elementor-element.elementor-element-c332f85 .elespare-time-icon{color:#FFF}.elementor-bc-flex-widget .elementor-1951 .elementor-element.elementor-element-67f29e2.elementor-column .elementor-widget-wrap{align-items:center}.elementor-1951 .elementor-element.elementor-element-67f29e2.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1951 .elementor-element.elementor-element-8788504{margin:0 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0;padding:0 0 0 0;font-size:16px;font-weight:700}.elementor-1951 .elementor-element.elementor-element-8788504 div.elespare-menu ul>li>a{padding:0 10px 0 10px}.elementor-1951 .elementor-element.elementor-element-8788504 ul.elespare-menu>li>a{padding:0 10px 0 10px;color:#DDD;font-family:"Vazirmatn",Sans-serif;font-size:14px;font-weight:700;text-transform:none}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-overline div.elespare-menu>ul>li:hover>a:before{width:calc(100% - 10px - 10px)}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-overline ul.elespare-menu>li:hover>a:before{width:calc(100% - 10px - 10px)}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-underline div.elespare-menu>ul>li:hover>a:before{width:calc(100% - 10px - 10px)}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-underline ul.elespare-menu>li:hover>a:before{width:calc(100% - 10px - 10px)}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-overline div.elespare-menu>ul>licurrent-menu-item>a:before{width:calc(100% - 10px - 10px)}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-overline ul.elespare-menu>licurrent-menu-item>a:before{width:calc(100% - 10px - 10px)}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-underline div.elespare-menu>ul>licurrent-menu-item>a:before{width:calc(100% - 10px - 10px)}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-underline ul.elespare-menu>licurrent-menu-item>a:before{width:calc(100% - 10px - 10px)}.elementor-1951 .elementor-element.elementor-element-8788504 div.elespare-menu>ul>li>a{color:#DDD}.elementor-1951 .elementor-element.elementor-element-8788504 div.elespare-menu>ul>li:hover>a{color:#FFF}.elementor-1951 .elementor-element.elementor-element-8788504 ul.elespare-menu>li:hover>a{color:#FFF}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-underline div.elespare-menu>ul>li:hover>a:before{background-color:#FFF}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-underline ul.elespare-menu>li:hover>a:before{background-color:#FFF}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-overline div.elespare-menu ul li a:before{background-color:#FFF}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-overline ul.elespare-menu li a:before{background-color:#FFF}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-menu li.current-menu-item a{color:#FFF}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-underline div.elespare-menu>ul>li.current-menu-item>a:before{background-color:#FFF}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-underline ul.elespare-menu>li.current-menu-item>a:before{background-color:#FFF}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-overline .elespare-menu li a.current-menu-item>a:before{background-color:#FFF}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-menu .sub-menu-default li a{padding:13px 20px 14px 20px}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-nav-default .sub-menu li a{padding:13px 20px 14px 20px;border-width:0 0 1px 0}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-nav-default .menu-item-has-children .sub-menu a{color:#000}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-menu .menu-item-has-children .sub-menu-default a{color:#000}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-menu .page_item_has_children .children a{color:#000}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-nav-default li .sub-menu>li:hover>a{color:#aa3166}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-nav-default li .children>li:hover>a{color:#aa3166}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-nav-default .sub-menu li.current-menu-item a{color:#aa3166}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-nav-default .children li.current-menu-item a{color:#aa3166}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-menu li .sub-menu-default>li:hover>a{color:#aa3166}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-menu .sub-menu-default li.current-menu-item a{color:#aa3166}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-nav-default .sub-menu{border-color:#efefef}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-menu .sub-menu-default{border-color:#efefef}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-menu .children li a{border-color:#efefef}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-menu .sub-menu li a{border-color:#efefef}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-nav-default .children li a{border-width:0 0 1px 0}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-menu-toggle{color:#FFF}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-menu-sidebar .elespare-dropdown-menu a{color:#DD1414;font-family:"Vazirmatn",Sans-serif}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-menu-toggle:hover{color:#FFF}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-menu-sidebar .elespare-dropdown-menu li:hover>a{color:#d1346f}.elementor-bc-flex-widget .elementor-1951 .elementor-element.elementor-element-62f1850.elementor-column .elementor-widget-wrap{align-items:center}.elementor-1951 .elementor-element.elementor-element-62f1850.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1951 .elementor-element.elementor-element-62f1850.elementor-column>.elementor-widget-wrap{justify-content:flex-end}.elementor-1951 .elementor-element.elementor-element-62f1850>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:-2px}.elementor-1951 .elementor-element.elementor-element-62f1850>.elementor-element-populated{padding:0 10px 0 0}.elementor-1951 .elementor-element.elementor-element-37f8d72{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row}.elementor-1951 .elementor-element.elementor-element-37f8d72.e-con{--flex-grow:0;--flex-shrink:0}.elementor-1951 .elementor-element.elementor-element-e361029{margin:0 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0;padding:0 0 0 0}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section .elespare-widget-title .elespare-section-title{color:#000}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-after{background-color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-2 .elespare-widget-title span.elespare-section-title:after{background-color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-3 .elespare-widget-title .elespare-section-title{border-bottom-color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-before{background-color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-after{background-color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after{background-color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-before{background-color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-7 .elespare-widget-title .elespare-section-title-after{color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-7 .elespare-widget-title .elespare-section-title-before{color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-8 .elespare-widget-title .elespare-section-title{background-color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-8 .elespare-widget-title .elespare-section-title:before{border-top-color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-9 .elespare-widget-title .elespare-section-title{background-color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-9 .elespare-widget-title{border-bottom-color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-10 .elespare-widget-title .elespare-section-title:before{background-color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-before{background-color:#efefef}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-3 .elespare-widget-title .elespare-section-title-after{background-color:#efefef}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-after{background-color:#efefef}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-before{background-color:#efefef}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section .elespare-widget-title .elespare-section-title{font-family:"Vazirmatn",Sans-serif}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper .elespare-social-links>a{margin:0 5px 0 0}.elementor-widget-heading .elementor-heading-title{font-weight:var(--e-global-typography-primary-font-weight)}.elementor-1951 .elementor-element.elementor-element-79c7806.elementor-element{--align-self:center}.elementor-1951 .elementor-element.elementor-element-79c7806{text-align:start}.elementor-1951 .elementor-element.elementor-element-79c7806 .elementor-heading-title{font-family:"Vazirmatn",Sans-serif;color:var(--e-global-color-ec9d079)}.elementor-1951 .elementor-element.elementor-element-dd45e8c:not(.elementor-motion-effects-element-type-background),.elementor-1951 .elementor-element.elementor-element-dd45e8c>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-image:url(https://shaournews.com/wp-content/uploads/2025/10/cropped-pexels-photo-596815-1-1-2.jpeg);background-position:top center;background-repeat:no-repeat;background-size:cover}.elementor-1951 .elementor-element.elementor-element-dd45e8c>.elementor-background-overlay{background-color:#000;opacity:.5;transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-1951 .elementor-element.elementor-element-dd45e8c{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;padding:45px 0 45px 0}.elementor-1951 .elementor-element.elementor-element-0905d71>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:5px}.elementor-widget-image .widget-image-caption{font-weight:var(--e-global-typography-text-font-weight)}.elementor-1951 .elementor-element.elementor-element-62d5156{text-align:center}.elementor-1951 .elementor-element.elementor-element-0e5ce85{text-align:center}.elementor-1951 .elementor-element.elementor-element-0e5ce85 .elementor-heading-title{font-family:"Vazirmatn",Sans-serif;color:var(--e-global-color-ec9d079)}.elementor-bc-flex-widget .elementor-1951 .elementor-element.elementor-element-9ba9e9e.elementor-column .elementor-widget-wrap{align-items:center}.elementor-1951 .elementor-element.elementor-element-9ba9e9e.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1951 .elementor-element.elementor-element-9ba9e9e>.elementor-element-populated{padding:0 10px 0 0}.elementor-1951 .elementor-element.elementor-element-bcdba68{width:var(--container-widget-width,99.647%);max-width:99.647%;--container-widget-width:99.647%;--container-widget-flex-grow:0;text-align:start}.elementor-1951 .elementor-element.elementor-element-bcdba68.elementor-element{--flex-grow:0;--flex-shrink:0}.elementor-1951 .elementor-element.elementor-element-9104b26{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px}.elementor-1951 .elementor-element.elementor-element-9104b26:not(.elementor-motion-effects-element-type-background),.elementor-1951 .elementor-element.elementor-element-9104b26>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:var(--e-global-color-primary)}.elementor-1951 .elementor-element.elementor-element-9104b26.e-con{--flex-grow:0;--flex-shrink:0}.elementor-1951 .elementor-element.elementor-element-2ed1e3e{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:flex-start}.elementor-1951 .elementor-element.elementor-element-2ed1e3e.e-con{--flex-grow:0;--flex-shrink:0}.elementor-1951 .elementor-element.elementor-element-140e5b2{width:var(--container-widget-width,48.025%);max-width:48.025%;--container-widget-width:48.025%;--container-widget-flex-grow:0;font-size:16px;font-weight:400}.elementor-1951 .elementor-element.elementor-element-140e5b2.elementor-element{--flex-grow:0;--flex-shrink:0}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-toggle{font-size:34px}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-toggle{font-size:34px}.elementor-1951 .elementor-element.elementor-element-140e5b2 div.elespare-menu ul>li>a{padding:5px 5px 5px 5px}.elementor-1951 .elementor-element.elementor-element-140e5b2 ul.elespare-menu>li>a{padding:5px 5px 5px 5px;color:#FFFEFE;font-size:16px;font-weight:400;text-transform:none}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-overline div.elespare-menu>ul>li:hover>a:before{width:calc(100% - 5px - 5px)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-overline ul.elespare-menu>li:hover>a:before{width:calc(100% - 5px - 5px)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-underline div.elespare-menu>ul>li:hover>a:before{width:calc(100% - 5px - 5px)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-underline ul.elespare-menu>li:hover>a:before{width:calc(100% - 5px - 5px)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-overline div.elespare-menu>ul>licurrent-menu-item>a:before{width:calc(100% - 5px - 5px)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-overline ul.elespare-menu>licurrent-menu-item>a:before{width:calc(100% - 5px - 5px)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-underline div.elespare-menu>ul>licurrent-menu-item>a:before{width:calc(100% - 5px - 5px)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-underline ul.elespare-menu>licurrent-menu-item>a:before{width:calc(100% - 5px - 5px)}.elementor-1951 .elementor-element.elementor-element-140e5b2 div.elespare-menu>ul>li>a{color:#FFFEFE}.elementor-1951 .elementor-element.elementor-element-140e5b2 div.elespare-menu>ul>li:hover>a{color:#aa3166}.elementor-1951 .elementor-element.elementor-element-140e5b2 ul.elespare-menu>li:hover>a{color:#aa3166}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-underline div.elespare-menu>ul>li:hover>a:before{background-color:#aa3166}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-underline ul.elespare-menu>li:hover>a:before{background-color:#aa3166}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-overline div.elespare-menu ul li a:before{background-color:#aa3166}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-overline ul.elespare-menu li a:before{background-color:#aa3166}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu li.current-menu-item a{color:#aa3166}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-underline div.elespare-menu>ul>li.current-menu-item>a:before{background-color:#aa3166}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-underline ul.elespare-menu>li.current-menu-item>a:before{background-color:#aa3166}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-overline .elespare-menu li a.current-menu-item>a:before{background-color:#aa3166}.elementor-1951 .elementor-element.elementor-element-140e5b2 div.elespare-menu>ul>.page_item_has_children>.children{margin-top:0px!important}.elementor-1951 .elementor-element.elementor-element-140e5b2 ul.elespare-menu>.menu-item-has-children>.elespare-menu-child{margin-top:0px!important}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu .sub-menu-default li a{padding:6px 20px 6px 15px}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-nav-default .sub-menu li a{padding:6px 20px 6px 15px;border-width:0 0 1px 0}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-nav-default .menu-item-has-children .sub-menu a{color:var(--e-global-color-secondary)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu .menu-item-has-children .sub-menu-default a{color:var(--e-global-color-secondary)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu .page_item_has_children .children a{color:var(--e-global-color-secondary)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-nav-default .menu-item-has-children .sub-menu{background-color:var(--e-global-color-ec9d079)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu .menu-item-has-children .sub-menu-default{background-color:var(--e-global-color-ec9d079)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu .page_item_has_children .children{background-color:var(--e-global-color-ec9d079)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-nav-default li .sub-menu>li:hover>a{color:var(--e-global-color-primary)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-nav-default li .children>li:hover>a{color:var(--e-global-color-primary)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-nav-default .sub-menu li.current-menu-item a{color:var(--e-global-color-primary)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-nav-default .children li.current-menu-item a{color:var(--e-global-color-primary)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu li .sub-menu-default>li:hover>a{color:var(--e-global-color-primary)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu .sub-menu-default li.current-menu-item a{color:var(--e-global-color-primary)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-nav-default .sub-menu{border-color:#efefef}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu .sub-menu-default{border-color:#efefef}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu .children li a{border-color:#efefef}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu .sub-menu li a{border-color:#efefef}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-nav-default .children li a{border-width:0 0 1px 0}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu-toggle{color:var(--e-global-color-ec9d079)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu-sidebar .elespare-dropdown-menu a{color:var(--e-global-color-secondary);font-family:"Droid Arabic Kufi",Sans-serif}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu-toggle:hover{color:#F80}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu-sidebar .elespare-dropdown-menu li:hover>a{color:var(--e-global-color-secondary)}.elementor-1951 .elementor-element.elementor-element-9109faf{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center}.elementor-1951 .elementor-element.elementor-element-9109faf.e-con{--align-self:center;--flex-grow:0;--flex-shrink:0}.elementor-widget-hfe-search-button input[type="search"].hfe-search-form__input,.elementor-widget-hfe-search-button .hfe-search-icon-toggle{font-weight:var(--e-global-typography-primary-font-weight)}.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-form__container{min-height:50px}.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-submit{min-width:50px}.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-form__input{padding-left:calc(50px / 5);padding-right:calc(50px / 5)}.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-form__container button#clear i:before,.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-icon-toggle button#clear i:before,.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-form__container button#clear-with-button i:before{font-size:20px}.elementor-1951 .elementor-element.elementor-element-181bd9f.elementor-element{--align-self:center}.elementor-1951 .elementor-element.elementor-element-181bd9f input[type="search"].hfe-search-form__input,.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-icon-toggle{font-family:"Vazirmatn",Sans-serif}.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-form__input::placeholder{color:var(--e-global-color-primary)}.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-form__input,.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input{background-color:#ededed}.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-icon-toggle .hfe-search-form__input{background-color:#fff0}.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-form__container,.elementor-1951 .elementor-element.elementor-element-181bd9f input.hfe-search-form__input{box-shadow:2px 0 10px 0 rgb(0 0 0 / .5)}.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-form__container,.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-icon-toggle .hfe-search-form__input,.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input{border-style:none}.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-form__container,.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-icon-toggle .hfe-search-form__input,.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input{border-radius:0}.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-form__container button#clear-with-button,.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-form__container button#clear,.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-icon-toggle button#clear{color:#FFF}:root{--page-title-display:none}@media(min-width:768px){.elementor-1951 .elementor-element.elementor-element-b153960{width:15.436%}.elementor-1951 .elementor-element.elementor-element-67f29e2{width:49.604%}.elementor-1951 .elementor-element.elementor-element-62f1850{width:34.625%}.elementor-1951 .elementor-element.elementor-element-37f8d72{--width:98.7%}.elementor-1951 .elementor-element.elementor-element-0905d71{width:24.209%}.elementor-1951 .elementor-element.elementor-element-9ba9e9e{width:75.456%}.elementor-1951 .elementor-element.elementor-element-9104b26{--width:100%}.elementor-1951 .elementor-element.elementor-element-2ed1e3e{--width:70%}.elementor-1951 .elementor-element.elementor-element-9109faf{--width:22%}}@media(max-width:1024px) and (min-width:768px){.elementor-1951 .elementor-element.elementor-element-b153960{width:33%}.elementor-1951 .elementor-element.elementor-element-67f29e2{width:33%}.elementor-1951 .elementor-element.elementor-element-62f1850{width:33%}.elementor-1951 .elementor-element.elementor-element-2ed1e3e{--width:465.844px}.elementor-1951 .elementor-element.elementor-element-9109faf{--width:209px}}@media(max-width:1024px){.elementor-1951 .elementor-element.elementor-element-b153960.elementor-column>.elementor-widget-wrap{justify-content:flex-start}.elementor-1951 .elementor-element.elementor-element-37f8d72{--grid-auto-flow:row}.elementor-1951 .elementor-element.elementor-element-0905d71>.elementor-element-populated{padding:0 10px 0 15px}.elementor-1951 .elementor-element.elementor-element-9ba9e9e>.elementor-element-populated{padding:0 15px 0 10px}.elementor-1951 .elementor-element.elementor-element-2ed1e3e{--justify-content:center;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% )}.elementor-1951 .elementor-element.elementor-element-2ed1e3e.e-con{--align-self:flex-start}.elementor-1951 .elementor-element.elementor-element-140e5b2.elementor-element{--align-self:stretch}.elementor-1951 .elementor-element.elementor-element-140e5b2 div.elespare-menu>ul>.page_item_has_children>.children{margin-top:5px!important}.elementor-1951 .elementor-element.elementor-element-140e5b2 ul.elespare-menu>.menu-item-has-children>.elespare-menu-child{margin-top:5px!important}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu-sidebar .elespare-dropdown-menu a{font-size:12px}}@media(max-width:767px){.elementor-1951 .elementor-element.elementor-element-62f1850.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-1951 .elementor-element.elementor-element-62f1850>.elementor-element-populated{margin:0 0 0 0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:10px 10px 5px 10px}.elementor-1951 .elementor-element.elementor-element-37f8d72{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row}.elementor-1951 .elementor-element.elementor-element-e361029{margin:0 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0}.elementor-1951 .elementor-element.elementor-element-9ba9e9e>.elementor-element-populated{padding:20px 15px 0 15px}.elementor-1951 .elementor-element.elementor-element-9104b26{--width:500px}.elementor-1951 .elementor-element.elementor-element-2ed1e3e{--width:167px;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% )}.elementor-1951 .elementor-element.elementor-element-140e5b2.elementor-element{--align-self:flex-start}.elementor-1951 .elementor-element.elementor-element-9109faf{--width:122px}}</style><div data-elementor-type="wp-post" data-elementor-id="1951" class="elementor elementor-1951"><section class="elementor-section elementor-top-section elementor-element elementor-element-5c68e5a elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5c68e5a" data-element_type="section" data-e-type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-container elementor-column-gap-no"><div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-b153960" data-id="b153960" data-element_type="column" data-e-type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-c332f85 elespare-section-title-mobile-elespare-center elespare-section-title-elespare-left elementor-widget elementor-widget-date-time" data-id="c332f85" data-element_type="widget" data-e-type="widget" data-widget_type="date-time.default"><div class="elespare-date-time-widget date-time-style-1 elespare-left date-time-order-1 date-time-horizontal "><div class="elespare-date-time elespare-date-wrapper "><div class="elespare-icon-wrapper"><i class="elespare-date-icon icon icon-calendar" aria-hidden="true"></i></div><div class="elespare-date"><span class='elespare-date-text'>2026-09-14 </span></div></div><div class="elespare-date-time elespare-time-wrapper "><div class="elespare-icon-wrapper"><i class="elespare-time-icon demo-icon elespare-icons-clock-regular" aria-hidden="true"></i></div><span class='elespare-time-text'>01:07 </span></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-67f29e2" data-id="67f29e2" data-element_type="column" data-e-type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-8788504 elesapre-nav-menu__breakpoint-none elespare-submenu-icon-elespare-submenu-icon-arrow elementor-widget elementor-widget-elespare-nav-horziontal-menu" data-id="8788504" data-element_type="widget" data-e-type="widget" data-widget_type="elespare-nav-horziontal-menu.default"><div class="elespare-navigation--widget elespare-navigation-wrapper horizontal center elespare-mobile-none-center sub-hover " data-opt="sub-hover"><nav class="elespare-main-navigation elespare-nav-default elespare-nav elespare-header-navigation  elespare--hover-none elespare-submenu-icon-arrow" aria-label="Primary navigation" data-closeicon=""><ul id="menu-shaournewstopmenu" class="elespare-menu animation-1"><li id="menu-item-2284" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2284"><a href="https://shaournews.com/?page_id=48">زمونږ په اړه</a></li><li id="menu-item-2242" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2242"><a href="https://shaournews.com/?page_id=50">اړيکې</a></li><li id="menu-item-1120" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1120"><a href="https://shaournews.com/category-sitemap.xml">د سايټ نقشه</a></li><li id="menu-item-2378" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2378"><a href="https://shaournews.com/wp-admin/">ننوتل</a></li></ul></nav></div></div></div></div><div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-62f1850" data-id="62f1850" data-element_type="column" data-e-type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-37f8d72 e-grid e-con-full e-con e-parent" data-id="37f8d72" data-element_type="container" data-e-type="container"><div class="elementor-element elementor-element-e361029 elespare-section-title-mobile-elespare-center elespare-grid-elespare-center elespare-grid-mobile-elespare-center elespare-section-title-elespare-left elementor-widget elementor-widget-post-social-links" data-id="e361029" data-element_type="widget" data-e-type="widget" data-widget_type="post-social-links.default"><div class="elespare-widget-social-link-wrapper" role="navigation" aria-label="Social media links"><div class="elespare-social-link-wrapper social-style-2 elespare-center elespare-small"><div class="elespare-social-links"><a target="_blank" rel="noopener" href="https://facebook.com/ShaourNews" class="elementor-repeater-item-7d769b0 es-facebook"><i class="demo-icon elespare-icons-facebook" aria-hidden="true"></i><span class="elespare-social-item-name">facebook</span><span class="screen-reader-text">opens in a new window</span></a><a target="_blank" rel="noopener" href="https://x.com/shaournews" class="elementor-repeater-item-677408f es-twitter"><i class="demo-icon elespare-icons-twitter" aria-hidden="true"></i><span class="elespare-social-item-name">twitter</span><span class="screen-reader-text">opens in a new window</span></a><a target="_blank" rel="noopener" href="https://www.instagram.com/shaournews/" class="elementor-repeater-item-00e1b21 es-instagram"><i class="demo-icon elespare-icons-instagram" aria-hidden="true"></i><span class="elespare-social-item-name">instagram</span><span class="screen-reader-text">opens in a new window</span></a><a target="_blank" rel="noopener" href="https://youtube.com/ShaourNews" class="elementor-repeater-item-d31df7f es-youtube"><i class="demo-icon elespare-icons-youtube" aria-hidden="true"></i><span class="elespare-social-item-name">youtube</span><span class="screen-reader-text">opens in a new window</span></a></div></div></div></div><div class="elementor-element elementor-element-79c7806 elementor-widget elementor-widget-heading" data-id="79c7806" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default"><h4 class="elementor-heading-title elementor-size-default"><a href="https://shaournews.com/">:Follow US</a></h4></div></div></div></div></div></section><section class="elementor-section elementor-top-section elementor-element elementor-element-dd45e8c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="dd45e8c" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-background-overlay"></div><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-0905d71" data-id="0905d71" data-element_type="column" data-e-type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-62d5156 elementor-widget elementor-widget-image" data-id="62d5156" data-element_type="widget" data-e-type="widget" data-widget_type="image.default"><a href="https://shaournews.com/"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NDAiIGhlaWdodD0iMjcxIiB2aWV3Qm94PSIwIDAgNjQwIDI3MSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" width="640" height="271" data-src="https://shaournews.com/wp-content/uploads/2025/10/Lo-4-1.png" class="attachment-large size-large wp-image-1891" alt="" data-srcset="https://shaournews.com/wp-content/uploads/2025/10/Lo-4-1.png 667w, https://shaournews.com/wp-content/uploads/2025/10/Lo-4-1-300x127.png 300w" data-sizes="(max-width: 640px) 100vw, 640px" /></a></div><div class="elementor-element elementor-element-0e5ce85 elementor-widget elementor-widget-heading" data-id="0e5ce85" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default"><h4 class="elementor-heading-title elementor-size-default"><a href="https://shaournews.com/">شعور ـ د ولس شعور </a></h4></div></div></div><div class="elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-9ba9e9e" data-id="9ba9e9e" data-element_type="column" data-e-type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-bcdba68 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="bcdba68" data-element_type="widget" data-e-type="widget" data-widget_type="image.default"><a href="https://shaournews.com/"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNTYwIiBoZWlnaHQ9IjMzMyIgdmlld0JveD0iMCAwIDI1NjAgMzMzIj48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" width="2560" height="333" data-src="https://shaournews.com/wp-content/uploads/2025/10/Adv-2-scaled.jpg" class="attachment-full size-full wp-image-1895" alt="" data-srcset="https://shaournews.com/wp-content/uploads/2025/10/Adv-2-scaled.jpg 2560w, https://shaournews.com/wp-content/uploads/2025/10/Adv-2-300x39.jpg 300w, https://shaournews.com/wp-content/uploads/2025/10/Adv-2-1024x133.jpg 1024w, https://shaournews.com/wp-content/uploads/2025/10/Adv-2-768x100.jpg 768w, https://shaournews.com/wp-content/uploads/2025/10/Adv-2-1536x200.jpg 1536w, https://shaournews.com/wp-content/uploads/2025/10/Adv-2-2048x266.jpg 2048w" data-sizes="(max-width: 2560px) 100vw, 2560px" /></a></div></div></div></div></section><div class="elementor-element elementor-element-9104b26 e-con-full e-flex e-con e-parent" data-id="9104b26" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-element elementor-element-2ed1e3e e-con-full e-flex e-con e-child" data-id="2ed1e3e" data-element_type="container" data-e-type="container"><div class="elementor-element elementor-element-140e5b2 elementor-widget__width-initial elespare-submenu-icon-elespare-submenu-icon-arrow elesapre-nav-menu__breakpoint-tablet-large elementor-widget elementor-widget-elespare-nav-horziontal-menu" data-id="140e5b2" data-element_type="widget" data-e-type="widget" data-widget_type="elespare-nav-horziontal-menu.default"><div class="elespare-navigation--widget elespare-navigation-wrapper horizontal flex-end elespare-mobile-responsive-right sub-hover drawer" data-opt="sub-hover"><nav class="elespare-main-navigation elespare-nav-default elespare-nav elespare-header-navigation  elespare--hover-underline elespare-submenu-icon-arrow" aria-label="Primary navigation" data-closeicon="demo-icon elespare-icons-cancel"><ul id="menu-shaournewsprimarymenu" class="elespare-menu animation-1"><li id="menu-item-2050" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-1168 current_page_item menu-item-2050"><a href="https://shaournews.com/" aria-current="page">کورپاڼه</a></li><li id="menu-item-1501" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-1501"><a href="https://shaournews.com/?cat=41">خبرونه<span class="elespare-menu-item-description">خبرونه</span></a><ul class="sub-menu"><li id="menu-item-2315" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2315"><a href="https://shaournews.com/?cat=152">کورني خبرونه<span class="elespare-menu-item-description">کورني خبرونه د افغانستان ګوټ ګوټ نه هر اړخيزه موثق خبرونه</span></a></li><li id="menu-item-1888" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1888"><a href="https://shaournews.com/?cat=153">سيمه<span class="elespare-menu-item-description">سيمه</span></a></li><li id="menu-item-1512" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1512"><a href="https://shaournews.com/?cat=80">نړۍ<span class="elespare-menu-item-description">نړۍ</span></a></li></ul></li><li id="menu-item-1504" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1504"><a href="https://shaournews.com/?cat=42">راپورونه<span class="elespare-menu-item-description">راپورونه</span></a></li><li id="menu-item-1495" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-1495"><a href="https://shaournews.com/?cat=45">ادبيات<span class="elespare-menu-item-description">ادبيات</span></a><ul class="sub-menu"><li id="menu-item-1509" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1509"><a href="https://shaournews.com/?cat=92">کلتور<span class="elespare-menu-item-description">کلتور</span></a></li><li id="menu-item-1508" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1508"><a href="https://shaournews.com/?cat=44">فرهنګ او پنځونې<span class="elespare-menu-item-description">فرهنګ او پنځونې</span></a></li><li id="menu-item-1587" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1587"><a href="https://shaournews.com/?cat=107">لنډۍ</a></li></ul></li><li id="menu-item-1498" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-1498"><a href="https://shaournews.com/?cat=48">بېلابېل<span class="elespare-menu-item-description">بيلابيل</span></a><ul class="sub-menu"><li id="menu-item-1507" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1507"><a href="https://shaournews.com/?cat=91">شننې<span class="elespare-menu-item-description">سياسي مقالې او شننې</span></a></li><li id="menu-item-2305" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2305"><a href="https://shaournews.com/?cat=169">تاريخ</a></li><li id="menu-item-1510" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1510"><a href="https://shaournews.com/?cat=81">لوبې<span class="elespare-menu-item-description">لوبې</span></a></li><li id="menu-item-1505" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1505"><a href="https://shaournews.com/?cat=90">روغتيا<span class="elespare-menu-item-description">روغتيا</span></a></li><li id="menu-item-1511" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1511"><a href="https://shaournews.com/?cat=47">مېرمنې<span class="elespare-menu-item-description">مېرمنې</span></a></li><li id="menu-item-1499" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-1499"><a href="https://shaournews.com/?cat=43">تحليلونه<span class="elespare-menu-item-description">تحليلونه</span></a><ul class="sub-menu"><li id="menu-item-1496" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1496"><a href="https://shaournews.com/?cat=74">افغان کډوال</a></li></ul></li><li id="menu-item-1503" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1503"><a href="https://shaournews.com/?cat=89">دا هم ولولئ<span class="elespare-menu-item-description">دا هم ولولئ</span></a></li><li id="menu-item-1500" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1500"><a href="https://shaournews.com/?cat=46">ټولنه<span class="elespare-menu-item-description">ټولنه</span></a></li><li id="menu-item-2303" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2303"><a href="https://shaournews.com/?cat=124">تکنالوژي</a></li><li id="menu-item-2304" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2304"><a href="https://shaournews.com/?cat=123">ماشومان</a></li><li id="menu-item-2550" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2550"><a href="https://shaournews.com/?cat=224">سوداگري<span class="elespare-menu-item-description">سوداگري</span></a></li></ul></li></ul></nav><a href="#" class="elespare-menu-toggle" aria-expanded="false"><span class="elespare-menu-icon-toggle  elespare-open-toggle demo-icon elespare-icons-menu"></span><span class="elespare-menu-icon-toggle  elespare-close-toggle demo-icon elespare-icons-cancel"></span><span class="screen-reader-text menu-toggle-text">Menu</span></a><div class="elespare-moblie-ham-menu elespare-menu-sidebar elespare-menu-left elespare--hover-underline"><a href="#" class="elespare--close-menu-side-bar demo-icon elespare-icons-cancel" aria-label="Close menu"></a><div class="elespare-menu-sidebar--wrapper"><nav class="elespare-menu-dropdown shaournewsprimarymenu elespare-submenu-icon-arrow" aria-label="Dropdown navigation"><ul id="menu-shaournewsprimarymenu-1" class="elespare-dropdown-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-1168 current_page_item menu-item-2050"><a href="https://shaournews.com/" aria-current="page">کورپاڼه</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-1501"><a href="https://shaournews.com/?cat=41">خبرونه<span class="elespare-menu-item-description">خبرونه</span></a><ul class="sub-menu"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2315"><a href="https://shaournews.com/?cat=152">کورني خبرونه<span class="elespare-menu-item-description">کورني خبرونه د افغانستان ګوټ ګوټ نه هر اړخيزه موثق خبرونه</span></a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1888"><a href="https://shaournews.com/?cat=153">سيمه<span class="elespare-menu-item-description">سيمه</span></a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1512"><a href="https://shaournews.com/?cat=80">نړۍ<span class="elespare-menu-item-description">نړۍ</span></a></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1504"><a href="https://shaournews.com/?cat=42">راپورونه<span class="elespare-menu-item-description">راپورونه</span></a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-1495"><a href="https://shaournews.com/?cat=45">ادبيات<span class="elespare-menu-item-description">ادبيات</span></a><ul class="sub-menu"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1509"><a href="https://shaournews.com/?cat=92">کلتور<span class="elespare-menu-item-description">کلتور</span></a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1508"><a href="https://shaournews.com/?cat=44">فرهنګ او پنځونې<span class="elespare-menu-item-description">فرهنګ او پنځونې</span></a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1587"><a href="https://shaournews.com/?cat=107">لنډۍ</a></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-1498"><a href="https://shaournews.com/?cat=48">بېلابېل<span class="elespare-menu-item-description">بيلابيل</span></a><ul class="sub-menu"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1507"><a href="https://shaournews.com/?cat=91">شننې<span class="elespare-menu-item-description">سياسي مقالې او شننې</span></a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2305"><a href="https://shaournews.com/?cat=169">تاريخ</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1510"><a href="https://shaournews.com/?cat=81">لوبې<span class="elespare-menu-item-description">لوبې</span></a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1505"><a href="https://shaournews.com/?cat=90">روغتيا<span class="elespare-menu-item-description">روغتيا</span></a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1511"><a href="https://shaournews.com/?cat=47">مېرمنې<span class="elespare-menu-item-description">مېرمنې</span></a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-1499"><a href="https://shaournews.com/?cat=43">تحليلونه<span class="elespare-menu-item-description">تحليلونه</span></a><ul class="sub-menu"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1496"><a href="https://shaournews.com/?cat=74">افغان کډوال</a></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1503"><a href="https://shaournews.com/?cat=89">دا هم ولولئ<span class="elespare-menu-item-description">دا هم ولولئ</span></a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1500"><a href="https://shaournews.com/?cat=46">ټولنه<span class="elespare-menu-item-description">ټولنه</span></a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2303"><a href="https://shaournews.com/?cat=124">تکنالوژي</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2304"><a href="https://shaournews.com/?cat=123">ماشومان</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2550"><a href="https://shaournews.com/?cat=224">سوداگري<span class="elespare-menu-item-description">سوداگري</span></a></li></ul></li></ul></nav></div></div><div class="elespare-overlay"></div></div></div></div><div class="elementor-element elementor-element-9109faf e-con-full e-flex e-con e-child" data-id="9109faf" data-element_type="container" data-e-type="container"><div class="elementor-element elementor-element-181bd9f hfe-search-layout-text elementor-widget elementor-widget-hfe-search-button" data-id="181bd9f" data-element_type="widget" data-e-type="widget" data-settings="{&quot;close_icon_size&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;size&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;size_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;size_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;close_icon_size_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;close_icon_size_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="hfe-search-button.default"><div class="elementor-widget-container"><form class="hfe-search-button-wrapper" role="search" action="https://shaournews.com/" method="get"><div class="hfe-search-form__container"><input placeholder="لټون..." class="hfe-search-form__input" type="search" name="s" title="لټون" value=""><button id="clear" type="reset"><i class="fas fa-times clearable__clear" aria-hidden="true"></i></button></div></form></div></div></div></div></div></header><div data-elementor-type="wp-page" data-elementor-id="1168" class="elementor elementor-1168"><div class="elementor-element elementor-element-e20aeaa e-con-full e-flex e-con e-parent" data-id="e20aeaa" data-element_type="container" data-e-type="container"><div class="elementor-element elementor-element-c5460ee elementor-widget elementor-widget-post-flash" data-id="c5460ee" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation_speed&quot;:80000,&quot;_pause_on_hover&quot;:&quot;yes&quot;}" data-widget_type="post-flash.default"><div class="elespare-flash-wrap flash-layout flash-style-1  elespare_flash_enable"><div class="elespare-exclusive-posts  ele-border-disabled"><div class="elespare-exclusive-now"><div class="elespare-exclusive-now-txt-animation-wrap"><span class="elespare-spinner spinner-style-2"><div class="ring"></div><div class="ring"></div><div class="ring"></div><div class="ring"></div><div class="ring"></div></span><span class="elespare-exclusive-texts-wrapper">د خبرونو سرټکي:</span></div></div><div class="elespare-exclusive-slides" dir="ltr"><div class="marquee elespare-flash-side right" data-direction="right" role="list"><h4 class="elespare-post-title"><a href="https://shaournews.com/?p=3731"><span class="elespare-post-title">مجاهد:د ا.ا د استازي له حضور پرته د افغانستان په اړه د ملګرو ملتونو غونډې بې پایلې دي</span></a></h4><h4 class="elespare-post-title"><a href="https://shaournews.com/?p=3728"><span class="elespare-circle-marq"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" decoding="async" width="150" height="150" data-src="https://shaournews.com/wp-content/uploads/2026/09/IMG_6221-150x150.jpeg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" data-srcset="https://shaournews.com/wp-content/uploads/2026/09/IMG_6221-150x150.jpeg 150w, https://shaournews.com/wp-content/uploads/2026/09/IMG_6221-300x300.jpeg 300w" data-sizes="(max-width: 150px) 100vw, 150px" /></span><span class="elespare-post-title">ایران په اماراتو، بحرین او اردون کې امریکایي پوځي اهداف ویشتلي</span></a></h4><h4 class="elespare-post-title"><a href="https://shaournews.com/?p=3707"><span class="elespare-circle-marq"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" decoding="async" width="150" height="150" data-src="https://shaournews.com/wp-content/uploads/2026/08/IMG_5712-150x150.jpeg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" data-srcset="https://shaournews.com/wp-content/uploads/2026/08/IMG_5712-150x150.jpeg 150w, https://shaournews.com/wp-content/uploads/2026/08/IMG_5712-300x300.jpeg 300w" data-sizes="(max-width: 150px) 100vw, 150px" /></span><span class="elespare-post-title">ایران د هرمز تنګي د بیا پرانیستلو لپاره شپږ شرطونه وړاندې کړي</span></a></h4><h4 class="elespare-post-title"><a href="https://shaournews.com/?p=3698"><span class="elespare-circle-marq"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" decoding="async" width="150" height="150" data-src="https://shaournews.com/wp-content/uploads/2026/08/IMG_5492-150x150.jpeg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" data-srcset="https://shaournews.com/wp-content/uploads/2026/08/IMG_5492-150x150.jpeg 150w, https://shaournews.com/wp-content/uploads/2026/08/IMG_5492-300x300.jpeg 300w" data-sizes="(max-width: 150px) 100vw, 150px" /></span><span class="elespare-post-title">نیویارک ټایمز:تهران او مسقط د هرمزتنګي پر سر هوکړې ته رسېدلي</span></a></h4><h4 class="elespare-post-title"><a href="https://shaournews.com/?p=3693"><span class="elespare-circle-marq"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="150" height="150" data-src="https://shaournews.com/wp-content/uploads/2026/08/IMG_5487-150x150.jpeg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" data-srcset="https://shaournews.com/wp-content/uploads/2026/08/IMG_5487-150x150.jpeg 150w, https://shaournews.com/wp-content/uploads/2026/08/IMG_5487-300x300.jpeg 300w" data-sizes="(max-width: 150px) 100vw, 150px" /></span><span class="elespare-post-title">عربي هېوادونو له ټرمپ غوښتي چې د جګړې پر ځای له ایران سره خبرې وکړي</span></a></h4></div></div></div></div></div></div><div class="elementor-element elementor-element-f8d1cf4 e-con-full e-flex e-con e-parent" data-id="f8d1cf4" data-element_type="container" data-e-type="container"><div class="elementor-element elementor-element-41d663a e-con-full e-flex e-con e-child" data-id="41d663a" data-element_type="container" data-e-type="container"><div class="elementor-element elementor-element-2e10d0c elespare-section-title-elespare-right elementor-widget elementor-widget-post-slider" data-id="2e10d0c" data-element_type="widget" data-e-type="widget" data-settings="{&quot;animation_speed&quot;:300,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:3000,&quot;loop&quot;:&quot;yes&quot;,&quot;navigation&quot;:&quot;arrow&quot;,&quot;nav_show_on_hover&quot;:&quot;yes&quot;}" data-widget_type="post-slider.default"><div class="elespare-widget-title-section title-style-3 elespare-right"><h2 class="elespare-widget-title"><span class="elespare-section-title-before"></span><span class="elespare-section-title">خبرونه:</span><span class="elespare-section-title-after"></span></h2></div><div class="elespare-slider-wrap slider-layout elespare-has-equal-height"><div class="elespare-posts-wrap slider-style-1  elespare-image-zoom elespare-light show-on-hover"><div class="elespare-posts-slider-post-items"><div class="elespare-img-wrapper"></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li></ul><div class="elespare-content-wrapper-inner"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3731"><span>مجاهد:د ا.ا د استازي له حضور پرته د افغانستان په اړه د ملګرو ملتونو غونډې بې پایلې دي</span></a></h3><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3731">بشپړ راپور... <span class="screen-reader-text">about مجاهد:د ا.ا د استازي له حضور پرته د افغانستان په اړه د ملګرو ملتونو غونډې بې پایلې دي</span></a></div></div></div></div><div class="elespare-posts-slider-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3728" aria-label="ایران په اماراتو، بحرین او اردون کې امریکایي پوځي اهداف ویشتلي"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NDAiIGhlaWdodD0iMzU5IiB2aWV3Qm94PSIwIDAgNjQwIDM1OSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="640" height="359" data-src="https://shaournews.com/wp-content/uploads/2026/09/IMG_6221.jpeg" class="attachment-large size-large wp-post-image" alt="ایران په اماراتو، بحرین او اردون کې امریکایي پوځي اهداف ویشتلي" data-srcset="https://shaournews.com/wp-content/uploads/2026/09/IMG_6221.jpeg 1024w, https://shaournews.com/wp-content/uploads/2026/09/IMG_6221-300x168.jpeg 300w, https://shaournews.com/wp-content/uploads/2026/09/IMG_6221-768x431.jpeg 768w" data-sizes="(max-width: 640px) 100vw, 640px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li></ul><div class="elespare-content-wrapper-inner"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3728"><span>ایران په اماراتو، بحرین او اردون کې امریکایي پوځي اهداف ویشتلي</span></a></h3><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3728">بشپړ راپور... <span class="screen-reader-text">about ایران په اماراتو، بحرین او اردون کې امریکایي پوځي اهداف ویشتلي</span></a></div></div></div></div><div class="elespare-posts-slider-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3707" aria-label="ایران د هرمز تنګي د بیا پرانیستلو لپاره شپږ شرطونه وړاندې کړي"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NDAiIGhlaWdodD0iNDA0IiB2aWV3Qm94PSIwIDAgNjQwIDQwNCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="640" height="404" data-src="https://shaournews.com/wp-content/uploads/2026/08/IMG_5712.jpeg" class="attachment-large size-large wp-post-image" alt="ایران د هرمز تنګي د بیا پرانیستلو لپاره شپږ شرطونه وړاندې کړي" data-srcset="https://shaournews.com/wp-content/uploads/2026/08/IMG_5712.jpeg 697w, https://shaournews.com/wp-content/uploads/2026/08/IMG_5712-300x189.jpeg 300w" data-sizes="(max-width: 640px) 100vw, 640px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li></ul><div class="elespare-content-wrapper-inner"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3707"><span>ایران د هرمز تنګي د بیا پرانیستلو لپاره شپږ شرطونه وړاندې کړي</span></a></h3><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3707">بشپړ راپور... <span class="screen-reader-text">about ایران د هرمز تنګي د بیا پرانیستلو لپاره شپږ شرطونه وړاندې کړي</span></a></div></div></div></div><div class="elespare-posts-slider-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3698" aria-label="نیویارک ټایمز: تهران او مسقط د هرمزتنګي پر سر هوکړې ته رسېدلي"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NDAiIGhlaWdodD0iNDgwIiB2aWV3Qm94PSIwIDAgNjQwIDQ4MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="640" height="480" data-src="https://shaournews.com/wp-content/uploads/2026/08/IMG_5492.jpeg" class="attachment-large size-large wp-post-image" alt="نیویارک ټایمز: تهران او مسقط د هرمزتنګي پر سر هوکړې ته رسېدلي" data-srcset="https://shaournews.com/wp-content/uploads/2026/08/IMG_5492.jpeg 640w, https://shaournews.com/wp-content/uploads/2026/08/IMG_5492-300x225.jpeg 300w, https://shaournews.com/wp-content/uploads/2026/08/IMG_5492-136x102.jpeg 136w" data-sizes="(max-width: 640px) 100vw, 640px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li></ul><div class="elespare-content-wrapper-inner"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3698"><span>نیویارک ټایمز:تهران او مسقط د هرمزتنګي پر سر هوکړې ته رسېدلي</span></a></h3><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3698">بشپړ راپور... <span class="screen-reader-text">about نیویارک ټایمز:تهران او مسقط د هرمزتنګي پر سر هوکړې ته رسېدلي</span></a></div></div></div></div><div class="elespare-posts-slider-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3693" aria-label="عربي هېوادونو له ټرمپ غوښتي چې د جګړې پر ځای له ایران سره خبرې وکړي"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1ODgiIGhlaWdodD0iMzkzIiB2aWV3Qm94PSIwIDAgNTg4IDM5MyI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="588" height="393" data-src="https://shaournews.com/wp-content/uploads/2026/08/IMG_5487.jpeg" class="attachment-large size-large wp-post-image" alt="عربي هېوادونو له ټرمپ غوښتي چې د جګړې پر ځای له ایران سره خبرې وکړي" data-srcset="https://shaournews.com/wp-content/uploads/2026/08/IMG_5487.jpeg 588w, https://shaournews.com/wp-content/uploads/2026/08/IMG_5487-300x201.jpeg 300w" data-sizes="(max-width: 588px) 100vw, 588px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li></ul><div class="elespare-content-wrapper-inner"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3693"><span>عربي هېوادونو له ټرمپ غوښتي چې د جګړې پر ځای له ایران سره خبرې وکړي</span></a></h3><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3693">بشپړ راپور... <span class="screen-reader-text">about عربي هېوادونو له ټرمپ غوښتي چې د جګړې پر ځای له ایران سره خبرې وکړي</span></a></div></div></div></div></div></div><button type="button" class="slick-prev elespare-nav-carousel"><i class="elespare-icons-angle-left" aria-hidden="true"></i></button><button type="button" class="slick-next elespare-nav-carousel"><i class="elespare-icons-angle-right" aria-hidden="true"></i></button></div><div class="elementor-element elementor-element-89ebc64 elementor-widget elementor-widget-heading" data-id="89ebc64" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default"><h2 class="elementor-heading-title elementor-size-default">ویډیوګانې:</h2></div><div class="elementor-element elementor-element-c21fee0 elementor-widget elementor-widget-shortcode" data-id="c21fee0" data-element_type="widget" data-e-type="widget" data-widget_type="shortcode.default"><div class="elementor-shortcode"><div class="ayg ayg-error">Error 403 The request cannot be completed because you have exceeded your <a href="/youtube/v3/getting-started#quota">quota</a>. :quotaExceeded</div></div></div><div class="elementor-element elementor-element-c0734d5 elespare-section-title-elespare-right elementor-widget elementor-widget-post-list" data-id="c0734d5" data-element_type="widget" data-e-type="widget" data-widget_type="post-list.default"><div class="elespare-widget-title-section title-style-3 elespare-right"><h2 class="elespare-widget-title"><span class="elespare-section-title-before"></span><span class="elespare-section-title">تازه پر لیکه شوې لیکنې:</span><span class="elespare-section-title-after"></span></h2></div><div class="elespare-list-wrap list-layout has-background "><div class="elespare-posts-wrap list-style-1 elespare-image-zoom  elespare-light"><div class="elespare-posts-list-post-items"><div class="elespare-img-wrapper"></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links none"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li></ul><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3731"><span>مجاهد:د ا.ا د استازي له حضور پرته د افغانستان په اړه د ملګرو ملتونو غونډې بې پایلې دي</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۰۳:۲۶"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۶-۱۷ - ۰۳:۲۶ </a></span></div></div></div><div class="elespare-posts-list-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3728" aria-label="ایران په اماراتو، بحرین او اردون کې امریکایي پوځي اهداف ویشتلي"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="150" height="150" data-src="https://shaournews.com/wp-content/uploads/2026/09/IMG_6221-150x150.jpeg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="ایران په اماراتو، بحرین او اردون کې امریکایي پوځي اهداف ویشتلي" data-srcset="https://shaournews.com/wp-content/uploads/2026/09/IMG_6221-150x150.jpeg 150w, https://shaournews.com/wp-content/uploads/2026/09/IMG_6221-300x300.jpeg 300w" data-sizes="(max-width: 150px) 100vw, 150px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links none"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li></ul><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3728"><span>ایران په اماراتو، بحرین او اردون کې امریکایي پوځي اهداف ویشتلي</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۱۱:۳۵"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۶-۱۱ - ۱۱:۳۵ </a></span></div></div></div><div class="elespare-posts-list-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3707" aria-label="ایران د هرمز تنګي د بیا پرانیستلو لپاره شپږ شرطونه وړاندې کړي"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="150" height="150" data-src="https://shaournews.com/wp-content/uploads/2026/08/IMG_5712-150x150.jpeg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="ایران د هرمز تنګي د بیا پرانیستلو لپاره شپږ شرطونه وړاندې کړي" data-srcset="https://shaournews.com/wp-content/uploads/2026/08/IMG_5712-150x150.jpeg 150w, https://shaournews.com/wp-content/uploads/2026/08/IMG_5712-300x300.jpeg 300w" data-sizes="(max-width: 150px) 100vw, 150px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links none"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li></ul><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3707"><span>ایران د هرمز تنګي د بیا پرانیستلو لپاره شپږ شرطونه وړاندې کړي</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۰۵:۴۴"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۵-۱۸ - ۰۵:۴۴ </a></span></div></div></div><div class="elespare-posts-list-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3698" aria-label="نیویارک ټایمز: تهران او مسقط د هرمزتنګي پر سر هوکړې ته رسېدلي"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="150" height="150" data-src="https://shaournews.com/wp-content/uploads/2026/08/IMG_5492-150x150.jpeg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="نیویارک ټایمز: تهران او مسقط د هرمزتنګي پر سر هوکړې ته رسېدلي" data-srcset="https://shaournews.com/wp-content/uploads/2026/08/IMG_5492-150x150.jpeg 150w, https://shaournews.com/wp-content/uploads/2026/08/IMG_5492-300x300.jpeg 300w" data-sizes="(max-width: 150px) 100vw, 150px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links none"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li></ul><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3698"><span>نیویارک ټایمز:تهران او مسقط د هرمزتنګي پر سر هوکړې ته رسېدلي</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۰۴:۵۳"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۵-۱۳ - ۰۴:۵۳ </a></span></div></div></div><div class="elespare-posts-list-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3693" aria-label="عربي هېوادونو له ټرمپ غوښتي چې د جګړې پر ځای له ایران سره خبرې وکړي"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="150" height="150" data-src="https://shaournews.com/wp-content/uploads/2026/08/IMG_5487-150x150.jpeg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="عربي هېوادونو له ټرمپ غوښتي چې د جګړې پر ځای له ایران سره خبرې وکړي" data-srcset="https://shaournews.com/wp-content/uploads/2026/08/IMG_5487-150x150.jpeg 150w, https://shaournews.com/wp-content/uploads/2026/08/IMG_5487-300x300.jpeg 300w" data-sizes="(max-width: 150px) 100vw, 150px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links none"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li></ul><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3693"><span>عربي هېوادونو له ټرمپ غوښتي چې د جګړې پر ځای له ایران سره خبرې وکړي</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۱۷:۱۱"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۵-۱۱ - ۱۷:۱۱ </a></span></div></div></div><div class="elespare-posts-list-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3689" aria-label="هند: د چابهار بندر په پراختیا کې خپل رول ساتو"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="150" height="150" data-src="https://shaournews.com/wp-content/uploads/2026/08/photo-output-150x150.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="هند: د چابهار بندر په پراختیا کې خپل رول ساتو" data-srcset="https://shaournews.com/wp-content/uploads/2026/08/photo-output-150x150.png 150w, https://shaournews.com/wp-content/uploads/2026/08/photo-output-300x300.png 300w, https://shaournews.com/wp-content/uploads/2026/08/photo-output-1024x1024.png 1024w, https://shaournews.com/wp-content/uploads/2026/08/photo-output-768x768.png 768w, https://shaournews.com/wp-content/uploads/2026/08/photo-output-1536x1536.png 1536w, https://shaournews.com/wp-content/uploads/2026/08/photo-output-600x600.png 600w, https://shaournews.com/wp-content/uploads/2026/08/photo-output.png 2046w" data-sizes="(max-width: 150px) 100vw, 150px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links none"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li></ul><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3689"><span>هند:د چابهار بندر په پراختیا کې خپل رول ساتو</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۱۲:۱۸"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۵-۱۰ - ۱۲:۱۸ </a></span></div></div></div><div class="elespare-posts-list-post-items"><div class="elespare-img-wrapper"></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links none"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li></ul><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3685"><span>بلوچستان کې بېلابېلې پېښې؛</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۰۳:۴۶"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۵-۰۷ - ۰۳:۴۶ </a></span></div></div></div><div class="elespare-posts-list-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3680" aria-label="ازبکستان په حیرتان کې د جستو ډبرو د پروسس فابریکه جوړوي"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="150" height="150" data-src="https://shaournews.com/wp-content/uploads/2026/07/IMG_5121-150x150.jpeg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="ازبکستان په حیرتان کې د جستو ډبرو د پروسس فابریکه جوړوي" data-srcset="https://shaournews.com/wp-content/uploads/2026/07/IMG_5121-150x150.jpeg 150w, https://shaournews.com/wp-content/uploads/2026/07/IMG_5121-300x298.jpeg 300w" data-sizes="(max-width: 150px) 100vw, 150px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links none"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li></ul><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3680"><span>ازبکستان په حیرتان کې د جستو ډبرو د پروسس فابریکه جوړوي</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۱۱:۲۳"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۵-۰۴ - ۱۱:۲۳ </a></span></div></div></div><div class="elespare-posts-list-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3677" aria-label="رویترز: پاکستان له امریکا څخه د ۱۰ میلیارد ډالرو د مالي مرستې غوښتنه کړې"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="150" height="150" data-src="https://shaournews.com/wp-content/uploads/2026/07/IMG_4881-150x150.jpeg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="رویترز: پاکستان له امریکا څخه د ۱۰ میلیارد ډالرو د مالي مرستې غوښتنه کړې" data-srcset="https://shaournews.com/wp-content/uploads/2026/07/IMG_4881-150x150.jpeg 150w, https://shaournews.com/wp-content/uploads/2026/07/IMG_4881-300x300.jpeg 300w" data-sizes="(max-width: 150px) 100vw, 150px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links none"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li></ul><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3677"><span>رویترز:پاکستان له امریکا څخه د ۱۰ میلیارد ډالرو د مالي مرستې غوښتنه کړې</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۰۶:۱۸"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۴-۳۱ - ۰۶:۱۸ </a></span></div></div></div><div class="elespare-posts-list-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3674" aria-label="په ډېره اسماعیل خان کې د ناامنۍ له امله ګرځبندیز ولګېده"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="150" height="150" data-src="https://shaournews.com/wp-content/uploads/2026/07/IMG_4842-150x150.jpeg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="په ډېره اسماعیل خان کې د ناامنۍ له امله ګرځبندیز ولګېده" data-srcset="https://shaournews.com/wp-content/uploads/2026/07/IMG_4842-150x150.jpeg 150w, https://shaournews.com/wp-content/uploads/2026/07/IMG_4842-300x300.jpeg 300w" data-sizes="(max-width: 150px) 100vw, 150px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links none"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li></ul><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3674"><span>په ډېره اسماعیل خان کې د ناامنۍ له امله ګرځبندیز ولګېده</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۰۸:۲۶"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۴-۳۰ - ۰۸:۲۶ </a></span></div></div></div><div class="elespare-posts-list-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3671" aria-label="الجزیره: د جګړې له پېل راهیسې د وژل شویو امریکايي سرتېرو شمېر ۱۶ ته ورسېد"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="150" height="150" data-src="https://shaournews.com/wp-content/uploads/2026/07/IMG_4660-150x150.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="الجزیره: د جګړې له پېل راهیسې د وژل شویو امریکايي سرتېرو شمېر ۱۶ ته ورسېد" data-srcset="https://shaournews.com/wp-content/uploads/2026/07/IMG_4660-150x150.png 150w, https://shaournews.com/wp-content/uploads/2026/07/IMG_4660-300x300.png 300w" data-sizes="(max-width: 150px) 100vw, 150px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links none"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=153" aria-label="View all posts in سيمه category">سيمه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=80" aria-label="View all posts in نړۍ category">نړۍ </a></li></ul><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3671"><span>الجزیره:د جګړې له پېل راهیسې د وژل شویو امریکايي سرتېرو شمېر ۱۶ ته ورسېد</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۱۱:۱۳"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۴-۲۸ - ۱۱:۱۳ </a></span></div></div></div><div class="elespare-posts-list-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3666" aria-label="شهناز بلوچ: ښځینه بلوڅانې د نمایش نه بلکه د ازادۍ لپاره مبارزه کوي"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="150" height="150" data-src="https://shaournews.com/wp-content/uploads/2026/07/IMG_4649-150x150.jpeg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="شهناز بلوچ: ښځینه بلوڅانې د نمایش نه بلکه د ازادۍ لپاره مبارزه کوي" data-srcset="https://shaournews.com/wp-content/uploads/2026/07/IMG_4649-150x150.jpeg 150w, https://shaournews.com/wp-content/uploads/2026/07/IMG_4649-300x300.jpeg 300w, https://shaournews.com/wp-content/uploads/2026/07/IMG_4649-600x600.jpeg 600w" data-sizes="(max-width: 150px) 100vw, 150px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links none"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li></ul><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3666"><span>شهناز بلوچ:ښځینه بلوڅانې د نمایش نه بلکه د ازادۍ لپاره مبارزه کوي</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۰۷:۰۵"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۴-۲۸ - ۰۷:۰۵ </a></span></div></div></div></div></div></div></div><div class="elementor-element elementor-element-8538b67 e-con-full e-flex e-con e-child" data-id="8538b67" data-element_type="container" data-e-type="container"><div class="elementor-element elementor-element-5694732 e-con-full e-flex e-con e-child" data-id="5694732" data-element_type="container" data-e-type="container"><div class="elementor-element elementor-element-04141b0 elespare-section-title-elespare-right elementor-grid-2 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-post-grid" data-id="04141b0" data-element_type="widget" data-e-type="widget" data-settings="{&quot;columns&quot;:&quot;2&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;}" data-widget_type="post-grid.default"><div class="elespare-widget-title-section title-style-3 elespare-right"><h2 class="elespare-widget-title"><span class="elespare-section-title-before"></span><span class="elespare-section-title">تازه خبرونه:</span><span class="elespare-section-title-after"></span></h2></div><div class="elespare-grid-wrap grid-layout has-background  elespare-has-equal-height"><div class="elespare-posts-wrap  elementor-grid grid-style-1  elespare-image-zoom elespare-light "><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3731"><span>مجاهد:د ا.ا د استازي له حضور پرته د افغانستان په اړه د ملګرو ملتونو غونډې بې پایلې دي</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۰۳:۲۶"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۶-۱۷ - ۰۳:۲۶ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3731">بشپړه لیکنه... <span class="screen-reader-text">about مجاهد:د ا.ا د استازي له حضور پرته د افغانستان په اړه د ملګرو ملتونو غونډې بې پایلې دي</span></a></div></div></div><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3728" aria-label="ایران په اماراتو، بحرین او اردون کې امریکایي پوځي اهداف ویشتلي"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTY4IiB2aWV3Qm94PSIwIDAgMzAwIDE2OCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="300" height="168" data-src="https://shaournews.com/wp-content/uploads/2026/09/IMG_6221-300x168.jpeg" class="attachment-medium size-medium wp-post-image" alt="ایران په اماراتو، بحرین او اردون کې امریکایي پوځي اهداف ویشتلي" data-srcset="https://shaournews.com/wp-content/uploads/2026/09/IMG_6221-300x168.jpeg 300w, https://shaournews.com/wp-content/uploads/2026/09/IMG_6221-768x431.jpeg 768w, https://shaournews.com/wp-content/uploads/2026/09/IMG_6221.jpeg 1024w" data-sizes="(max-width: 300px) 100vw, 300px" /></a><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3728"><span>ایران په اماراتو، بحرین او اردون کې امریکایي پوځي اهداف ویشتلي</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۱۱:۳۵"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۶-۱۱ - ۱۱:۳۵ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3728">بشپړه لیکنه... <span class="screen-reader-text">about ایران په اماراتو، بحرین او اردون کې امریکایي پوځي اهداف ویشتلي</span></a></div></div></div><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3707" aria-label="ایران د هرمز تنګي د بیا پرانیستلو لپاره شپږ شرطونه وړاندې کړي"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTg5IiB2aWV3Qm94PSIwIDAgMzAwIDE4OSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="300" height="189" data-src="https://shaournews.com/wp-content/uploads/2026/08/IMG_5712-300x189.jpeg" class="attachment-medium size-medium wp-post-image" alt="ایران د هرمز تنګي د بیا پرانیستلو لپاره شپږ شرطونه وړاندې کړي" data-srcset="https://shaournews.com/wp-content/uploads/2026/08/IMG_5712-300x189.jpeg 300w, https://shaournews.com/wp-content/uploads/2026/08/IMG_5712.jpeg 697w" data-sizes="(max-width: 300px) 100vw, 300px" /></a><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3707"><span>ایران د هرمز تنګي د بیا پرانیستلو لپاره شپږ شرطونه وړاندې کړي</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۰۵:۴۴"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۵-۱۸ - ۰۵:۴۴ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3707">بشپړه لیکنه... <span class="screen-reader-text">about ایران د هرمز تنګي د بیا پرانیستلو لپاره شپږ شرطونه وړاندې کړي</span></a></div></div></div><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3698" aria-label="نیویارک ټایمز: تهران او مسقط د هرمزتنګي پر سر هوکړې ته رسېدلي"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMjI1IiB2aWV3Qm94PSIwIDAgMzAwIDIyNSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="300" height="225" data-src="https://shaournews.com/wp-content/uploads/2026/08/IMG_5492-300x225.jpeg" class="attachment-medium size-medium wp-post-image" alt="نیویارک ټایمز: تهران او مسقط د هرمزتنګي پر سر هوکړې ته رسېدلي" data-srcset="https://shaournews.com/wp-content/uploads/2026/08/IMG_5492-300x225.jpeg 300w, https://shaournews.com/wp-content/uploads/2026/08/IMG_5492-136x102.jpeg 136w, https://shaournews.com/wp-content/uploads/2026/08/IMG_5492.jpeg 640w" data-sizes="(max-width: 300px) 100vw, 300px" /></a><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3698"><span>نیویارک ټایمز:تهران او مسقط د هرمزتنګي پر سر هوکړې ته رسېدلي</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۰۴:۵۳"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۵-۱۳ - ۰۴:۵۳ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3698">بشپړه لیکنه... <span class="screen-reader-text">about نیویارک ټایمز:تهران او مسقط د هرمزتنګي پر سر هوکړې ته رسېدلي</span></a></div></div></div><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3693" aria-label="عربي هېوادونو له ټرمپ غوښتي چې د جګړې پر ځای له ایران سره خبرې وکړي"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMjAxIiB2aWV3Qm94PSIwIDAgMzAwIDIwMSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="300" height="201" data-src="https://shaournews.com/wp-content/uploads/2026/08/IMG_5487-300x201.jpeg" class="attachment-medium size-medium wp-post-image" alt="عربي هېوادونو له ټرمپ غوښتي چې د جګړې پر ځای له ایران سره خبرې وکړي" data-srcset="https://shaournews.com/wp-content/uploads/2026/08/IMG_5487-300x201.jpeg 300w, https://shaournews.com/wp-content/uploads/2026/08/IMG_5487.jpeg 588w" data-sizes="(max-width: 300px) 100vw, 300px" /></a><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3693"><span>عربي هېوادونو له ټرمپ غوښتي چې د جګړې پر ځای له ایران سره خبرې وکړي</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۱۷:۱۱"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۵-۱۱ - ۱۷:۱۱ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3693">بشپړه لیکنه... <span class="screen-reader-text">about عربي هېوادونو له ټرمپ غوښتي چې د جګړې پر ځای له ایران سره خبرې وکړي</span></a></div></div></div><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3689" aria-label="هند: د چابهار بندر په پراختیا کې خپل رول ساتو"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIiB2aWV3Qm94PSIwIDAgMzAwIDMwMCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="300" height="300" data-src="https://shaournews.com/wp-content/uploads/2026/08/photo-output-300x300.png" class="attachment-medium size-medium wp-post-image" alt="هند: د چابهار بندر په پراختیا کې خپل رول ساتو" data-srcset="https://shaournews.com/wp-content/uploads/2026/08/photo-output-300x300.png 300w, https://shaournews.com/wp-content/uploads/2026/08/photo-output-1024x1024.png 1024w, https://shaournews.com/wp-content/uploads/2026/08/photo-output-150x150.png 150w, https://shaournews.com/wp-content/uploads/2026/08/photo-output-768x768.png 768w, https://shaournews.com/wp-content/uploads/2026/08/photo-output-1536x1536.png 1536w, https://shaournews.com/wp-content/uploads/2026/08/photo-output-600x600.png 600w, https://shaournews.com/wp-content/uploads/2026/08/photo-output.png 2046w" data-sizes="(max-width: 300px) 100vw, 300px" /></a><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3689"><span>هند:د چابهار بندر په پراختیا کې خپل رول ساتو</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۱۲:۱۸"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۵-۱۰ - ۱۲:۱۸ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3689">بشپړه لیکنه... <span class="screen-reader-text">about هند:د چابهار بندر په پراختیا کې خپل رول ساتو</span></a></div></div></div><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3685"><span>بلوچستان کې بېلابېلې پېښې؛</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۰۳:۴۶"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۵-۰۷ - ۰۳:۴۶ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3685">بشپړه لیکنه... <span class="screen-reader-text">about بلوچستان کې بېلابېلې پېښې؛</span></a></div></div></div><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3680" aria-label="ازبکستان په حیرتان کې د جستو ډبرو د پروسس فابریکه جوړوي"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTU1IiB2aWV3Qm94PSIwIDAgMzAwIDE1NSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="300" height="155" data-src="https://shaournews.com/wp-content/uploads/2026/07/IMG_5121-300x155.jpeg" class="attachment-medium size-medium wp-post-image" alt="ازبکستان په حیرتان کې د جستو ډبرو د پروسس فابریکه جوړوي" data-srcset="https://shaournews.com/wp-content/uploads/2026/07/IMG_5121-300x155.jpeg 300w, https://shaournews.com/wp-content/uploads/2026/07/IMG_5121.jpeg 576w" data-sizes="(max-width: 300px) 100vw, 300px" /></a><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3680"><span>ازبکستان په حیرتان کې د جستو ډبرو د پروسس فابریکه جوړوي</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۱۱:۲۳"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۵-۰۴ - ۱۱:۲۳ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3680">بشپړه لیکنه... <span class="screen-reader-text">about ازبکستان په حیرتان کې د جستو ډبرو د پروسس فابریکه جوړوي</span></a></div></div></div></div></div></div></div><div class="elementor-element elementor-element-1385078 e-con-full e-flex e-con e-child" data-id="1385078" data-element_type="container" data-e-type="container"><div class="elementor-element elementor-element-186b078 elementor-widget elementor-widget-image" data-id="186b078" data-element_type="widget" data-e-type="widget" data-widget_type="image.default"><a href="https://salimitech.com/" target="_blank"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NDAiIGhlaWdodD0iNjQzIiB2aWV3Qm94PSIwIDAgNjQwIDY0MyI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="640" height="643" data-src="https://shaournews.com/wp-content/uploads/2025/11/500-x-500-A-1020x1024.jpg" class="attachment-large size-large wp-image-1806" alt="" data-srcset="https://shaournews.com/wp-content/uploads/2025/11/500-x-500-A-1020x1024.jpg 1020w, https://shaournews.com/wp-content/uploads/2025/11/500-x-500-A-300x300.jpg 300w, https://shaournews.com/wp-content/uploads/2025/11/500-x-500-A-150x150.jpg 150w, https://shaournews.com/wp-content/uploads/2025/11/500-x-500-A-768x771.jpg 768w, https://shaournews.com/wp-content/uploads/2025/11/500-x-500-A-1530x1536.jpg 1530w, https://shaournews.com/wp-content/uploads/2025/11/500-x-500-A-2039x2048.jpg 2039w" data-sizes="(max-width: 640px) 100vw, 640px" /></a></div></div></div></div><section class="elementor-section elementor-top-section elementor-element elementor-element-494859ba elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default" data-id="494859ba" data-element_type="section" data-e-type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-2b18b43c" data-id="2b18b43c" data-element_type="column" data-e-type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-6a647422 elementor-widget elementor-widget-image" data-id="6a647422" data-element_type="widget" data-e-type="widget" data-widget_type="image.default"><img data-lazyloaded="1" src="data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=" decoding="async" data-src="https://shaournews.com/wp-content/uploads/2025/10/Your-Adds-Here-scaled.jpg" title="" alt="" loading="lazy" /></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-567e5b28 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="567e5b28" data-element_type="section" data-e-type="section"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6e73d498" data-id="6e73d498" data-element_type="column" data-e-type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-20b18fa7 elespare-section-title-elespare-right elementor-widget elementor-widget-post-express-list" data-id="20b18fa7" data-element_type="widget" data-e-type="widget" data-widget_type="post-express-list.default"><div class="elespare-widget-title-section title-style-3 elespare-right"><h2 class="elespare-widget-title"><span class="elespare-section-title-before"></span><span class="elespare-section-title">شعرونه</span><span class="elespare-section-title-after"></span></h2></div><div class="elespare-express-list-wrap express-layout has-background "><div class="elespare-posts-wrap elementor-express express-style-1  elespare-image-zoom elespare-light"><div class="elespare-posts-express-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=2584" aria-label="خوشحال خان بابا"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMTkiIGhlaWdodD0iMzAwIiB2aWV3Qm94PSIwIDAgMjE5IDMwMCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="219" height="300" data-src="https://shaournews.com/wp-content/uploads/2025/11/Khoshal-Khan-219x300.jpg" class="attachment-medium size-medium wp-post-image" alt="خوشحال بابا" data-srcset="https://shaournews.com/wp-content/uploads/2025/11/Khoshal-Khan-219x300.jpg 219w, https://shaournews.com/wp-content/uploads/2025/11/Khoshal-Khan.jpg 234w" data-sizes="(max-width: 219px) 100vw, 219px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links none"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=108" aria-label="View all posts in شعرونه category">شعرونه </a></li></ul><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=2584"><span>خوشحال خان بابا</span></a></h3><div class="elespare-exceprt"></div></div></div><div class="elespare-posts-express-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=1549" aria-label="لنډۍ"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="150" height="150" data-src="https://shaournews.com/wp-content/uploads/2025/10/Pashto-Landay-E-150x150.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="پښتو شعرونه" data-srcset="https://shaournews.com/wp-content/uploads/2025/10/Pashto-Landay-E-150x150.jpg 150w, https://shaournews.com/wp-content/uploads/2025/10/Pashto-Landay-E-300x300.jpg 300w, https://shaournews.com/wp-content/uploads/2025/10/Pashto-Landay-E-600x600.jpg 600w, https://shaournews.com/wp-content/uploads/2025/10/Pashto-Landay-E-1024x1024.jpg 1024w" data-sizes="(max-width: 150px) 100vw, 150px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links none"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=108" aria-label="View all posts in شعرونه category">شعرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=107" aria-label="View all posts in لنډۍ category">لنډۍ </a></li></ul><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=1549"><span>لنډۍ</span></a></h3></div></div></div></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-51ddf984" data-id="51ddf984" data-element_type="column" data-e-type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-285ca53c elespare-section-title-elespare-right elementor-widget elementor-widget-post-list" data-id="285ca53c" data-element_type="widget" data-e-type="widget" data-widget_type="post-list.default"><div class="elespare-widget-title-section title-style-3 elespare-right"><h2 class="elespare-widget-title"><span class="elespare-section-title-before"></span><span class="elespare-section-title">سپورټ:</span><span class="elespare-section-title-after"></span></h2></div><div class="elespare-list-wrap list-layout has-background "><div class="elespare-posts-wrap list-style-1 elespare-image-zoom  elespare-light"><div class="elespare-posts-list-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3535" aria-label="د افغانستان کرکټ بورډ يو پلاوی د کرکيټ د تخنیکي همکاریو لپاره چين ته تللی دی"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="150" height="150" data-src="https://shaournews.com/wp-content/uploads/2026/05/FB_IMG_1778342302761-150x150.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="د افغانستان کرکټ بورډ يو پلاوی د کرکيټ د تخنیکي همکاریو لپاره چين ته تللی دی" data-srcset="https://shaournews.com/wp-content/uploads/2026/05/FB_IMG_1778342302761-150x150.jpg 150w, https://shaournews.com/wp-content/uploads/2026/05/FB_IMG_1778342302761-300x300.jpg 300w, https://shaournews.com/wp-content/uploads/2026/05/FB_IMG_1778342302761-600x600.jpg 600w, https://shaournews.com/wp-content/uploads/2026/05/FB_IMG_1778342302761-1024x1024.jpg 1024w" data-sizes="(max-width: 150px) 100vw, 150px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links none"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=102" aria-label="View all posts in سپورټ category">سپورټ </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=152" aria-label="View all posts in کورني خبرونه category">کورني خبرونه </a></li></ul><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3535"><span>د افغانستان کرکټ بورډ يو پلاوی د کرکيټ د تخنیکي همکاریو لپاره چين ته تللی دی</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۱۶:۰۸"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۲-۱۹ - ۱۶:۰۸ </a></span></div></div></div><div class="elespare-posts-list-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3101" aria-label="افغانستان او هند نن د نولس کلنو نړیوال جام د پایلوبې ټکټ لپاره مخامخ کېږي"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="150" height="150" data-src="https://shaournews.com/wp-content/uploads/2026/02/FB_IMG_1770173677445-150x150.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="افغانستان او هند نن د نولس کلنو نړیوال جام د پایلوبې ټکټ لپاره مخامخ کېږي" data-srcset="https://shaournews.com/wp-content/uploads/2026/02/FB_IMG_1770173677445-150x150.jpg 150w, https://shaournews.com/wp-content/uploads/2026/02/FB_IMG_1770173677445-300x300.jpg 300w, https://shaournews.com/wp-content/uploads/2026/02/FB_IMG_1770173677445-600x600.jpg 600w, https://shaournews.com/wp-content/uploads/2026/02/FB_IMG_1770173677445-1024x1024.jpg 1024w" data-sizes="(max-width: 150px) 100vw, 150px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links none"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=102" aria-label="View all posts in سپورټ category">سپورټ </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=152" aria-label="View all posts in کورني خبرونه category">کورني خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=81" aria-label="View all posts in لوبې category">لوبې </a></li></ul><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3101"><span>افغانستان او هند نن د نولس کلنو نړیوال جام د پایلوبې ټکټ لپاره مخامخ کېږي</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۴%20-%20۰۲:۵۷"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۴-۱۱-۱۵ - ۰۲:۵۷ </a></span></div></div></div><div class="elespare-posts-list-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3097" aria-label="د افغانستان او اندونیزیا د ترمنځ د همکاریو پر پراختیا خبرې شوې"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="150" height="150" data-src="https://shaournews.com/wp-content/uploads/2026/02/FB_IMG_1770017776092-150x150.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="د افغانستان او اندونیزیا د ترمنځ د همکاریو پر پراختیا خبرې شوې" data-srcset="https://shaournews.com/wp-content/uploads/2026/02/FB_IMG_1770017776092-150x150.jpg 150w, https://shaournews.com/wp-content/uploads/2026/02/FB_IMG_1770017776092-300x300.jpg 300w, https://shaournews.com/wp-content/uploads/2026/02/FB_IMG_1770017776092-1021x1024.jpg 1021w, https://shaournews.com/wp-content/uploads/2026/02/FB_IMG_1770017776092-768x770.jpg 768w, https://shaournews.com/wp-content/uploads/2026/02/FB_IMG_1770017776092-600x600.jpg 600w, https://shaournews.com/wp-content/uploads/2026/02/FB_IMG_1770017776092-1024x1024.jpg 1024w, https://shaournews.com/wp-content/uploads/2026/02/FB_IMG_1770017776092.jpg 1080w" data-sizes="(max-width: 150px) 100vw, 150px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links none"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=102" aria-label="View all posts in سپورټ category">سپورټ </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=152" aria-label="View all posts in کورني خبرونه category">کورني خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=68" aria-label="View all posts in ګټور خبرونه category">ګټور خبرونه </a></li></ul><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3097"><span>د افغانستان او اندونیزیا د ترمنځ د همکاریو پر پراختیا خبرې شوې</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۴%20-%20۰۸:۲۱"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۴-۱۱-۱۳ - ۰۸:۲۱ </a></span></div></div></div><div class="elespare-posts-list-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3061" aria-label="افغان فوټسال ملي لوبډلې په اسیایي جام سياليو کې سعودي عربستان ته ماتې ورکړه"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="150" height="150" data-src="https://shaournews.com/wp-content/uploads/2026/01/FB_IMG_1769587593691-150x150.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="افغان فوټسال ملي لوبډلې په اسیایي جام سياليو کې سعودي عربستان ته ماتې ورکړه" data-srcset="https://shaournews.com/wp-content/uploads/2026/01/FB_IMG_1769587593691-150x150.jpg 150w, https://shaournews.com/wp-content/uploads/2026/01/FB_IMG_1769587593691-300x300.jpg 300w, https://shaournews.com/wp-content/uploads/2026/01/FB_IMG_1769587593691-600x600.jpg 600w, https://shaournews.com/wp-content/uploads/2026/01/FB_IMG_1769587593691-1024x1024.jpg 1024w" data-sizes="(max-width: 150px) 100vw, 150px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links none"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=102" aria-label="View all posts in سپورټ category">سپورټ </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=68" aria-label="View all posts in ګټور خبرونه category">ګټور خبرونه </a></li></ul><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3061"><span>افغان فوټسال ملي لوبډلې په اسیایي جام سياليو کې سعودي عربستان ته ماتې ورکړه</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۴%20-%20۰۸:۱۲"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۴-۱۱-۰۸ - ۰۸:۱۲ </a></span></div></div></div><div class="elespare-posts-list-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=1882" aria-label="ميرويس عزيزي، چې د افغانستان له پېژندل شوو سوداګرو څخه دي، يو ميليون افغانۍ د فوټسال د ۱۷ کلنو ملي لوبډلې لوبغاړو ته د جايزې په توګه ځانګړې کړې دي."><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="150" height="150" data-src="https://shaournews.com/wp-content/uploads/2025/11/میرویس-عزیزی-150x150.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="میرویس عزیزی" data-srcset="https://shaournews.com/wp-content/uploads/2025/11/میرویس-عزیزی-150x150.jpg 150w, https://shaournews.com/wp-content/uploads/2025/11/میرویس-عزیزی-300x300.jpg 300w, https://shaournews.com/wp-content/uploads/2025/11/میرویس-عزیزی-1024x1024.jpg 1024w, https://shaournews.com/wp-content/uploads/2025/11/میرویس-عزیزی-768x768.jpg 768w, https://shaournews.com/wp-content/uploads/2025/11/میرویس-عزیزی-600x600.jpg 600w, https://shaournews.com/wp-content/uploads/2025/11/میرویس-عزیزی.jpg 1280w" data-sizes="(max-width: 150px) 100vw, 150px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links none"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=102" aria-label="View all posts in سپورټ category">سپورټ </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=68" aria-label="View all posts in ګټور خبرونه category">ګټور خبرونه </a></li></ul><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=1882"><span>ميرويس عزيزي، چې د افغانستان له پېژندل شوو سوداګرو څخه دي، يو ميليون افغانۍ د فوټسال د ۱۷ کلنو ملي لوبډلې لوبغاړو ته د جايزې په توګه ځانګړې کړې دي.</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۴%20-%20۰۶:۳۵"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۴-۰۸-۱۱ - ۰۶:۳۵ </a></span></div></div></div><div class="elespare-posts-list-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=1867" aria-label="د افغانستان کرکټ ملي لوبډله نن د زېمبابوې پر وړاندې د شل اوريزې لوبلړۍ درېيمه او وروستۍ لوبه ترسره کوي."><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="150" height="150" data-src="https://shaournews.com/wp-content/uploads/2025/11/Crecate-Sports-150x150.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="د افغانستان کرکټ ملی لوبډله نن د زېمبابوې پر وړاندې د شل اوریزې لوبلړۍ درېیمه او وروستۍ لوبه ترسره کوی." data-srcset="https://shaournews.com/wp-content/uploads/2025/11/Crecate-Sports-150x150.jpg 150w, https://shaournews.com/wp-content/uploads/2025/11/Crecate-Sports-300x300.jpg 300w, https://shaournews.com/wp-content/uploads/2025/11/Crecate-Sports-1024x1024.jpg 1024w, https://shaournews.com/wp-content/uploads/2025/11/Crecate-Sports-768x768.jpg 768w, https://shaournews.com/wp-content/uploads/2025/11/Crecate-Sports-600x600.jpg 600w, https://shaournews.com/wp-content/uploads/2025/11/Crecate-Sports.jpg 1280w" data-sizes="(max-width: 150px) 100vw, 150px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links none"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=102" aria-label="View all posts in سپورټ category">سپورټ </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=81" aria-label="View all posts in لوبې category">لوبې </a></li></ul><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=1867"><span>د افغانستان کرکټ ملي لوبډله نن د زېمبابوې پر وړاندې د شل اوريزې لوبلړۍ درېيمه او وروستۍ لوبه ترسره کوي.</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۴%20-%20۰۵:۳۰"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۴-۰۸-۱۱ - ۰۵:۳۰ </a></span></div></div></div></div></div></div></div></div></div></section><div class="elementor-element elementor-element-4ba6c069 elespare-section-title-elespare-right elementor-widget elementor-widget-post-slider" data-id="4ba6c069" data-element_type="widget" data-e-type="widget" data-settings="{&quot;animation_speed&quot;:300,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:3000,&quot;loop&quot;:&quot;yes&quot;,&quot;navigation&quot;:&quot;arrow&quot;,&quot;nav_show_on_hover&quot;:&quot;yes&quot;}" data-widget_type="post-slider.default"><div class="elespare-widget-title-section title-style-3 elespare-right"><h2 class="elespare-widget-title"><span class="elespare-section-title-before"></span><span class="elespare-section-title">راپورونه</span><span class="elespare-section-title-after"></span></h2></div><div class="elespare-slider-wrap slider-layout elespare-has-equal-height"><div class="elespare-posts-wrap slider-style-1  elespare-image-zoom elespare-light show-on-hover"><div class="elespare-posts-slider-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3435" aria-label="امريکا غواړي په قطر کې ددوی په تمه ناست افغان پناه غوښتونکي کانګو ته ولېږدوي"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NDAiIGhlaWdodD0iNDI4IiB2aWV3Qm94PSIwIDAgNjQwIDQyOCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="640" height="428" data-src="https://shaournews.com/wp-content/uploads/2026/04/merlin_193615869_d80a6d2b-e0b9-4d8c-9195-99e105508213-superJumbo-1024x684.jpg" class="attachment-large size-large wp-post-image" alt="امريکا غواړي په قطر کې ددوی په تمه ناست افغان پناه غوښتونکي کانګو ته ولېږدوي" data-srcset="https://shaournews.com/wp-content/uploads/2026/04/merlin_193615869_d80a6d2b-e0b9-4d8c-9195-99e105508213-superJumbo-1024x684.jpg 1024w, https://shaournews.com/wp-content/uploads/2026/04/merlin_193615869_d80a6d2b-e0b9-4d8c-9195-99e105508213-superJumbo-300x200.jpg 300w, https://shaournews.com/wp-content/uploads/2026/04/merlin_193615869_d80a6d2b-e0b9-4d8c-9195-99e105508213-superJumbo-768x513.jpg 768w, https://shaournews.com/wp-content/uploads/2026/04/merlin_193615869_d80a6d2b-e0b9-4d8c-9195-99e105508213-superJumbo-1536x1025.jpg 1536w, https://shaournews.com/wp-content/uploads/2026/04/merlin_193615869_d80a6d2b-e0b9-4d8c-9195-99e105508213-superJumbo.jpg 2048w" data-sizes="(max-width: 640px) 100vw, 640px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=42" aria-label="View all posts in راپورونه category">راپورونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=143" aria-label="View all posts in نړېوال خبرونه category">نړېوال خبرونه </a></li></ul><div class="elespare-content-wrapper-inner"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3435"><span>امريکا غواړي په قطر کې ددوی په تمه ناست افغان پناه غوښتونکي کانګو ته ولېږدوي</span></a></h3><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3435">بشپړ راپور... <span class="screen-reader-text">about امريکا غواړي په قطر کې ددوی په تمه ناست افغان پناه غوښتونکي کانګو ته ولېږدوي</span></a></div></div></div></div><div class="elespare-posts-slider-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3416" aria-label="لبنان کې د اسرائيلو له لورې د عیسی ع په نوم مجسمې ویجاړولو انځورونو پراخ غبرګونونه پارولي"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NDAiIGhlaWdodD0iNDEzIiB2aWV3Qm94PSIwIDAgNjQwIDQxMyI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="640" height="413" data-src="https://shaournews.com/wp-content/uploads/2026/04/FB_IMG_1776706235385-1024x661.jpg" class="attachment-large size-large wp-post-image" alt="لبنان کې د اسرائيلو له لورې د عیسی ع په نوم مجسمې ویجاړولو انځورونو پراخ غبرګونونه پارولي" data-srcset="https://shaournews.com/wp-content/uploads/2026/04/FB_IMG_1776706235385-1024x661.jpg 1024w, https://shaournews.com/wp-content/uploads/2026/04/FB_IMG_1776706235385-300x194.jpg 300w, https://shaournews.com/wp-content/uploads/2026/04/FB_IMG_1776706235385-768x496.jpg 768w, https://shaournews.com/wp-content/uploads/2026/04/FB_IMG_1776706235385.jpg 1080w" data-sizes="(max-width: 640px) 100vw, 640px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=42" aria-label="View all posts in راپورونه category">راپورونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=80" aria-label="View all posts in نړۍ category">نړۍ </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=143" aria-label="View all posts in نړېوال خبرونه category">نړېوال خبرونه </a></li></ul><div class="elespare-content-wrapper-inner"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3416"><span>لبنان کې د اسرائيلو له لورې د عیسی ع په نوم مجسمې ویجاړولو انځورونو پراخ غبرګونونه پارولي</span></a></h3><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3416">بشپړ راپور... <span class="screen-reader-text">about لبنان کې د اسرائيلو له لورې د عیسی ع په نوم مجسمې ویجاړولو انځورونو پراخ غبرګونونه پارولي</span></a></div></div></div></div><div class="elespare-posts-slider-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3411" aria-label="د سروې له مخې په امریکا کې د ټرمپ د کړنو ملاتړ ۳۷ سلنې ته راټیټ شوی"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NDAiIGhlaWdodD0iNDIyIiB2aWV3Qm94PSIwIDAgNjQwIDQyMiI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="640" height="422" data-src="https://shaournews.com/wp-content/uploads/2026/04/45493_tan2024-07-1406371709-2_f.jpg" class="attachment-large size-large wp-post-image" alt="د سروې له مخې په امریکا کې د ټرمپ د کړنو ملاتړ ۳۷ سلنې ته راټیټ شوی" data-srcset="https://shaournews.com/wp-content/uploads/2026/04/45493_tan2024-07-1406371709-2_f.jpg 1000w, https://shaournews.com/wp-content/uploads/2026/04/45493_tan2024-07-1406371709-2_f-300x198.jpg 300w, https://shaournews.com/wp-content/uploads/2026/04/45493_tan2024-07-1406371709-2_f-768x507.jpg 768w" data-sizes="(max-width: 640px) 100vw, 640px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=42" aria-label="View all posts in راپورونه category">راپورونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=80" aria-label="View all posts in نړۍ category">نړۍ </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=143" aria-label="View all posts in نړېوال خبرونه category">نړېوال خبرونه </a></li></ul><div class="elespare-content-wrapper-inner"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3411"><span>د سروې له مخې په امریکا کې د ټرمپ د کړنو ملاتړ ۳۷ سلنې ته راټیټ شوی</span></a></h3><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3411">بشپړ راپور... <span class="screen-reader-text">about د سروې له مخې په امریکا کې د ټرمپ د کړنو ملاتړ ۳۷ سلنې ته راټیټ شوی</span></a></div></div></div></div><div class="elespare-posts-slider-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3407" aria-label="ننګرهار کې د چینايي ژبې زده کړې ته د ځوانانو لېوالتیا زیاته شوې"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NDAiIGhlaWdodD0iNDI3IiB2aWV3Qm94PSIwIDAgNjQwIDQyNyI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="640" height="427" data-src="https://shaournews.com/wp-content/uploads/2026/04/2026041947271e1e903b4bf79079d29a6c214702_ChkhgeE000024_20260419_CBMFN0A001.jpeg" class="attachment-large size-large wp-post-image" alt="ننګرهار کې د چینايي ژبې زده کړې ته د ځوانانو لېوالتیا زیاته شوې" data-srcset="https://shaournews.com/wp-content/uploads/2026/04/2026041947271e1e903b4bf79079d29a6c214702_ChkhgeE000024_20260419_CBMFN0A001.jpeg 900w, https://shaournews.com/wp-content/uploads/2026/04/2026041947271e1e903b4bf79079d29a6c214702_ChkhgeE000024_20260419_CBMFN0A001-300x200.jpeg 300w, https://shaournews.com/wp-content/uploads/2026/04/2026041947271e1e903b4bf79079d29a6c214702_ChkhgeE000024_20260419_CBMFN0A001-768x512.jpeg 768w" data-sizes="(max-width: 640px) 100vw, 640px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=45" aria-label="View all posts in ادبيات category">ادبيات </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=42" aria-label="View all posts in راپورونه category">راپورونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=68" aria-label="View all posts in ګټور خبرونه category">ګټور خبرونه </a></li></ul><div class="elespare-content-wrapper-inner"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3407"><span>ننګرهار کې د چینايي ژبې زده کړې ته د ځوانانو لېوالتیا زیاته شوې</span></a></h3><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3407">بشپړ راپور... <span class="screen-reader-text">about ننګرهار کې د چینايي ژبې زده کړې ته د ځوانانو لېوالتیا زیاته شوې</span></a></div></div></div></div><div class="elespare-posts-slider-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3339" aria-label="پاکستان په افغانستان کې دننه د بند پاتې زرګونو پاکستانیانو د ستنولو غوښتنه وکړه"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NDAiIGhlaWdodD0iNjQwIiB2aWV3Qm94PSIwIDAgNjQwIDY0MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="640" height="640" data-src="https://shaournews.com/wp-content/uploads/2026/03/a5fa90cb-7dd9-4c43-b7d2-bae91c8b1857-1024x1024.jpeg" class="attachment-large size-large wp-post-image" alt="پاکستان په افغانستان کې دننه د بند پاتې زرګونو پاکستانیانو د ستنولو غوښتنه وکړه" data-srcset="https://shaournews.com/wp-content/uploads/2026/03/a5fa90cb-7dd9-4c43-b7d2-bae91c8b1857-1024x1024.jpeg 1024w, https://shaournews.com/wp-content/uploads/2026/03/a5fa90cb-7dd9-4c43-b7d2-bae91c8b1857-300x300.jpeg 300w, https://shaournews.com/wp-content/uploads/2026/03/a5fa90cb-7dd9-4c43-b7d2-bae91c8b1857-150x150.jpeg 150w, https://shaournews.com/wp-content/uploads/2026/03/a5fa90cb-7dd9-4c43-b7d2-bae91c8b1857-768x768.jpeg 768w, https://shaournews.com/wp-content/uploads/2026/03/a5fa90cb-7dd9-4c43-b7d2-bae91c8b1857-600x600.jpeg 600w, https://shaournews.com/wp-content/uploads/2026/03/a5fa90cb-7dd9-4c43-b7d2-bae91c8b1857.jpeg 1080w" data-sizes="(max-width: 640px) 100vw, 640px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=42" aria-label="View all posts in راپورونه category">راپورونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=143" aria-label="View all posts in نړېوال خبرونه category">نړېوال خبرونه </a></li></ul><div class="elespare-content-wrapper-inner"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3339"><span>پاکستان په افغانستان کې دننه د بند پاتې زرګونو پاکستانیانو د ستنولو غوښتنه وکړه</span></a></h3><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3339">بشپړ راپور... <span class="screen-reader-text">about پاکستان په افغانستان کې دننه د بند پاتې زرګونو پاکستانیانو د ستنولو غوښتنه وکړه</span></a></div></div></div></div></div></div><button type="button" class="slick-prev elespare-nav-carousel"><i class="elespare-icons-angle-left" aria-hidden="true"></i></button><button type="button" class="slick-next elespare-nav-carousel"><i class="elespare-icons-angle-right" aria-hidden="true"></i></button></div><div class="elementor-element elementor-element-4cedb6ad elespare-section-title-elespare-right elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-post-grid" data-id="4cedb6ad" data-element_type="widget" data-e-type="widget" data-settings="{&quot;columns&quot;:&quot;3&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;}" data-widget_type="post-grid.default"><div class="elespare-widget-title-section title-style-3 elespare-right"><h2 class="elespare-widget-title"><span class="elespare-section-title-before"></span><span class="elespare-section-title">سوداګري:</span><span class="elespare-section-title-after"></span></h2></div><div class="elespare-grid-wrap grid-layout has-background  elespare-has-equal-height"><div class="elespare-posts-wrap  elementor-grid grid-style-1  elespare-image-zoom elespare-light "><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3565" aria-label="د ایران او افغانستان ترمنځ د سرحدي ستونزو د حل لپاره ګډې هڅې روانې شوي دي"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMjAwIiB2aWV3Qm94PSIwIDAgMzAwIDIwMCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="300" height="200" data-src="https://shaournews.com/wp-content/uploads/2026/05/HIHf2vgWEAAxPST-300x200.jpg" class="attachment-medium size-medium wp-post-image" alt="د ایران او افغانستان ترمنځ د سرحدي ستونزو د حل لپاره ګډې هڅې روانې شوي دي" data-srcset="https://shaournews.com/wp-content/uploads/2026/05/HIHf2vgWEAAxPST-300x200.jpg 300w, https://shaournews.com/wp-content/uploads/2026/05/HIHf2vgWEAAxPST-1024x683.jpg 1024w, https://shaournews.com/wp-content/uploads/2026/05/HIHf2vgWEAAxPST-768x512.jpg 768w, https://shaournews.com/wp-content/uploads/2026/05/HIHf2vgWEAAxPST.jpg 1200w" data-sizes="(max-width: 300px) 100vw, 300px" /></a><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=224" aria-label="View all posts in سوداگري category">سوداگري </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=152" aria-label="View all posts in کورني خبرونه category">کورني خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=68" aria-label="View all posts in ګټور خبرونه category">ګټور خبرونه </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3565"><span>د ایران او افغانستان ترمنځ د سرحدي ستونزو د حل لپاره ګډې هڅې روانې شوي دي</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۰۵:۰۰"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۲-۲۳ - ۰۵:۰۰ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3565">بشپړه لیکنه... <span class="screen-reader-text">about د ایران او افغانستان ترمنځ د سرحدي ستونزو د حل لپاره ګډې هڅې روانې شوي دي</span></a></div></div></div><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3548" aria-label="اریانا افغان هوايي شرکت د کابل ـ ډیلي کارګو مسیر بیې راکمې کړې"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTY5IiB2aWV3Qm94PSIwIDAgMzAwIDE2OSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="300" height="169" data-src="https://shaournews.com/wp-content/uploads/2026/05/image_870x_696e0b91a246c-300x169.webp" class="attachment-medium size-medium wp-post-image" alt="اریانا افغان هوايي شرکت د کابل ـ ډیلي کارګو مسیر بیې راکمې کړې" data-srcset="https://shaournews.com/wp-content/uploads/2026/05/image_870x_696e0b91a246c-300x169.webp 300w, https://shaournews.com/wp-content/uploads/2026/05/image_870x_696e0b91a246c-768x432.webp 768w, https://shaournews.com/wp-content/uploads/2026/05/image_870x_696e0b91a246c.webp 870w" data-sizes="(max-width: 300px) 100vw, 300px" /></a><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=224" aria-label="View all posts in سوداگري category">سوداگري </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=152" aria-label="View all posts in کورني خبرونه category">کورني خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=68" aria-label="View all posts in ګټور خبرونه category">ګټور خبرونه </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3548"><span>اریانا افغان هوايي شرکت د کابل ـ ډیلي کارګو مسیر بیې راکمې کړې</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۰۸:۳۴"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۲-۲۱ - ۰۸:۳۴ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3548">بشپړه لیکنه... <span class="screen-reader-text">about اریانا افغان هوايي شرکت د کابل ـ ډیلي کارګو مسیر بیې راکمې کړې</span></a></div></div></div><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3545" aria-label="هرات د لومړي ځل لپاره عراق ته د ښځو او ماشومانو د جامو ۲۰ زره جوړې صادرې کړې"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMjAwIiB2aWV3Qm94PSIwIDAgMzAwIDIwMCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="300" height="200" data-src="https://shaournews.com/wp-content/uploads/2026/05/FB_IMG_1778477721923-300x200.jpg" class="attachment-medium size-medium wp-post-image" alt="هرات د لومړي ځل لپاره عراق ته د ښځو او ماشومانو د جامو ۲۰ زره جوړې صادرې کړې" data-srcset="https://shaournews.com/wp-content/uploads/2026/05/FB_IMG_1778477721923-300x200.jpg 300w, https://shaournews.com/wp-content/uploads/2026/05/FB_IMG_1778477721923-1024x683.jpg 1024w, https://shaournews.com/wp-content/uploads/2026/05/FB_IMG_1778477721923-768x512.jpg 768w, https://shaournews.com/wp-content/uploads/2026/05/FB_IMG_1778477721923.jpg 1080w" data-sizes="(max-width: 300px) 100vw, 300px" /></a><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=224" aria-label="View all posts in سوداگري category">سوداگري </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=152" aria-label="View all posts in کورني خبرونه category">کورني خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=68" aria-label="View all posts in ګټور خبرونه category">ګټور خبرونه </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3545"><span>هرات د لومړي ځل لپاره عراق ته د ښځو او ماشومانو د جامو ۲۰ زره جوړې صادرې کړې</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۰۵:۳۷"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۲-۲۱ - ۰۵:۳۷ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3545">بشپړه لیکنه... <span class="screen-reader-text">about هرات د لومړي ځل لپاره عراق ته د ښځو او ماشومانو د جامو ۲۰ زره جوړې صادرې کړې</span></a></div></div></div><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3425" aria-label="عزیزي: له پاکستان سره د سوداګرۍ ځنډ موقتي دی"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTgwIiB2aWV3Qm94PSIwIDAgMzAwIDE4MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="300" height="180" data-src="https://shaournews.com/wp-content/uploads/2026/04/Nuruddin-Azizi-1-300x180.jpg" class="attachment-medium size-medium wp-post-image" alt="عزیزي: له پاکستان سره د سوداګرۍ ځنډ موقتي دی" data-srcset="https://shaournews.com/wp-content/uploads/2026/04/Nuruddin-Azizi-1-300x180.jpg 300w, https://shaournews.com/wp-content/uploads/2026/04/Nuruddin-Azizi-1-768x461.jpg 768w, https://shaournews.com/wp-content/uploads/2026/04/Nuruddin-Azizi-1.jpg 1000w" data-sizes="(max-width: 300px) 100vw, 300px" /></a><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=224" aria-label="View all posts in سوداگري category">سوداگري </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=152" aria-label="View all posts in کورني خبرونه category">کورني خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=68" aria-label="View all posts in ګټور خبرونه category">ګټور خبرونه </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3425"><span>عزیزي:له پاکستان سره د سوداګرۍ ځنډ موقتي دی</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۱۵:۵۰"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۲-۰۱ - ۱۵:۵۰ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3425">بشپړه لیکنه... <span class="screen-reader-text">about عزیزي:له پاکستان سره د سوداګرۍ ځنډ موقتي دی</span></a></div></div></div><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=224" aria-label="View all posts in سوداگري category">سوداگري </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=152" aria-label="View all posts in کورني خبرونه category">کورني خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=68" aria-label="View all posts in ګټور خبرونه category">ګټور خبرونه </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3388"><span>بيکدلي:موږ غواړو دا فغانستان څخه ايران ته د صادراتو کچه لوړه کړو</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۱۵:۲۸"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۱-۳۰ - ۱۵:۲۸ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3388">بشپړه لیکنه... <span class="screen-reader-text">about بيکدلي:موږ غواړو دا فغانستان څخه ايران ته د صادراتو کچه لوړه کړو</span></a></div></div></div><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3297" aria-label="افغان او ازبک سوداګرو د ۴۰۰ مېلیونه ډالرو په ارزښت ۲۰ هوکړې لاسلیک کړې"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTYxIiB2aWV3Qm94PSIwIDAgMzAwIDE2MSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="300" height="161" data-src="https://shaournews.com/wp-content/uploads/2026/04/Screenshot_20260407_133649_Facebook-300x161.jpg" class="attachment-medium size-medium wp-post-image" alt="افغان او ازبک سوداګرو د ۴۰۰ مېلیونه ډالرو په ارزښت ۲۰ هوکړې لاسلیک کړې" data-srcset="https://shaournews.com/wp-content/uploads/2026/04/Screenshot_20260407_133649_Facebook-300x161.jpg 300w, https://shaournews.com/wp-content/uploads/2026/04/Screenshot_20260407_133649_Facebook-1024x548.jpg 1024w, https://shaournews.com/wp-content/uploads/2026/04/Screenshot_20260407_133649_Facebook-768x411.jpg 768w, https://shaournews.com/wp-content/uploads/2026/04/Screenshot_20260407_133649_Facebook.jpg 1078w" data-sizes="(max-width: 300px) 100vw, 300px" /></a><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=224" aria-label="View all posts in سوداگري category">سوداگري </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=68" aria-label="View all posts in ګټور خبرونه category">ګټور خبرونه </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3297"><span>افغان او ازبک سوداګرو د ۴۰۰ مېلیونه ډالرو په ارزښت ۲۰ هوکړې لاسلیک کړې</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۰۹:۱۳"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۱-۱۸ - ۰۹:۱۳ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3297">بشپړه لیکنه... <span class="screen-reader-text">about افغان او ازبک سوداګرو د ۴۰۰ مېلیونه ډالرو په ارزښت ۲۰ هوکړې لاسلیک کړې</span></a></div></div></div><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3239" aria-label="د تورغونډۍ او لاجورد له لارې بهرنیو هېوادونو ته د افغانستان صادرات پيلېږي"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMjAwIiB2aWV3Qm94PSIwIDAgMzAwIDIwMCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="300" height="200" data-src="https://shaournews.com/wp-content/uploads/2026/03/zx2LeSquYmGGU0owc15S6VLIe8gBE1sBpPBAN1fz-300x200.jpg" class="attachment-medium size-medium wp-post-image" alt="د تورغونډۍ او لاجورد له لارې بهرنیو هېوادونو ته د افغانستان صادرات پيلېږي" data-srcset="https://shaournews.com/wp-content/uploads/2026/03/zx2LeSquYmGGU0owc15S6VLIe8gBE1sBpPBAN1fz-300x200.jpg 300w, https://shaournews.com/wp-content/uploads/2026/03/zx2LeSquYmGGU0owc15S6VLIe8gBE1sBpPBAN1fz.jpg 512w" data-sizes="(max-width: 300px) 100vw, 300px" /></a><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=224" aria-label="View all posts in سوداگري category">سوداگري </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=68" aria-label="View all posts in ګټور خبرونه category">ګټور خبرونه </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3239"><span>د تورغونډۍ او لاجورد له لارې بهرنیو هېوادونو ته د افغانستان صادرات پيلېږي</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۴%20-%20۲۰:۱۴"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۴-۱۲-۲۳ - ۲۰:۱۴ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3239">بشپړه لیکنه... <span class="screen-reader-text">about د تورغونډۍ او لاجورد له لارې بهرنیو هېوادونو ته د افغانستان صادرات پيلېږي</span></a></div></div></div><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3150" aria-label="ایران د افغانستان د کرنیزو او مالدارۍ محصولاتو د تضمیني پېرلو اعلان وکړ"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTY5IiB2aWV3Qm94PSIwIDAgMzAwIDE2OSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="300" height="169" data-src="https://shaournews.com/wp-content/uploads/2026/02/IMG_20251223_210926_131-300x169.jpg" class="attachment-medium size-medium wp-post-image" alt="ایران د افغانستان د کرنیزو او مالدارۍ محصولاتو د تضمیني پېرلو اعلان وکړ" data-srcset="https://shaournews.com/wp-content/uploads/2026/02/IMG_20251223_210926_131-300x169.jpg 300w, https://shaournews.com/wp-content/uploads/2026/02/IMG_20251223_210926_131.jpg 768w" data-sizes="(max-width: 300px) 100vw, 300px" /></a><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=42" aria-label="View all posts in راپورونه category">راپورونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=224" aria-label="View all posts in سوداگري category">سوداگري </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=68" aria-label="View all posts in ګټور خبرونه category">ګټور خبرونه </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3150"><span>ایران د افغانستان د کرنیزو او مالدارۍ محصولاتو د تضمیني پېرلو اعلان وکړ</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۴%20-%20۰۸:۱۶"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۴-۱۱-۲۷ - ۰۸:۱۶ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3150">بشپړه لیکنه... <span class="screen-reader-text">about ایران د افغانستان د کرنیزو او مالدارۍ محصولاتو د تضمیني پېرلو اعلان وکړ</span></a></div></div></div><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3139" aria-label="ایران د افغانستان له لارې چین ته د مستقیمې رېل پټلۍ د غځولو طرحه اعلان کړه"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTk2IiB2aWV3Qm94PSIwIDAgMzAwIDE5NiI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="300" height="196" data-src="https://shaournews.com/wp-content/uploads/2026/02/Untitled-33-e1766640998719-300x196.jpg" class="attachment-medium size-medium wp-post-image" alt="ایران د افغانستان له لارې چین ته د مستقیمې رېل پټلۍ د غځولو طرحه اعلان کړه" data-srcset="https://shaournews.com/wp-content/uploads/2026/02/Untitled-33-e1766640998719-300x196.jpg 300w, https://shaournews.com/wp-content/uploads/2026/02/Untitled-33-e1766640998719-768x502.jpg 768w, https://shaournews.com/wp-content/uploads/2026/02/Untitled-33-e1766640998719.jpg 1003w" data-sizes="(max-width: 300px) 100vw, 300px" /></a><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=42" aria-label="View all posts in راپورونه category">راپورونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=224" aria-label="View all posts in سوداگري category">سوداگري </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=153" aria-label="View all posts in سيمه category">سيمه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=152" aria-label="View all posts in کورني خبرونه category">کورني خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=68" aria-label="View all posts in ګټور خبرونه category">ګټور خبرونه </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3139"><span>ایران د افغانستان له لارې چین ته د مستقیمې رېل پټلۍ د غځولو طرحه اعلان کړه</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۴%20-%20۰۴:۳۳"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۴-۱۱-۲۴ - ۰۴:۳۳ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3139">بشپړه لیکنه... <span class="screen-reader-text">about ایران د افغانستان له لارې چین ته د مستقیمې رېل پټلۍ د غځولو طرحه اعلان کړه</span></a></div></div></div><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3130" aria-label="اين پي آر: د افغانستان او پاکستان د ترانزیټي لارو بندښت د حياتي سوداګرۍ ملا ماته کړې"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTgxIiB2aWV3Qm94PSIwIDAgMzAwIDE4MSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="300" height="181" data-src="https://shaournews.com/wp-content/uploads/2026/02/Torkham1-780x470-1-300x181.jpg" class="attachment-medium size-medium wp-post-image" alt="اين پي آر: د افغانستان او پاکستان د ترانزیټي لارو بندښت د حياتي سوداګرۍ ملا ماته کړې" data-srcset="https://shaournews.com/wp-content/uploads/2026/02/Torkham1-780x470-1-300x181.jpg 300w, https://shaournews.com/wp-content/uploads/2026/02/Torkham1-780x470-1-768x463.jpg 768w, https://shaournews.com/wp-content/uploads/2026/02/Torkham1-780x470-1.jpg 780w" data-sizes="(max-width: 300px) 100vw, 300px" /></a><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=42" aria-label="View all posts in راپورونه category">راپورونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=224" aria-label="View all posts in سوداگري category">سوداگري </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3130"><span>اين پي آر:د افغانستان او پاکستان د ترانزیټي لارو بندښت د حياتي سوداګرۍ ملا ماته کړې</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۴%20-%20۰۲:۵۱"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۴-۱۱-۲۲ - ۰۲:۵۱ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3130">بشپړه لیکنه... <span class="screen-reader-text">about اين پي آر:د افغانستان او پاکستان د ترانزیټي لارو بندښت د حياتي سوداګرۍ ملا ماته کړې</span></a></div></div></div><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=2995" aria-label="د هلمند سوداګرۍ خونه: د افغانستان پنبه ترکیې، بنګله دېش او ایران ته صادرېږي"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMjAwIiB2aWV3Qm94PSIwIDAgMzAwIDIwMCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="300" height="200" data-src="https://shaournews.com/wp-content/uploads/2026/01/Untitled-24-300x200.jpg" class="attachment-medium size-medium wp-post-image" alt="د هلمند سوداګرۍ خونه: د افغانستان پنبه ترکیې، بنګله دېش او ایران ته صادرېږي" data-srcset="https://shaournews.com/wp-content/uploads/2026/01/Untitled-24-300x200.jpg 300w, https://shaournews.com/wp-content/uploads/2026/01/Untitled-24.jpg 519w" data-sizes="(max-width: 300px) 100vw, 300px" /></a><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=42" aria-label="View all posts in راپورونه category">راپورونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=224" aria-label="View all posts in سوداگري category">سوداگري </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=68" aria-label="View all posts in ګټور خبرونه category">ګټور خبرونه </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=2995"><span>د هلمند سوداګرۍ خونه:د افغانستان پنبه ترکیې، بنګله دېش او ایران ته صادرېږي</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۴%20-%20۰۹:۰۷"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۴-۱۰-۲۸ - ۰۹:۰۷ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=2995">بشپړه لیکنه... <span class="screen-reader-text">about د هلمند سوداګرۍ خونه:د افغانستان پنبه ترکیې، بنګله دېش او ایران ته صادرېږي</span></a></div></div></div><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=2829" aria-label="تېره اونۍ د رېل پټلۍ له لارې تر ۱۶۳ زره میټریک ټنه زیات توکي انتقال شوي"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTY5IiB2aWV3Qm94PSIwIDAgMzAwIDE2OSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="300" height="169" data-src="https://shaournews.com/wp-content/uploads/2025/12/IMG_7534-300x169.jpeg" class="attachment-medium size-medium wp-post-image" alt="تېره اونۍ د رېل پټلۍ له لارې تر ۱۶۳ زره میټریک ټنه زیات توکي انتقال شوي" data-srcset="https://shaournews.com/wp-content/uploads/2025/12/IMG_7534-300x169.jpeg 300w, https://shaournews.com/wp-content/uploads/2025/12/IMG_7534.jpeg 576w" data-sizes="(max-width: 300px) 100vw, 300px" /></a><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=224" aria-label="View all posts in سوداگري category">سوداگري </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=2829"><span>تېره اونۍ د رېل پټلۍ له لارې تر ۱۶۳ زره میټریک ټنه زیات توکي انتقال شوي</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۴%20-%20۱۵:۳۲"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۴-۰۹-۲۴ - ۱۵:۳۲ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=2829">بشپړه لیکنه... <span class="screen-reader-text">about تېره اونۍ د رېل پټلۍ له لارې تر ۱۶۳ زره میټریک ټنه زیات توکي انتقال شوي</span></a></div></div></div></div></div></div><div class="elementor-element elementor-element-aac540c elementor-widget elementor-widget-image" data-id="aac540c" data-element_type="widget" data-e-type="widget" data-widget_type="image.default"><img data-lazyloaded="1" src="data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=" decoding="async" data-src="https://shaournews.com/wp-content/uploads/2025/10/Your-Adds-Here-scaled.jpg" title="" alt="" loading="lazy" /></div><div class="elementor-element elementor-element-2f59fda elementor-widget elementor-widget-heading" data-id="2f59fda" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default"><h5 class="elementor-heading-title elementor-size-default">لنډۍ:</h5></div><div class="elementor-element elementor-element-ab27bac elementor-widget elementor-widget-text-editor" data-id="ab27bac" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default"><h5 data-start="143" data-end="185">لنډۍ – د پښتو ادب زړه راښکونکې خزانه</h5><p data-start="187" data-end="399"><strong data-start="187" data-end="195">لنډۍ</strong>د پښتو ژبې له تر ټولو پخوانیو او مشهورو ولسي شاعرانو څخه ده. دا د پښتنو د احساساتو، مینې، درد، غیرت، فداکارۍ او ژوند د تجربو لنډه خو ژوره څرګندونه ده.<br data-start="346" data-end="349" />لنډۍ عموماً <strong data-start="361" data-end="377">په دوو مصرعو</strong>(کرښو) کې ویل کېږي:</p><ul data-start="400" data-end="474"><li data-start="400" data-end="435"><p data-start="402" data-end="435">لومړۍ مصرعه یې <strong data-start="417" data-end="428">نهه هجې</strong>لري،</p></li><li data-start="436" data-end="474"><p data-start="438" data-end="474">دویمه مصرعه یې <strong data-start="453" data-end="467">دیارلس هجې</strong>لري.</p></li></ul><p data-start="476" data-end="646">دغه کوچنی خو اغېزمن شعر د پښتنې ښځې او سړي د زړه غږ ګڼل کېږي. ډېری لنډۍ د ښځو له خولو راوتلې دي، ځکه ډېر وخت د هغوی د احساساتو، پټو دردونو او نهوایلو خبرو ترجماني کوي.</p><p data-start="648" data-end="761">لنډۍ د موضوع له مخې بېلابېل ډولونه لري:د مینې، جلاوالي، ویاړ، وطن، جرئت، مورنۍ مینې او حتی طنز او انتقاد لنډۍ.</p><p data-start="763" data-end="895">دا ولسي شعرونه د پښتو ادب بنسټیزه برخه جوړوي، ځکه د لیکل شوو اثارو نه مخکې د خلکو په خولو، جرګو، ودونو او د شپې ناستو کې ویل کېدې.</p><hr data-start="897" data-end="900" /><h4 data-start="902" data-end="923">د بېلګې په توګه:</h4><blockquote data-start="924" data-end="994"><p> </p><p data-start="926" data-end="994"><span style="font-style: normal;"><b>د لیونۍ په زړه به څه وو<br />وروستي دیدن کې يې کاږه راوکاتنه</b></span></p></blockquote><hr data-start="996" data-end="999" /><p data-start="1001" data-end="1182"><strong data-start="1001" data-end="1009">لنډۍ</strong>نه یوازې د شعر یو ډول دی، بلکې د پښتنو د ژوند، کلتور او احساساتو ژوندي انځورونه هم دي. دا د پښتو ادب یوه داسې خزانه ده چې هره لنډۍ یې د یو اوږد داستان لنډ تعبیر ګڼلای شو.</p></div><div class="elementor-element elementor-element-34beae8 elespare-section-title-elespare-right elementor-grid-4 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-post-grid" data-id="34beae8" data-element_type="widget" data-e-type="widget" data-settings="{&quot;columns&quot;:&quot;4&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;}" data-widget_type="post-grid.default"><div class="elespare-widget-title-section title-style-3 elespare-right"><h2 class="elespare-widget-title"><span class="elespare-section-title-before"></span><span class="elespare-section-title">نړۍ</span><span class="elespare-section-title-after"></span></h2></div><div class="elespare-grid-wrap grid-layout has-background  elespare-has-equal-height"><div class="elespare-posts-wrap  elementor-grid grid-style-1  elespare-image-zoom elespare-light "><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3671" aria-label="الجزیره: د جګړې له پېل راهیسې د وژل شویو امریکايي سرتېرو شمېر ۱۶ ته ورسېد"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTgyIiB2aWV3Qm94PSIwIDAgMzAwIDE4MiI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="300" height="182" data-src="https://shaournews.com/wp-content/uploads/2026/07/IMG_4660-300x182.png" class="attachment-medium size-medium wp-post-image" alt="الجزیره: د جګړې له پېل راهیسې د وژل شویو امریکايي سرتېرو شمېر ۱۶ ته ورسېد" data-srcset="https://shaournews.com/wp-content/uploads/2026/07/IMG_4660-300x182.png 300w, https://shaournews.com/wp-content/uploads/2026/07/IMG_4660.png 600w" data-sizes="(max-width: 300px) 100vw, 300px" /></a><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=153" aria-label="View all posts in سيمه category">سيمه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=80" aria-label="View all posts in نړۍ category">نړۍ </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3671"><span>الجزیره:د جګړې له پېل راهیسې د وژل شویو امریکايي سرتېرو شمېر ۱۶ ته ورسېد</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۱۱:۱۳"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۴-۲۸ - ۱۱:۱۳ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3671">بشپړ لیکنه... <span class="screen-reader-text">about الجزیره:د جګړې له پېل راهیسې د وژل شویو امریکايي سرتېرو شمېر ۱۶ ته ورسېد</span></a></div></div></div><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3631" aria-label="په یو شمېر خلیجي هېوادونو کې د خطر زنګونه وهل شوي"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTk5IiB2aWV3Qm94PSIwIDAgMzAwIDE5OSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="300" height="199" data-src="https://shaournews.com/wp-content/uploads/2026/07/IMG_4309-300x199.jpeg" class="attachment-medium size-medium wp-post-image" alt="په یو شمېر خلیجي هېوادونو کې د خطر زنګونه وهل شوي" data-srcset="https://shaournews.com/wp-content/uploads/2026/07/IMG_4309-300x199.jpeg 300w, https://shaournews.com/wp-content/uploads/2026/07/IMG_4309.jpeg 680w" data-sizes="(max-width: 300px) 100vw, 300px" /></a><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=153" aria-label="View all posts in سيمه category">سيمه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=80" aria-label="View all posts in نړۍ category">نړۍ </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3631"><span>په یو شمېر خلیجي هېوادونو کې د خطر زنګونه وهل شوي</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۰۴:۴۹"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۴-۲۱ - ۰۴:۴۹ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3631">بشپړ لیکنه... <span class="screen-reader-text">about په یو شمېر خلیجي هېوادونو کې د خطر زنګونه وهل شوي</span></a></div></div></div><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3597" aria-label="ایران: موږ له امريکا څه نه غواړو يوازي خپل اساسي حقونه ترې اخلو"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTY5IiB2aWV3Qm94PSIwIDAgMzAwIDE2OSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="300" height="169" data-src="https://shaournews.com/wp-content/uploads/2026/05/FB_IMG_1779330818741-300x169.jpg" class="attachment-medium size-medium wp-post-image" alt="ایران: موږ له امريکا څه نه غواړو يوازي خپل اساسي حقونه ترې اخلو" data-srcset="https://shaournews.com/wp-content/uploads/2026/05/FB_IMG_1779330818741-300x169.jpg 300w, https://shaournews.com/wp-content/uploads/2026/05/FB_IMG_1779330818741-768x432.jpg 768w, https://shaournews.com/wp-content/uploads/2026/05/FB_IMG_1779330818741.jpg 864w" data-sizes="(max-width: 300px) 100vw, 300px" /></a><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=153" aria-label="View all posts in سيمه category">سيمه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=80" aria-label="View all posts in نړۍ category">نړۍ </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=143" aria-label="View all posts in نړېوال خبرونه category">نړېوال خبرونه </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3597"><span>ایران:موږ له امريکا څه نه غواړو يوازي خپل اساسي حقونه ترې اخلو</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۰۲:۳۹"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۲-۳۱ - ۰۲:۳۹ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3597">بشپړ لیکنه... <span class="screen-reader-text">about ایران:موږ له امريکا څه نه غواړو يوازي خپل اساسي حقونه ترې اخلو</span></a></div></div></div><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3585" aria-label="روسيه: د تهران او واشنګټن مذاکراتو کې د لاس وهنې اراده نلرو"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTkxIiB2aWV3Qm94PSIwIDAgMzAwIDE5MSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="300" height="191" data-src="https://shaournews.com/wp-content/uploads/2026/05/image-2026-04-25T090153.830-300x191.jpg" class="attachment-medium size-medium wp-post-image" alt="روسيه: د تهران او واشنګټن مذاکراتو کې د لاس وهنې اراده نلرو" data-srcset="https://shaournews.com/wp-content/uploads/2026/05/image-2026-04-25T090153.830-300x191.jpg 300w, https://shaournews.com/wp-content/uploads/2026/05/image-2026-04-25T090153.830-1024x653.jpg 1024w, https://shaournews.com/wp-content/uploads/2026/05/image-2026-04-25T090153.830-768x490.jpg 768w, https://shaournews.com/wp-content/uploads/2026/05/image-2026-04-25T090153.830.jpg 1200w" data-sizes="(max-width: 300px) 100vw, 300px" /></a><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=80" aria-label="View all posts in نړۍ category">نړۍ </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=143" aria-label="View all posts in نړېوال خبرونه category">نړېوال خبرونه </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3585"><span>روسيه:د تهران او واشنګټن مذاکراتو کې د لاس وهنې اراده نلرو</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۱۸:۰۳"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۲-۲۸ - ۱۸:۰۳ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3585">بشپړ لیکنه... <span class="screen-reader-text">about روسيه:د تهران او واشنګټن مذاکراتو کې د لاس وهنې اراده نلرو</span></a></div></div></div><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3573" aria-label="پښتین: د بشري حقونو بنسټونه د پښتنو د ستونزو په اړه چوپ پاتې دي"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMjM3IiB2aWV3Qm94PSIwIDAgMzAwIDIzNyI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="300" height="237" data-src="https://shaournews.com/wp-content/uploads/2026/05/InShot_20260515_070607971-300x237.jpg" class="attachment-medium size-medium wp-post-image" alt="پښتین: د بشري حقونو بنسټونه د پښتنو د ستونزو په اړه چوپ پاتې دي" data-srcset="https://shaournews.com/wp-content/uploads/2026/05/InShot_20260515_070607971-300x237.jpg 300w, https://shaournews.com/wp-content/uploads/2026/05/InShot_20260515_070607971-1024x808.jpg 1024w, https://shaournews.com/wp-content/uploads/2026/05/InShot_20260515_070607971-768x606.jpg 768w, https://shaournews.com/wp-content/uploads/2026/05/InShot_20260515_070607971-1536x1212.jpg 1536w, https://shaournews.com/wp-content/uploads/2026/05/InShot_20260515_070607971.jpg 1920w" data-sizes="(max-width: 300px) 100vw, 300px" /></a><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=80" aria-label="View all posts in نړۍ category">نړۍ </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=143" aria-label="View all posts in نړېوال خبرونه category">نړېوال خبرونه </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3573"><span>پښتین:د بشري حقونو بنسټونه د پښتنو د ستونزو په اړه چوپ پاتې دي</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۰۲:۳۷"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۲-۲۵ - ۰۲:۳۷ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3573">بشپړ لیکنه... <span class="screen-reader-text">about پښتین:د بشري حقونو بنسټونه د پښتنو د ستونزو په اړه چوپ پاتې دي</span></a></div></div></div><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3569" aria-label="باجوړ کې د پاکستاني پوځ پر مېنا کمپ وسله وال برید کې ۱۵ پوځيان وژل شوي"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTY5IiB2aWV3Qm94PSIwIDAgMzAwIDE2OSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="300" height="169" data-src="https://shaournews.com/wp-content/uploads/2026/05/sudan-380x214-1-300x169.jpg" class="attachment-medium size-medium wp-post-image" alt="باجوړ کې د پاکستاني پوځ پر مېنا کمپ وسله وال برید کې ۱۵ پوځيان وژل شوي" data-srcset="https://shaournews.com/wp-content/uploads/2026/05/sudan-380x214-1-300x169.jpg 300w, https://shaournews.com/wp-content/uploads/2026/05/sudan-380x214-1.jpg 380w" data-sizes="(max-width: 300px) 100vw, 300px" /></a><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=80" aria-label="View all posts in نړۍ category">نړۍ </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=143" aria-label="View all posts in نړېوال خبرونه category">نړېوال خبرونه </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3569"><span>باجوړ کې د پاکستاني پوځ پر مېنا کمپ وسله وال برید کې ۱۵ پوځيان وژل شوي</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۰۱:۰۷"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۲-۲۵ - ۰۱:۰۷ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3569">بشپړ لیکنه... <span class="screen-reader-text">about باجوړ کې د پاکستاني پوځ پر مېنا کمپ وسله وال برید کې ۱۵ پوځيان وژل شوي</span></a></div></div></div><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3560" aria-label="پاکستان: نورخان هوايي اډه کې د ایراني الوتکو د ځای پر ځای کېدو راپورونه ناسم دي"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIiB2aWV3Qm94PSIwIDAgMzAwIDMwMCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="300" height="300" data-src="https://shaournews.com/wp-content/uploads/2026/05/nur-khan-airbase-300x300.jpg" class="attachment-medium size-medium wp-post-image" alt="پاکستان: نورخان هوايي اډه کې د ایراني الوتکو د ځای پر ځای کېدو راپورونه ناسم دي" data-srcset="https://shaournews.com/wp-content/uploads/2026/05/nur-khan-airbase-300x300.jpg 300w, https://shaournews.com/wp-content/uploads/2026/05/nur-khan-airbase-1024x1024.jpg 1024w, https://shaournews.com/wp-content/uploads/2026/05/nur-khan-airbase-150x150.jpg 150w, https://shaournews.com/wp-content/uploads/2026/05/nur-khan-airbase-768x768.jpg 768w, https://shaournews.com/wp-content/uploads/2026/05/nur-khan-airbase-600x600.jpg 600w, https://shaournews.com/wp-content/uploads/2026/05/nur-khan-airbase.jpg 1200w" data-sizes="(max-width: 300px) 100vw, 300px" /></a><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=80" aria-label="View all posts in نړۍ category">نړۍ </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=143" aria-label="View all posts in نړېوال خبرونه category">نړېوال خبرونه </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3560"><span>پاکستان:نورخان هوايي اډه کې د ایراني الوتکو د ځای پر ځای کېدو راپورونه ناسم دي</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۱۲:۰۸"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۲-۲۲ - ۱۲:۰۸ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3560">بشپړ لیکنه... <span class="screen-reader-text">about پاکستان:نورخان هوايي اډه کې د ایراني الوتکو د ځای پر ځای کېدو راپورونه ناسم دي</span></a></div></div></div><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3556" aria-label="هاکبي: اسراییلو عرب اماراتو ته د اوسپنیز ګنبد هوايي دفاعي سیستم ورکړ"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMjAwIiB2aWV3Qm94PSIwIDAgMzAwIDIwMCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="300" height="200" data-src="https://shaournews.com/wp-content/uploads/2026/05/25111101003245_Org-300x200.jpg" class="attachment-medium size-medium wp-post-image" alt="هاکبي: اسراییلو عرب اماراتو ته د اوسپنیز ګنبد هوايي دفاعي سیستم ورکړ" data-srcset="https://shaournews.com/wp-content/uploads/2026/05/25111101003245_Org-300x200.jpg 300w, https://shaournews.com/wp-content/uploads/2026/05/25111101003245_Org-768x512.jpg 768w, https://shaournews.com/wp-content/uploads/2026/05/25111101003245_Org.jpg 1000w" data-sizes="(max-width: 300px) 100vw, 300px" /></a><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=80" aria-label="View all posts in نړۍ category">نړۍ </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=143" aria-label="View all posts in نړېوال خبرونه category">نړېوال خبرونه </a></li></ul></div><div class="elespare-content-wrapper"><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3556"><span>هاکبي:اسراییلو عرب اماراتو ته د اوسپنیز ګنبد هوايي دفاعي سیستم ورکړ</span></a></h3><div class="elespare-metadata"><span class="elespare-posts-full-post-author"><a href="https://shaournews.com/?m=۱۴۰۵%20-%20۱۱:۵۵"><i class="demo-icon elespare-icons-clock-regular" aria-hidden="true"></i>۱۴۰۵-۰۲-۲۲ - ۱۱:۵۵ </a></span><span class="comment_count"><i class="demo-icon elespare-icons-comment-empty"></i>0 </span></div><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3556">بشپړ لیکنه... <span class="screen-reader-text">about هاکبي:اسراییلو عرب اماراتو ته د اوسپنیز ګنبد هوايي دفاعي سیستم ورکړ</span></a></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4ca7fea3" data-id="4ca7fea3" data-element_type="column" data-e-type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-f19ffa9 elespare-section-title-elespare-center elementor-widget elementor-widget-post-author" data-id="f19ffa9" data-element_type="widget" data-e-type="widget" data-widget_type="post-author.default"><div class="elespare-widget-auhtor-wrapper"><div class="elespare-widget-title-section title-style-3 elespare-center"><h4 class="elespare-widget-title"><span class="elespare-section-title-before"></span><span class="elespare-section-title">د لیکوال پیژنیال:</span><span class="elespare-section-title-after"></span></h4></div><div class="elespare-author-wrapper author-style-1"><div class="elespare-img-wrap"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="150" height="150" data-src="https://shaournews.com/wp-content/uploads/2025/10/beard-2286446_1920-1-150x150.jpg" class="elementor-animation-disable-animation attachment-thumbnail size-thumbnail wp-image-1165" alt="" data-srcset="https://shaournews.com/wp-content/uploads/2025/10/beard-2286446_1920-1-150x150.jpg 150w, https://shaournews.com/wp-content/uploads/2025/10/beard-2286446_1920-1-350x350.jpg 350w" data-sizes="(max-width: 150px) 100vw, 150px" /></div><div class="elespare-author-info-wrap"><h2 class="elespare-infobox-title"><a target="_blank" href="https://shaournews.com">مومن مبارز</a></h2><div class="elespare-infobox-desc">مومن مبارز...</div><div class="elespare-social-links"><a target="_blank" class="es-facebook" href="https://facebook.com/shaournews"><i class="demo-icon elespare-icons-facebook"></i>Facebook</a><a target="_blank" class="es-twitter" href="https://x.com/shaournews"><i class="demo-icon elespare-icons-twitter"></i>Twitter</a><a target="_blank" class="es-linkedin" href="https://www.linkedin.com/shaournews"><i class="demo-icon elespare-icons-linkedin"></i>LinkedIn</a></div></div></div></div></div><div class="elementor-element elementor-element-65492e58 elespare-section-title-elespare-right elementor-widget elementor-widget-post-banner" data-id="65492e58" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation_speed&quot;:300,&quot;_autoplay&quot;:&quot;yes&quot;,&quot;_loop&quot;:&quot;yes&quot;,&quot;nav_show_on_hover&quot;:&quot;yes&quot;,&quot;trending_count_shapes&quot;:&quot;elespare-post-count-square&quot;,&quot;trending_count_shapes_position&quot;:&quot;elespare-pst-cnt-bl&quot;,&quot;trending_animation_speed&quot;:300,&quot;trending_autoplay&quot;:&quot;yes&quot;,&quot;trending_autoplay_speed&quot;:6000,&quot;trending_loop&quot;:&quot;yes&quot;}" data-widget_type="post-banner.default"><div class="elespare-banner-one-wrap banner-layout  banner-style-3"><div class="elespare-section-grid"><div class="elespare-widget-title-section title-style-3 elespare-right"><h2 class="elespare-widget-title"><span class="elespare-section-title-before"></span><span class="elespare-section-title">ماشومان</span><span class="elespare-section-title-after"></span></h2></div><div class="elespare-posts-grid-wrap elespare-posts-wrap elespare-image-zoom"><div class="elespare-posts-grid-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=1780" aria-label="د ماشومانو پالنه – د راتلونکي بنسټ"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNDAiIGhlaWdodD0iMzAwIiB2aWV3Qm94PSIwIDAgMjQwIDMwMCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="240" height="300" data-src="https://shaournews.com/wp-content/uploads/2025/11/ماشومه-240x300.jpg" class="attachment-medium size-medium wp-post-image" alt="افغان ماشومه" data-srcset="https://shaournews.com/wp-content/uploads/2025/11/ماشومه-240x300.jpg 240w, https://shaournews.com/wp-content/uploads/2025/11/ماشومه.jpg 736w" data-sizes="(max-width: 240px) 100vw, 240px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=123" aria-label="View all posts in ماشومان category">ماشومان </a></li></ul><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=1780"><span>د ماشومانو پالنه – د راتلونکي بنسټ</span></a></h3></div></div></div></div><div class="elespare-section-slider"><div class="elespare-section-carousel-title"><div class="elespare-widget-title-section title-style-3 elespare-right"><h2 class="elespare-widget-title"><span class="elespare-section-title-before"></span><span class="elespare-section-title">تکنالوژي</span><span class="elespare-section-title-after"></span></h2></div><div class="elespare-carousel-wrap elespare-posts-wrap elespare-image-zoom show-on-hover" data-num="1"><div class="elespare-posts-carousel-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=3120" aria-label="اېلان ماسک: پر سپوږمۍ د ځان بسیا ښار جوړولو لپاره لس کلن پلان لرو"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTc4IiB2aWV3Qm94PSIwIDAgMzAwIDE3OCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="300" height="178" data-src="https://shaournews.com/wp-content/uploads/2026/02/moon-base-300x178.png" class="attachment-medium size-medium wp-post-image" alt="اېلان ماسک: پر سپوږمۍ د ځان بسیا ښار جوړولو لپاره لس کلن پلان لرو" data-srcset="https://shaournews.com/wp-content/uploads/2026/02/moon-base-300x178.png 300w, https://shaournews.com/wp-content/uploads/2026/02/moon-base-1024x607.png 1024w, https://shaournews.com/wp-content/uploads/2026/02/moon-base-768x455.png 768w, https://shaournews.com/wp-content/uploads/2026/02/moon-base.png 1241w" data-sizes="(max-width: 300px) 100vw, 300px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=124" aria-label="View all posts in تکنالوژي category">تکنالوژي </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=80" aria-label="View all posts in نړۍ category">نړۍ </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=143" aria-label="View all posts in نړېوال خبرونه category">نړېوال خبرونه </a></li></ul><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=3120"><span>اېلان ماسک:پر سپوږمۍ د ځان بسیا ښار جوړولو لپاره لس کلن پلان لرو</span></a></h3><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=3120">بشپړه لیکنه... <span class="screen-reader-text">about اېلان ماسک:پر سپوږمۍ د ځان بسیا ښار جوړولو لپاره لس کلن پلان لرو</span></a></div></div></div><div class="elespare-posts-carousel-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=1784" aria-label="د تکنالوژي اړتيا"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTY5IiB2aWV3Qm94PSIwIDAgMzAwIDE2OSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="300" height="169" data-src="https://shaournews.com/wp-content/uploads/2025/11/Modern-Technology-300x169.jpg" class="attachment-medium size-medium wp-post-image" alt="د تکنالوژی اړتیا" data-srcset="https://shaournews.com/wp-content/uploads/2025/11/Modern-Technology-300x169.jpg 300w, https://shaournews.com/wp-content/uploads/2025/11/Modern-Technology-1024x576.jpg 1024w, https://shaournews.com/wp-content/uploads/2025/11/Modern-Technology-768x432.jpg 768w, https://shaournews.com/wp-content/uploads/2025/11/Modern-Technology.jpg 1366w" data-sizes="(max-width: 300px) 100vw, 300px" /></a></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links solid"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=124" aria-label="View all posts in تکنالوژي category">تکنالوژي </a></li></ul><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=1784"><span>د تکنالوژي اړتيا</span></a></h3><div class="elespare-exceprt"><a class="read-more-btn" href="https://shaournews.com/?p=1784">بشپړه لیکنه... <span class="screen-reader-text">about د تکنالوژي اړتيا</span></a></div></div></div></div></div></div><button type="button" class="slick-prev elespare-nav-carousel"><i class="elespare-icons-angle-left" aria-hidden="true"></i></button><button type="button" class="slick-next elespare-nav-carousel"><i class="elespare-icons-angle-right" aria-hidden="true"></i></button><div class="elespare-section-trending has-background "><div class="elespare-section-trending-title"><div class="elespare-widget-title-section title-style-3 elespare-right"><h2 class="elespare-widget-title"><span class="elespare-section-title-before"></span><span class="elespare-section-title">میرمنې</span><span class="elespare-section-title-after"></span></h2></div><div class="elespare-trending-wrap elespare-posts-wrap elespare-image-zoom  elespare-light"><div class="elespare-posts-trending-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=2579" aria-label="د قزاقستان د بشري مرستو کڅوړه افغانستان ته راورسېده"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="150" height="150" data-src="https://shaournews.com/wp-content/uploads/2025/11/photo-output-13-150x150.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="د قزاقستان د بشري مرستو کڅوړه افغانستان ته راورسېده" data-srcset="https://shaournews.com/wp-content/uploads/2025/11/photo-output-13-150x150.png 150w, https://shaournews.com/wp-content/uploads/2025/11/photo-output-13-300x300.png 300w, https://shaournews.com/wp-content/uploads/2025/11/photo-output-13-1024x1024.png 1024w, https://shaournews.com/wp-content/uploads/2025/11/photo-output-13-768x768.png 768w, https://shaournews.com/wp-content/uploads/2025/11/photo-output-13-1536x1536.png 1536w, https://shaournews.com/wp-content/uploads/2025/11/photo-output-13-600x600.png 600w, https://shaournews.com/wp-content/uploads/2025/11/photo-output-13.png 2046w" data-sizes="(max-width: 150px) 100vw, 150px" /></a><div class="elespare-post-count elespare-post-count-square elespare-pst-cnt-bl">1</div></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links none"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=41" aria-label="View all posts in خبرونه category">خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=152" aria-label="View all posts in کورني خبرونه category">کورني خبرونه </a></li><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=47" aria-label="View all posts in مېرمنې category">مېرمنې </a></li></ul><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=2579"><span>د قزاقستان د بشري مرستو کڅوړه افغانستان ته راورسېده</span></a></h3></div></div><div class="elespare-posts-trending-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=2448" aria-label="په هرات کې د ښځو لپاره یوې ځانګړې راډیو په فعالیت پېل کړی"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="150" height="150" data-src="https://shaournews.com/wp-content/uploads/2025/11/photo-output-1-150x150.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="په هرات کې د ښځو لپاره یوې ځانګړې راډیو په فعالیت پېل کړی" data-srcset="https://shaournews.com/wp-content/uploads/2025/11/photo-output-1-150x150.png 150w, https://shaournews.com/wp-content/uploads/2025/11/photo-output-1-300x300.png 300w, https://shaournews.com/wp-content/uploads/2025/11/photo-output-1-1024x1024.png 1024w, https://shaournews.com/wp-content/uploads/2025/11/photo-output-1-768x768.png 768w, https://shaournews.com/wp-content/uploads/2025/11/photo-output-1-1536x1536.png 1536w, https://shaournews.com/wp-content/uploads/2025/11/photo-output-1-600x600.png 600w, https://shaournews.com/wp-content/uploads/2025/11/photo-output-1.png 2046w" data-sizes="(max-width: 150px) 100vw, 150px" /></a><div class="elespare-post-count elespare-post-count-square elespare-pst-cnt-bl">2</div></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links none"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=47" aria-label="View all posts in مېرمنې category">مېرمنې </a></li></ul><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=2448"><span>په هرات کې د ښځو لپاره یوې ځانګړې راډیو په فعالیت پېل کړی</span></a></h3></div></div><div class="elespare-posts-trending-post-items"><div class="elespare-img-wrapper"><a href="https://shaournews.com/?p=1789" aria-label="په افغانستان کې د ښځو لاسي صنعت"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="150" height="150" data-src="https://shaournews.com/wp-content/uploads/2025/11/په-افغانستان-کې-د-ښځو-لاسی-صنعت-150x150.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="په افغانستان کې د ښځو لاسی صنعت" data-srcset="https://shaournews.com/wp-content/uploads/2025/11/په-افغانستان-کې-د-ښځو-لاسی-صنعت-150x150.jpg 150w, https://shaournews.com/wp-content/uploads/2025/11/په-افغانستان-کې-د-ښځو-لاسی-صنعت-300x300.jpg 300w" data-sizes="(max-width: 150px) 100vw, 150px" /></a><div class="elespare-post-count elespare-post-count-square elespare-pst-cnt-bl">3</div></div><div class="elespare-content-wrapper"><ul class="elespare-cat-links none"><li class="elespare-meta-category"><a class="elespare-categories" href="https://shaournews.com/?cat=47" aria-label="View all posts in مېرمنې category">مېرمنې </a></li></ul><h3 class="elespare-post-title"><a href="https://shaournews.com/?p=1789"><span>په افغانستان کې د ښځو لاسي صنعت</span></a></h3></div></div></div></div></div></div></div><div class="elementor-element elementor-element-457148df elementor-widget elementor-widget-image" data-id="457148df" data-element_type="widget" data-e-type="widget" data-widget_type="image.default"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NDAiIGhlaWdodD0iNjQzIiB2aWV3Qm94PSIwIDAgNjQwIDY0MyI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="640" height="643" data-src="https://shaournews.com/wp-content/uploads/2025/11/500-x-500-A-1020x1024.jpg" class="attachment-large size-large wp-image-1806" alt="" data-srcset="https://shaournews.com/wp-content/uploads/2025/11/500-x-500-A-1020x1024.jpg 1020w, https://shaournews.com/wp-content/uploads/2025/11/500-x-500-A-300x300.jpg 300w, https://shaournews.com/wp-content/uploads/2025/11/500-x-500-A-150x150.jpg 150w, https://shaournews.com/wp-content/uploads/2025/11/500-x-500-A-768x771.jpg 768w, https://shaournews.com/wp-content/uploads/2025/11/500-x-500-A-1530x1536.jpg 1530w, https://shaournews.com/wp-content/uploads/2025/11/500-x-500-A-2039x2048.jpg 2039w" data-sizes="(max-width: 640px) 100vw, 640px" /></div><div class="elementor-element elementor-element-4f8c8f43 elespare-section-title-elespare-right elespare-grid-elespare-center elementor-widget elementor-widget-post-social-links" data-id="4f8c8f43" data-element_type="widget" data-e-type="widget" data-widget_type="post-social-links.default"><div class="elespare-widget-social-link-wrapper" role="navigation" aria-label="Social media links"><div class="elespare-widget-title-section title-style-2 elespare-right"><h2 class="elespare-widget-title"><span class="elespare-section-title-before"></span><span class="elespare-section-title">اجتماعي لینکونه:</span><span class="elespare-section-title-after"></span></h2></div><div class="elespare-social-link-wrapper social-style-2 elespare-center elespare-medium"><div class="elespare-social-links"><a target="_blank" rel="noopener" href="https://facebook.com/shaournews" class="elementor-repeater-item-1617ecd es-facebook"><i class="demo-icon elespare-icons-facebook" aria-hidden="true"></i><span class="elespare-social-item-name">facebook</span><span class="screen-reader-text">opens in a new window</span></a><a target="_blank" rel="noopener" href="https://twitter.com/shaournews" class="elementor-repeater-item-4f907a2 es-twitter"><i class="demo-icon elespare-icons-twitter" aria-hidden="true"></i><span class="elespare-social-item-name">twitter</span><span class="screen-reader-text">opens in a new window</span></a><a target="_blank" rel="noopener" href="https://linkedin.com/shaournews" class="elementor-repeater-item-467f423 es-linkedin"><i class="demo-icon elespare-icons-linkedin" aria-hidden="true"></i><span class="elespare-social-item-name">linkedin</span><span class="screen-reader-text">opens in a new window</span></a><a target="_blank" rel="noopener" href="https://instagram.com/shaournews" class="elementor-repeater-item-35f6e47 es-instagram"><i class="demo-icon elespare-icons-instagram" aria-hidden="true"></i><span class="elespare-social-item-name">instagram</span><span class="screen-reader-text">opens in a new window</span></a><a target="_blank" rel="noopener" href="https://youtube.com/shaournews" class="elementor-repeater-item-30621c1 es-youtube"><i class="demo-icon elespare-icons-youtube" aria-hidden="true"></i><span class="elespare-social-item-name">youtube</span><span class="screen-reader-text">opens in a new window</span></a></div></div></div></div><div class="elementor-element elementor-element-45873ce2 elementor-widget elementor-widget-image" data-id="45873ce2" data-element_type="widget" data-e-type="widget" data-widget_type="image.default"><a href="https://salimitech.com/" target="_blank"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NDAiIGhlaWdodD0iNjQzIiB2aWV3Qm94PSIwIDAgNjQwIDY0MyI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" loading="lazy" decoding="async" width="640" height="643" data-src="https://shaournews.com/wp-content/uploads/2025/11/500-x-500-A-1020x1024.jpg" class="attachment-large size-large wp-image-1806" alt="" data-srcset="https://shaournews.com/wp-content/uploads/2025/11/500-x-500-A-1020x1024.jpg 1020w, https://shaournews.com/wp-content/uploads/2025/11/500-x-500-A-300x300.jpg 300w, https://shaournews.com/wp-content/uploads/2025/11/500-x-500-A-150x150.jpg 150w, https://shaournews.com/wp-content/uploads/2025/11/500-x-500-A-768x771.jpg 768w, https://shaournews.com/wp-content/uploads/2025/11/500-x-500-A-1530x1536.jpg 1530w, https://shaournews.com/wp-content/uploads/2025/11/500-x-500-A-2039x2048.jpg 2039w" data-sizes="(max-width: 640px) 100vw, 640px" /></a></div></div></div></div></section><div class="elementor-element elementor-element-6270350 e-flex e-con-boxed e-con e-parent" data-id="6270350" data-element_type="container" data-e-type="container"><div class="e-con-inner"><div class="elementor-element elementor-element-7a418e7 elementor-widget elementor-widget-category-collection" data-id="7a418e7" data-element_type="widget" data-e-type="widget" data-widget_type="category-collection.default"><div class="elementor-widget-container"><div id="wpmagazine-modules-lite-category-collection-block-7a418e7" class="wpmagazine-modules-lite-category-collection-block block-7a418e7 cvmm-block cvmm-block-category-collection--layout-one"><h2 class="cvmm-block-title layout--one"><span>ټولي څانګې:</span></h2><div class="cvmm-cats-wrapper cvmm-post--imagemargin column--three"><div id="cat-41" class="cvmm-category"><div class="cvmm-cat-thumb"><a href="https://shaournews.com/?cat=41" target="_self"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAwIiBoZWlnaHQ9IjgwMCIgdmlld0JveD0iMCAwIDEyMDAgODAwIj48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" data-src="https://shaournews.com/wp-content/plugins/wp-magazine-modules-lite/includes/assets/images/default-image.png" alt="مجاهد: د ا.ا د استازي له حضور پرته د افغانستان په اړه د ملګرو ملتونو غونډې بې پایلې دي" width="1200" height="800" /></a></div><div class="cvmm-cat-content-all-wrapper"><h2 class="cvmm-cat-title cvmm-cat-41"><a href="https://shaournews.com/?cat=41" target="_self">خبرونه </a></h2><span class="cvmm-cat-count cvmm-cat-41">255 </span></div></div><div id="cat-42" class="cvmm-category"><div class="cvmm-cat-thumb"><a href="https://shaournews.com/?cat=42" target="_self"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDQ4IiBoZWlnaHQ9IjEzNjciIHZpZXdCb3g9IjAgMCAyMDQ4IDEzNjciPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHN0eWxlPSJmaWxsOiNjZmQ0ZGI7ZmlsbC1vcGFjaXR5OiAwLjE7Ii8+PC9zdmc+" decoding="async" data-src="https://shaournews.com/wp-content/uploads/2026/04/merlin_193615869_d80a6d2b-e0b9-4d8c-9195-99e105508213-superJumbo.jpg" alt="امريکا غواړي په قطر کې ددوی په تمه ناست افغان پناه غوښتونکي کانګو ته ولېږدوي" width="2048" height="1367" /></a></div><div class="cvmm-cat-content-all-wrapper"><h2 class="cvmm-cat-title cvmm-cat-42"><a href="https://shaournews.com/?cat=42" target="_self">راپورونه </a></h2><span class="cvmm-cat-count cvmm-cat-42">44 </span></div></div><div id="cat-47" class="cvmm-category"><div class="cvmm-cat-thumb"><a href="https://shaournews.com/?cat=47" target="_self"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDQ2IiBoZWlnaHQ9IjIwNDYiIHZpZXdCb3g9IjAgMCAyMDQ2IDIwNDYiPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHN0eWxlPSJmaWxsOiNjZmQ0ZGI7ZmlsbC1vcGFjaXR5OiAwLjE7Ii8+PC9zdmc+" decoding="async" data-src="https://shaournews.com/wp-content/uploads/2025/11/photo-output-13.png" alt="د قزاقستان د بشري مرستو کڅوړه افغانستان ته راورسېده" width="2046" height="2046" /></a></div><div class="cvmm-cat-content-all-wrapper"><h2 class="cvmm-cat-title cvmm-cat-47"><a href="https://shaournews.com/?cat=47" target="_self">مېرمنې </a></h2><span class="cvmm-cat-count cvmm-cat-47">3 </span></div></div><div id="cat-67" class="cvmm-category"><div class="cvmm-cat-thumb"><a href="https://shaournews.com/?cat=67" target="_self"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDgwIiBoZWlnaHQ9IjcyMCIgdmlld0JveD0iMCAwIDEwODAgNzIwIj48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" data-src="https://shaournews.com/wp-content/uploads/2026/07/img-20241006-wa0155.jpg" alt="پکتیکا کې د کرنیزو محصولاتو د زېرمه کولو لپاره د لویې سړې خونې جوړولو چارې روانې دي" width="1080" height="720" /></a></div><div class="cvmm-cat-content-all-wrapper"><h2 class="cvmm-cat-title cvmm-cat-67"><a href="https://shaournews.com/?cat=67" target="_self">زراعتي خبرونه </a></h2><span class="cvmm-cat-count cvmm-cat-67">2 </span></div></div><div id="cat-68" class="cvmm-category"><div class="cvmm-cat-thumb"><a href="https://shaournews.com/?cat=68" target="_self"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDgwIiBoZWlnaHQ9IjcyMCIgdmlld0JveD0iMCAwIDEwODAgNzIwIj48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" data-src="https://shaournews.com/wp-content/uploads/2026/07/img-20241006-wa0155.jpg" alt="پکتیکا کې د کرنیزو محصولاتو د زېرمه کولو لپاره د لویې سړې خونې جوړولو چارې روانې دي" width="1080" height="720" /></a></div><div class="cvmm-cat-content-all-wrapper"><h2 class="cvmm-cat-title cvmm-cat-68"><a href="https://shaournews.com/?cat=68" target="_self">ګټور خبرونه </a></h2><span class="cvmm-cat-count cvmm-cat-68">42 </span></div></div><div id="cat-74" class="cvmm-category"><div class="cvmm-cat-thumb"><a href="https://shaournews.com/?cat=74" target="_self"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MDAiIGhlaWdodD0iMzk0IiB2aWV3Qm94PSIwIDAgNzAwIDM5NCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" decoding="async" data-src="https://shaournews.com/wp-content/uploads/2026/05/4c31c044-f924-4105-9003-fb38eeb49536-1.jpg" alt="ملګري ملتونه: تر دا مهاله نږدې ۶ میلیونه کډوال افغانستان ته ستانه شوي" width="700" height="394" /></a></div><div class="cvmm-cat-content-all-wrapper"><h2 class="cvmm-cat-title cvmm-cat-74"><a href="https://shaournews.com/?cat=74" target="_self">افغان کډوال </a></h2><span class="cvmm-cat-count cvmm-cat-74">5 </span></div></div><div id="cat-80" class="cvmm-category"><div class="cvmm-cat-thumb"><a href="https://shaournews.com/?cat=80" target="_self"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzYzIiB2aWV3Qm94PSIwIDAgNjAwIDM2MyI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" decoding="async" data-src="https://shaournews.com/wp-content/uploads/2026/07/IMG_4660.png" alt="الجزیره: د جګړې له پېل راهیسې د وژل شویو امریکايي سرتېرو شمېر ۱۶ ته ورسېد" width="600" height="363" /></a></div><div class="cvmm-cat-content-all-wrapper"><h2 class="cvmm-cat-title cvmm-cat-80"><a href="https://shaournews.com/?cat=80" target="_self">نړۍ </a></h2><span class="cvmm-cat-count cvmm-cat-80">68 </span></div></div><div id="cat-81" class="cvmm-category"><div class="cvmm-cat-thumb"><a href="https://shaournews.com/?cat=81" target="_self"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDQ4IiBoZWlnaHQ9IjEyODQiIHZpZXdCb3g9IjAgMCAyMDQ4IDEyODQiPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHN0eWxlPSJmaWxsOiNjZmQ0ZGI7ZmlsbC1vcGFjaXR5OiAwLjE7Ii8+PC9zdmc+" decoding="async" data-src="https://shaournews.com/wp-content/uploads/2026/02/FB_IMG_1770173677445.jpg" alt="افغانستان او هند نن د نولس کلنو نړیوال جام د پایلوبې ټکټ لپاره مخامخ کېږي" width="2048" height="1284" /></a></div><div class="cvmm-cat-content-all-wrapper"><h2 class="cvmm-cat-title cvmm-cat-81"><a href="https://shaournews.com/?cat=81" target="_self">لوبې </a></h2><span class="cvmm-cat-count cvmm-cat-81">3 </span></div></div><div id="cat-107" class="cvmm-category"><div class="cvmm-cat-thumb"><a href="https://shaournews.com/?cat=107" target="_self"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNTYwIiBoZWlnaHQ9IjE2MDAiIHZpZXdCb3g9IjAgMCAyNTYwIDE2MDAiPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHN0eWxlPSJmaWxsOiNjZmQ0ZGI7ZmlsbC1vcGFjaXR5OiAwLjE7Ii8+PC9zdmc+" decoding="async" data-src="https://shaournews.com/wp-content/uploads/2025/10/Pashto-Landay-E-scaled.jpg" alt="لنډۍ" width="2560" height="1600" /></a></div><div class="cvmm-cat-content-all-wrapper"><h2 class="cvmm-cat-title cvmm-cat-107"><a href="https://shaournews.com/?cat=107" target="_self">لنډۍ </a></h2><span class="cvmm-cat-count cvmm-cat-107">1 </span></div></div><div id="cat-108" class="cvmm-category"><div class="cvmm-cat-thumb"><a href="https://shaournews.com/?cat=108" target="_self"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMzQiIGhlaWdodD0iMzIwIiB2aWV3Qm94PSIwIDAgMjM0IDMyMCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" decoding="async" data-src="https://shaournews.com/wp-content/uploads/2025/11/Khoshal-Khan.jpg" alt="خوشحال خان بابا" width="234" height="320" /></a></div><div class="cvmm-cat-content-all-wrapper"><h2 class="cvmm-cat-title cvmm-cat-108"><a href="https://shaournews.com/?cat=108" target="_self">شعرونه </a></h2><span class="cvmm-cat-count cvmm-cat-108">2 </span></div></div><div id="cat-123" class="cvmm-category"><div class="cvmm-cat-thumb"><a href="https://shaournews.com/?cat=123" target="_self"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MzYiIGhlaWdodD0iOTIwIiB2aWV3Qm94PSIwIDAgNzM2IDkyMCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" decoding="async" data-src="https://shaournews.com/wp-content/uploads/2025/11/ماشومه.jpg" alt="د ماشومانو پالنه – د راتلونکي بنسټ" width="736" height="920" /></a></div><div class="cvmm-cat-content-all-wrapper"><h2 class="cvmm-cat-title cvmm-cat-123"><a href="https://shaournews.com/?cat=123" target="_self">ماشومان </a></h2><span class="cvmm-cat-count cvmm-cat-123">1 </span></div></div><div id="cat-124" class="cvmm-category"><div class="cvmm-cat-thumb"><a href="https://shaournews.com/?cat=124" target="_self"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjQxIiBoZWlnaHQ9IjczNiIgdmlld0JveD0iMCAwIDEyNDEgNzM2Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" data-src="https://shaournews.com/wp-content/uploads/2026/02/moon-base.png" alt="اېلان ماسک: پر سپوږمۍ د ځان بسیا ښار جوړولو لپاره لس کلن پلان لرو" width="1241" height="736" /></a></div><div class="cvmm-cat-content-all-wrapper"><h2 class="cvmm-cat-title cvmm-cat-124"><a href="https://shaournews.com/?cat=124" target="_self">تکنالوژي </a></h2><span class="cvmm-cat-count cvmm-cat-124">2 </span></div></div><div id="cat-152" class="cvmm-category"><div class="cvmm-cat-thumb"><a href="https://shaournews.com/?cat=152" target="_self"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAwIiBoZWlnaHQ9IjU2MyIgdmlld0JveD0iMCAwIDEwMDAgNTYzIj48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" data-src="https://shaournews.com/wp-content/uploads/2026/05/FB_IMG_1779468490862.jpg" alt="د اسلامي امارت ځواکونو کندز کې د سېلابونو له سیمو لسګونه کسان وژغورل" width="1000" height="563" /></a></div><div class="cvmm-cat-content-all-wrapper"><h2 class="cvmm-cat-title cvmm-cat-152"><a href="https://shaournews.com/?cat=152" target="_self">کورني خبرونه </a></h2><span class="cvmm-cat-count cvmm-cat-152">49 </span></div></div><div id="cat-153" class="cvmm-category"><div class="cvmm-cat-thumb"><a href="https://shaournews.com/?cat=153" target="_self"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzYzIiB2aWV3Qm94PSIwIDAgNjAwIDM2MyI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" decoding="async" data-src="https://shaournews.com/wp-content/uploads/2026/07/IMG_4660.png" alt="الجزیره: د جګړې له پېل راهیسې د وژل شویو امریکايي سرتېرو شمېر ۱۶ ته ورسېد" width="600" height="363" /></a></div><div class="cvmm-cat-content-all-wrapper"><h2 class="cvmm-cat-title cvmm-cat-153"><a href="https://shaournews.com/?cat=153" target="_self">سيمه </a></h2><span class="cvmm-cat-count cvmm-cat-153">22 </span></div></div><div id="cat-224" class="cvmm-category"><div class="cvmm-cat-thumb"><a href="https://shaournews.com/?cat=224" target="_self"><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAwIiBoZWlnaHQ9IjgwMCIgdmlld0JveD0iMCAwIDEyMDAgODAwIj48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" data-src="https://shaournews.com/wp-content/uploads/2026/05/HIHf2vgWEAAxPST.jpg" alt="د ایران او افغانستان ترمنځ د سرحدي ستونزو د حل لپاره ګډې هڅې روانې شوي دي" width="1200" height="800" /></a></div><div class="cvmm-cat-content-all-wrapper"><h2 class="cvmm-cat-title cvmm-cat-224"><a href="https://shaournews.com/?cat=224" target="_self">سوداگري </a></h2><span class="cvmm-cat-count cvmm-cat-224">23 </span></div></div></div></div></div></div></div></div></div><footer itemtype="https://schema.org/WPFooter" itemscope="itemscope" id="colophon" role="contentinfo"><div class='footer-width-fixer'><style>.elementor-2114 .elementor-element.elementor-element-6e2ad637:not(.elementor-motion-effects-element-type-background),.elementor-2114 .elementor-element.elementor-element-6e2ad637>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:var(--e-global-color-primary)}.elementor-2114 .elementor-element.elementor-element-6e2ad637>.elementor-container{max-width:1600px}.elementor-2114 .elementor-element.elementor-element-6e2ad637{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;padding:20px 0 10px 0}.elementor-2114 .elementor-element.elementor-element-6e2ad637>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-2114 .elementor-element.elementor-element-53d8fac8>.elementor-element-populated{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s}.elementor-2114 .elementor-element.elementor-element-53d8fac8>.elementor-element-populated>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-2114 .elementor-element.elementor-element-531698a2{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s}.elementor-2114 .elementor-element.elementor-element-531698a2>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-2114 .elementor-element.elementor-element-768eac27>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:0px}.elementor-2114 .elementor-element.elementor-element-768eac27>.elementor-element-populated{margin:20px 0 20px 0;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-2114 .elementor-element.elementor-element-4b2c7dba{margin:-15px 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section .elespare-widget-title .elespare-section-title{color:#FFF;font-family:"Vazirmatn",Sans-serif;font-size:20px;font-weight:700;text-transform:capitalize}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-after{background-color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-2 .elespare-widget-title span.elespare-section-title:after{background-color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-3 .elespare-widget-title .elespare-section-title{border-bottom-color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-before{background-color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-after{background-color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after{background-color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-before{background-color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-7 .elespare-widget-title .elespare-section-title-after{color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-7 .elespare-widget-title .elespare-section-title-before{color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-8 .elespare-widget-title .elespare-section-title{background-color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-8 .elespare-widget-title .elespare-section-title:before{border-top-color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-9 .elespare-widget-title .elespare-section-title{background-color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-9 .elespare-widget-title{border-bottom-color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-10 .elespare-widget-title .elespare-section-title:before{background-color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-before{background-color:#FFF0}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-3 .elespare-widget-title .elespare-section-title-after{background-color:#FFF0}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-after{background-color:#FFF0}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-before{background-color:#FFF0}.elementor-widget-text-editor{font-weight:var(--e-global-typography-text-font-weight)}.elementor-2114 .elementor-element.elementor-element-5643882{padding:0 10px 0 10px;text-align:justify;font-family:"Vazirmatn",Sans-serif;font-size:16px;font-weight:400;text-transform:none;color:#FFF}.elementor-2114 .elementor-element.elementor-element-3a51e51>.elementor-widget-container{background-color:#fff0;background-image:linear-gradient(217deg,var(--e-global-color-ec9d079) 15%,var(--e-global-color-primary) 100%);box-shadow:8px 6px 10px 0 rgb(0 0 0 / .5)}.elementor-2114 .elementor-element.elementor-element-024f637{background-color:#fff0;background-image:radial-gradient(at bottom right,var(--e-global-color-ec9d079) 8%,var(--e-global-color-primary) 100%)}.elementor-2114 .elementor-element.elementor-element-76a380d9>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:0px}.elementor-2114 .elementor-element.elementor-element-76a380d9>.elementor-element-populated{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;margin:20px 0 20px 0;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-2114 .elementor-element.elementor-element-76a380d9>.elementor-element-populated>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-2114 .elementor-element.elementor-element-126644f.elementor-element{--align-self:center}.elementor-2114 .elementor-element.elementor-element-5b20b5b6>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:0px}.elementor-2114 .elementor-element.elementor-element-5b20b5b6>.elementor-element-populated{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s}.elementor-2114 .elementor-element.elementor-element-5b20b5b6>.elementor-element-populated>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-2114 .elementor-element.elementor-element-86a462d>.elementor-widget-container{background-color:#fff0;background-image:linear-gradient(180deg,var(--e-global-color-ec9d079) 18%,var(--e-global-color-primary) 100%)}.elementor-2114 .elementor-element.elementor-element-acf1839>.elementor-widget-container{background-color:#fff0;background-image:linear-gradient(130deg,var(--e-global-color-primary) 15%,var(--e-global-color-ec9d079) 100%)}.elementor-2114 .elementor-element.elementor-element-2de8a7e2{margin-top:0;margin-bottom:0;padding:0 0 0 0}.elementor-bc-flex-widget .elementor-2114 .elementor-element.elementor-element-7d3a30b5.elementor-column .elementor-widget-wrap{align-items:center}.elementor-2114 .elementor-element.elementor-element-7d3a30b5.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-2114 .elementor-element.elementor-element-7d3a30b5>.elementor-element-populated{padding:0 0 0 0}.elementor-2114 .elementor-element.elementor-element-13579bd9{margin:0 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0;padding:0 10px 0 10px;font-size:16px;font-weight:700}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-toggle{font-size:34px}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-toggle{font-size:34px}.elementor-2114 .elementor-element.elementor-element-13579bd9 div.elespare-menu ul>li>a{padding:0 20px 0 0}.elementor-2114 .elementor-element.elementor-element-13579bd9 ul.elespare-menu>li>a{padding:0 20px 0 0;color:#FFF;font-size:16px;font-weight:500;text-transform:none}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-overline div.elespare-menu>ul>li:hover>a:before{width:calc(100% - 20px - 0px)}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-overline ul.elespare-menu>li:hover>a:before{width:calc(100% - 20px - 0px)}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-underline div.elespare-menu>ul>li:hover>a:before{width:calc(100% - 20px - 0px)}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-underline ul.elespare-menu>li:hover>a:before{width:calc(100% - 20px - 0px)}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-overline div.elespare-menu>ul>licurrent-menu-item>a:before{width:calc(100% - 20px - 0px)}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-overline ul.elespare-menu>licurrent-menu-item>a:before{width:calc(100% - 20px - 0px)}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-underline div.elespare-menu>ul>licurrent-menu-item>a:before{width:calc(100% - 20px - 0px)}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-underline ul.elespare-menu>licurrent-menu-item>a:before{width:calc(100% - 20px - 0px)}.elementor-2114 .elementor-element.elementor-element-13579bd9 div.elespare-menu>ul>li>a{color:#FFF}.elementor-2114 .elementor-element.elementor-element-13579bd9 div.elespare-menu>ul>li:hover>a{color:#FFF}.elementor-2114 .elementor-element.elementor-element-13579bd9 ul.elespare-menu>li:hover>a{color:#FFF}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-underline div.elespare-menu>ul>li:hover>a:before{background-color:#FFF}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-underline ul.elespare-menu>li:hover>a:before{background-color:#FFF}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-overline div.elespare-menu ul li a:before{background-color:#FFF}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-overline ul.elespare-menu li a:before{background-color:#FFF}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-menu li.current-menu-item a{color:#FFF}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-underline div.elespare-menu>ul>li.current-menu-item>a:before{background-color:#FFF}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-underline ul.elespare-menu>li.current-menu-item>a:before{background-color:#FFF}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-overline .elespare-menu li a.current-menu-item>a:before{background-color:#FFF}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-menu .sub-menu-default li a{padding:13px 20px 14px 20px}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-nav-default .sub-menu li a{padding:13px 20px 14px 20px;border-width:0 0 1px 0}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-nav-default .menu-item-has-children .sub-menu a{color:#000}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-menu .menu-item-has-children .sub-menu-default a{color:#000}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-menu .page_item_has_children .children a{color:#000}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-nav-default li .sub-menu>li:hover>a{color:#aa3166}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-nav-default li .children>li:hover>a{color:#aa3166}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-nav-default .sub-menu li.current-menu-item a{color:#aa3166}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-nav-default .children li.current-menu-item a{color:#aa3166}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-menu li .sub-menu-default>li:hover>a{color:#aa3166}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-menu .sub-menu-default li.current-menu-item a{color:#aa3166}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-nav-default .sub-menu{border-color:#efefef}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-menu .sub-menu-default{border-color:#efefef}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-menu .children li a{border-color:#efefef}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-menu .sub-menu li a{border-color:#efefef}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-nav-default .children li a{border-width:0 0 1px 0}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-menu-toggle{color:#FFFDFD}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-menu-toggle:hover{color:#000}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-menu-sidebar .elespare-dropdown-menu li:hover>a{color:#d1346f}.elementor-bc-flex-widget .elementor-2114 .elementor-element.elementor-element-28f2957f.elementor-column .elementor-widget-wrap{align-items:center}.elementor-2114 .elementor-element.elementor-element-28f2957f.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-2114 .elementor-element.elementor-element-85f198{--grid-template-columns:repeat(0, auto);text-align:right;--icon-size:18px;--grid-column-gap:5px;--grid-row-gap:0px}.elementor-2114 .elementor-element.elementor-element-85f198 .elementor-social-icon{background-color:var(--e-global-color-primary);--icon-padding:0.8em}.elementor-2114 .elementor-element.elementor-element-85f198 .elementor-social-icon i{color:#FFF}.elementor-2114 .elementor-element.elementor-element-85f198 .elementor-social-icon svg{fill:#FFF}.elementor-2114 .elementor-element.elementor-element-85f198 .elementor-social-icon:hover{background-color:var(--e-global-color-secondary)}.elementor-2114 .elementor-element.elementor-element-85f198 .elementor-social-icon:hover i{color:#FFF}.elementor-2114 .elementor-element.elementor-element-85f198 .elementor-social-icon:hover svg{fill:#FFF}.elementor-2114 .elementor-element.elementor-element-5621c722:not(.elementor-motion-effects-element-type-background),.elementor-2114 .elementor-element.elementor-element-5621c722>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#000}.elementor-2114 .elementor-element.elementor-element-5621c722{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;padding:5px 5px 5px 5px}.elementor-2114 .elementor-element.elementor-element-5621c722>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-2114 .elementor-element.elementor-element-43bba7fb>.elementor-element-populated{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;padding:0 0 0 0}.elementor-2114 .elementor-element.elementor-element-43bba7fb>.elementor-element-populated>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-2114 .elementor-element.elementor-element-acf0e27 .elespare-copyright-wrapper{text-align:center}.elementor-2114 .elementor-element.elementor-element-acf0e27{font-family:"Vazirmatn",Sans-serif;font-size:12px}.elementor-2114 .elementor-element.elementor-element-acf0e27 .elespare-copyright-wrapper span.elespare-copyright-text .elespare-copyright-link-color{color:#FFF}@media(min-width:768px){.elementor-2114 .elementor-element.elementor-element-53d8fac8{width:100%}}@media(max-width:1024px) and (min-width:768px){.elementor-2114 .elementor-element.elementor-element-768eac27{width:50%}.elementor-2114 .elementor-element.elementor-element-76a380d9{width:50%}}</style><div data-elementor-type="wp-post" data-elementor-id="2114" class="elementor elementor-2114"><section class="elementor-section elementor-top-section elementor-element elementor-element-6e2ad637 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6e2ad637" data-element_type="section" data-e-type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-53d8fac8" data-id="53d8fac8" data-element_type="column" data-e-type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-531698a2 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="531698a2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-768eac27" data-id="768eac27" data-element_type="column" data-e-type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-4b2c7dba elespare-section-title-elespare-right elementor-widget elementor-widget-title-section" data-id="4b2c7dba" data-element_type="widget" data-e-type="widget" data-widget_type="title-section.default"><div class="elespare-widget-title-section title-style-3 elespare-right"><h2 class="elespare-widget-title"><span class="elespare-section-title-before"></span><span class="elespare-section-title">زمونږ تګلاره:</span><span class="elespare-section-title-after"></span></h2></div></div><div class="elementor-element elementor-element-5643882 elementor-widget elementor-widget-text-editor" data-id="5643882" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default"><div dir="auto">د شعور خبري اژانس د ورځنیو خبرونو تر څنګ د لیکوالانو لیکنې هم خپروي. </div><div dir="auto">یوازې هغه لیکنې منل کېږي چې مخکې بل ځای نه وي خپرې شوې.</div><div dir="auto">لیکنې باید کره او باوري وي. همدا راز د اسلامي او ملي ارزښتونو، ملي یووالي او د هېواد د قوانینو سره په ټکر کې نه وي.</div></div><div class="elementor-element elementor-element-3a51e51 elementor-widget elementor-widget-wp-widget-calendar" data-id="3a51e51" data-element_type="widget" data-e-type="widget" data-widget_type="wp-widget-calendar.default"><div class="elementor-widget-container"><h5>کلېزه:</h5><div id="calendar_wrap" class="calendar_wrap"><table id="wp-calendar" class="wp-calendar-table"><caption>سپتمبر 2026</caption><thead><tr><th scope="col" aria-label="شنبه">S</th><th scope="col" aria-label="یکشنبه">S</th><th scope="col" aria-label="دوشنبه">M</th><th scope="col" aria-label="سه شنبه">T</th><th scope="col" aria-label="چهارشنبه">W</th><th scope="col" aria-label="پنجشنبه">T</th><th scope="col" aria-label="جمعه">F</th></tr></thead><tbody><tr><td colspan="3" class="pad">&nbsp;</td><td>1</td><td><a href="https://shaournews.com/?m=20260902" aria-label="Posts published on September 2, 2026">2</a></td><td>3</td><td>4</td></tr><tr><td>5</td><td>6</td><td>7</td><td><a href="https://shaournews.com/?m=20260908" aria-label="Posts published on September 8, 2026">8</a></td><td>9</td><td>10</td><td>11</td></tr><tr><td>12</td><td>13</td><td id="today">14</td><td>15</td><td>16</td><td>17</td><td>18</td></tr><tr><td>19</td><td>20</td><td>21</td><td>22</td><td>23</td><td>24</td><td>25</td></tr><tr><td>26</td><td>27</td><td>28</td><td>29</td><td>30</td><td class="pad" colspan="2">&nbsp;</td></tr></tbody></table><nav aria-label="Previous and next months" class="wp-calendar-nav"><span class="wp-calendar-nav-prev"><a href="https://shaournews.com/?m=202608">&laquo;Aug</a></span><span class="pad">&nbsp;</span><span class="wp-calendar-nav-next">&nbsp;</span></nav></div></div></div><div class="elementor-element elementor-element-024f637 elementor-widget elementor-widget-shortcode" data-id="024f637" data-element_type="widget" data-e-type="widget" data-widget_type="shortcode.default"><div class="elementor-shortcode">د سایټ لیدونکي:</div></div><div class="elementor-element elementor-element-720e4fd elementor-widget elementor-widget-html" data-id="720e4fd" data-element_type="widget" data-e-type="widget" data-widget_type="html.default"><center><a href="https://salimitech.com" target="_blank" rel="noopener" title="Salimi Tech"><img data-lazyloaded="1" src="data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=" data-src="https://www.hitwebcounter.com/counter/counter.php?page=21514553&amp;style=0006&amp;nbdigits=5&amp;type=page" alt="Age in weeks Counter" decoding="async" style="border:0;max-width:100%;height:auto;" /></a><br /><a href="https://www.salimitech.com/" target="_blank" rel="noopener" style="font-family:Geneva, Arial, Helvetica, sans-serif;font-size:8px;color:#686A6F;text-decoration:none;font-weight:strong;">Visits</a></center></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-76a380d9" data-id="76a380d9" data-element_type="column" data-e-type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-126644f elementor-widget elementor-widget-wp-widget-weblizar_facebook_likebox" data-id="126644f" data-element_type="widget" data-e-type="widget" data-widget_type="wp-widget-weblizar_facebook_likebox.default"><div class="elementor-widget-container"><h5>زمونږ پاڼه وڅارئ:</h5><style>@media (max-width:767px){.fb_iframe_widget{width:100%}.fb_iframe_widget span{width:100%!important}.fb_iframe_widget iframe{width:100%!important}._8r{margin-right:5px;margin-top:-4px!important}}</style><div style="display:block;width:100%;float:left;overflow:hidden;margin-bottom:20px"><div id="fb-root"></div><script type="litespeed/javascript">(function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(d.getElementById(id))return;js=d.createElement(s);js.id=id;js.src="//connect.facebook.net/ps_AF/sdk.js#xfbml=1&version=v2.7";fjs.parentNode.insertBefore(js,fjs)}(document,'script','facebook-jssdk'))</script><div class="fb-like-box" style="background-color: auto;" data-small-header="true" data-height="560" data-href="https://www.facebook.com/ShaourNews/" data-show-border="true" data-show-faces="true" data-stream="true" data-width="400" data-force-wall="false"></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-5b20b5b6" data-id="5b20b5b6" data-element_type="column" data-e-type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-86a462d elementor-widget elementor-widget-wp-widget-sp_location_weather_widget_content" data-id="86a462d" data-element_type="widget" data-e-type="widget" data-widget_type="wp-widget-sp_location_weather_widget_content.default"><div class="elementor-widget-container"><h5>د کابل هوا حالت:</h5><div class="sp-location-weather-widget"><div id="location-weather-widget-6aa709978ee66" class="sp-hide"><div class="sp-location-weather-image"><img class="weather-image" src="" alt="Weather Icon"/></div><span class="weather-type"></span><span class="weather-temp"></span><span class="weather-date"></span><span class="weather-region"></span></div></div><script type="litespeed/javascript">jQuery(document).ready(function(){loadWeatherWidget6aa709978ee66('Kabul','Af')});function loadWeatherWidget6aa709978ee66(location,woeid){if(woeid!=''){var country=','+woeid}else{var country=''}jQuery('#location-weather-widget-6aa709978ee66 .weather-temp').locationWeather({key:'d832ef77fcc197aa9bb45e4b45cb8944',city:location+''+country,units:'c',iconTarget:'#location-weather-widget-6aa709978ee66 .weather-image',descriptionTarget:'#location-weather-widget-6aa709978ee66 .weather-type',placeTarget:'#location-weather-widget-6aa709978ee66 .weather-region',weatherDate:'#location-weather-widget-6aa709978ee66 .weather-date',success:function(data){jQuery('#location-weather-widget-6aa709978ee66').show()},error:function(data){jQuery('#location-weather-widget-6aa709978ee66').remove()}})}</script></div></div><div class="elementor-element elementor-element-acf1839 elementor-widget elementor-widget-wp-widget-sp_location_weather_widget_content" data-id="acf1839" data-element_type="widget" data-e-type="widget" data-widget_type="wp-widget-sp_location_weather_widget_content.default"><div class="elementor-widget-container"><h5>د غزني هوا حالت:</h5><div class="sp-location-weather-widget"><div id="location-weather-widget-6aa709978f13b" class="sp-hide"><div class="sp-location-weather-image"><img class="weather-image" src="" alt="Weather Icon"/></div><span class="weather-type"></span><span class="weather-temp"></span><span class="weather-date"></span><span class="weather-region"></span></div></div><script type="litespeed/javascript">jQuery(document).ready(function(){loadWeatherWidget6aa709978f13b('Ghazni','Af')});function loadWeatherWidget6aa709978f13b(location,woeid){if(woeid!=''){var country=','+woeid}else{var country=''}jQuery('#location-weather-widget-6aa709978f13b .weather-temp').locationWeather({key:'d832ef77fcc197aa9bb45e4b45cb8944',city:location+''+country,units:'c',iconTarget:'#location-weather-widget-6aa709978f13b .weather-image',descriptionTarget:'#location-weather-widget-6aa709978f13b .weather-type',placeTarget:'#location-weather-widget-6aa709978f13b .weather-region',weatherDate:'#location-weather-widget-6aa709978f13b .weather-date',success:function(data){jQuery('#location-weather-widget-6aa709978f13b').show()},error:function(data){jQuery('#location-weather-widget-6aa709978f13b').remove()}})}</script></div></div></div></div></div></section><section class="elementor-section elementor-inner-section elementor-element elementor-element-2de8a7e2 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="2de8a7e2" data-element_type="section" data-e-type="section"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7d3a30b5" data-id="7d3a30b5" data-element_type="column" data-e-type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-13579bd9 elespare-submenu-icon-elespare-submenu-icon-arrow elesapre-nav-menu__breakpoint-tablet-large elementor-widget elementor-widget-elespare-nav-horziontal-menu" data-id="13579bd9" data-element_type="widget" data-e-type="widget" data-widget_type="elespare-nav-horziontal-menu.default"><div class="elespare-navigation--widget elespare-navigation-wrapper horizontal center elespare-mobile-responsive-right sub-hover drawer" data-opt="sub-hover"><nav class="elespare-main-navigation elespare-nav-default elespare-nav elespare-header-navigation  elespare--hover-none elespare-submenu-icon-arrow" aria-label="Primary navigation" data-closeicon="demo-icon elespare-icons-cancel"><ul id="menu-shaournewstopmenu-1" class="elespare-menu animation-1"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2284"><a href="https://shaournews.com/?page_id=48">زمونږ په اړه</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2242"><a href="https://shaournews.com/?page_id=50">اړيکې</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1120"><a href="https://shaournews.com/category-sitemap.xml">د سايټ نقشه</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2378"><a href="https://shaournews.com/wp-admin/">ننوتل</a></li></ul></nav><a href="#" class="elespare-menu-toggle" aria-expanded="false"><span class="elespare-menu-icon-toggle  elespare-open-toggle demo-icon elespare-icons-menu"></span><span class="elespare-menu-icon-toggle  elespare-close-toggle demo-icon elespare-icons-cancel"></span><span class="screen-reader-text menu-toggle-text">Menu</span></a><div class="elespare-moblie-ham-menu elespare-menu-sidebar elespare-menu-left elespare--hover-none"><a href="#" class="elespare--close-menu-side-bar demo-icon elespare-icons-cancel" aria-label="Close menu"></a><div class="elespare-menu-sidebar--wrapper"><nav class="elespare-menu-dropdown shaournewstopmenu elespare-submenu-icon-arrow" aria-label="Dropdown navigation"><ul id="menu-shaournewstopmenu-2" class="elespare-dropdown-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2284"><a href="https://shaournews.com/?page_id=48">زمونږ په اړه</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2242"><a href="https://shaournews.com/?page_id=50">اړيکې</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1120"><a href="https://shaournews.com/category-sitemap.xml">د سايټ نقشه</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2378"><a href="https://shaournews.com/wp-admin/">ننوتل</a></li></ul></nav></div></div><div class="elespare-overlay"></div></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-28f2957f" data-id="28f2957f" data-element_type="column" data-e-type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-85f198 elementor-shape-square e-grid-align-right elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="85f198" data-element_type="widget" data-e-type="widget" data-widget_type="social-icons.default"><div class="elementor-social-icons-wrapper elementor-grid" role="list"><span class="elementor-grid-item" role="listitem"><a class="elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-pulse elementor-repeater-item-f3a6aed" href="https://www.facebook.com/ShaourNews" target="_blank"><span class="elementor-screen-only">Facebook-f</span><svg aria-hidden="true" class="e-font-icon-svg e-fab-facebook-f" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"></path></svg></a></span><span class="elementor-grid-item" role="listitem"><a class="elementor-icon elementor-social-icon elementor-social-icon-x-twitter elementor-animation-pulse elementor-repeater-item-bfa9653" href="https://x.com/shaournews" target="_blank"><span class="elementor-screen-only">X-twitter</span><svg aria-hidden="true" class="e-font-icon-svg e-fab-x-twitter" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"></path></svg></a></span><span class="elementor-grid-item" role="listitem"><a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-pulse elementor-repeater-item-38bdb2e" href="https://www.instagram.com/shaournews" target="_blank"><span class="elementor-screen-only">Instagram</span><svg aria-hidden="true" class="e-font-icon-svg e-fab-instagram" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg></a></span></div></div></div></div></div></section></div></div></div></section><section class="elementor-section elementor-top-section elementor-element elementor-element-5621c722 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5621c722" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-43bba7fb" data-id="43bba7fb" data-element_type="column" data-e-type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-acf0e27 elementor-widget elementor-widget-copyright-txt" data-id="acf0e27" data-element_type="widget" data-e-type="widget" data-widget_type="copyright-txt.default"><div class="elespare-copyright-wrapper"><span class='elespare-copyright-text'><a href="https://salimitech.com/" target="_blank" rel="nofollow" class="elespare-copyright-link-color"><span>ددې ویب پاڼې ټول د کاپې رایټ 2026 © حقوق له شعور خبری اژانس سره خوندي دي. | هاسټ او ډیزاین:سلیمي ټیک</span></a></span></div></div></div></div></div></section></div></div></footer></div><button id="td-scroll-to-top" class="td-top-btn td-position-right"><img data-lazyloaded="1" src="data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=" data-src="https://shaournews.com/wp-content/plugins/top-down-scroll/assets/images/up2.svg" alt="top down scroll to top"></button><button id="td-scroll-to-down" class="td-down-btn td-position-right"><img data-lazyloaded="1" src="data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=" data-src="https://shaournews.com/wp-content/plugins/top-down-scroll/assets/images/down2.svg" alt="top down scroll to down"></button><script type="litespeed/javascript">const lazyloadRunObserver=()=>{const lazyloadBackgrounds=document.querySelectorAll(`.e-con.e-parent:not(.e-lazyloaded)`);const lazyloadBackgroundObserver=new IntersectionObserver((entries)=>{entries.forEach((entry)=>{if(entry.isIntersecting){let lazyloadBackground=entry.target;if(lazyloadBackground){lazyloadBackground.classList.add('e-lazyloaded')}lazyloadBackgroundObserver.unobserve(entry.target)}})},{rootMargin:'200px 0px 200px 0px'});lazyloadBackgrounds.forEach((lazyloadBackground)=>{lazyloadBackgroundObserver.observe(lazyloadBackground)})};const events=['DOMContentLiteSpeedLoaded','elementor/lazyload/observe',];events.forEach((event)=>{document.addEventListener(event,lazyloadRunObserver)})</script><script type="text/html" id="tmpl-media-frame"><div class="media-frame-title" id="media-frame-title"></div><h2 class="media-frame-menu-heading">Actions</h2><button type="button" class="button button-link media-frame-menu-toggle" aria-expanded="false">Menu <span class="dashicons dashicons-arrow-down" aria-hidden="true"></span></button><div class="media-frame-menu"></div><div class="media-frame-tab-panel"><div class="media-frame-router"></div><div class="media-frame-content"></div></div><h2 class="media-frame-actions-heading screen-reader-text">Selected media actions </h2><div class="media-frame-toolbar"></div><div class="media-frame-uploader"></div></script><script type="text/html" id="tmpl-media-modal"><div id="wp-media-modal" tabindex="0" class="media-modal wp-core-ui" role="dialog" aria-labelledby="media-frame-title"><# if (data.hasCloseButton){#><button type="button" class="media-modal-close"><span class="media-modal-icon" aria-hidden="true"></span><span class="screen-reader-text">Close dialog </span></button><#}#><div class="media-modal-content" role="document"></div></div><div class="media-modal-backdrop"></div></script><script type="text/html" id="tmpl-uploader-window"><div class="uploader-window-content"><div class="uploader-editor-title">واچوی فایل اپلود لپاره</div></div></script><script type="text/html" id="tmpl-uploader-editor"><div class="uploader-editor-content"><div class="uploader-editor-title">واچوی فایل اپلود لپاره</div></div></script><script type="text/html" id="tmpl-uploader-inline"><# var messageClass=data.message ? 'has-upload-message' :'no-upload-message';#><# if (data.canClose){#><button class="close dashicons dashicons-no"><span class="screen-reader-text">د پورته کووني تړل </span></button><#}#><div class="uploader-inline-content {{ messageClass }}"><# if (data.message){#><h2 class="upload-message">{{data.message}}</h2><#}#><div class="upload-ui"><h2 class="upload-instructions drop-instructions">واچوی فایل اپلود لپاره</h2><p class="upload-instructions drop-instructions">یا</p><button type="button" class="browser button button-hero" aria-describedby="post-upload-info">دوتنې غوره کړئ</button></div><div class="upload-inline-status"></div><div class="post-upload-ui" id="post-upload-info"><p class="max-upload-size">د دوتنې پورته کولو لوړه کچه:2 GB </p><# if (data.suggestedWidth && data.suggestedHeight){#><p class="suggested-dimensions">Suggested image dimensions:{{data.suggestedWidth}}by{{data.suggestedHeight}}pixels. </p><#}#></div></div></script><script type="text/html" id="tmpl-media-library-view-switcher"><a href="https://shaournews.com/wp-admin/upload.php?mode=list" class="view-list"><span class="screen-reader-text">List view </span></a><a href="https://shaournews.com/wp-admin/upload.php?mode=grid" class="view-grid current" aria-current="page"><span class="screen-reader-text">Grid view </span></a></script><script type="text/html" id="tmpl-uploader-status"><h2>د پورته کيدو په حالت کې</h2><div class="media-progress-bar"><div></div></div><div class="upload-details"><span class="upload-count"><span class="upload-index"></span>/ <span class="upload-total"></span></span><span class="upload-detail-separator">&ndash;</span><span class="upload-filename"></span></div><div class="upload-errors"></div><button type="button" class="button upload-dismiss-errors">Dismiss errors</button></script><script type="text/html" id="tmpl-uploader-status-error"><span class="upload-error-filename word-wrap-break-word">{{{data.filename}}}</span><span class="upload-error-message">{{data.message}}</span></script><script type="text/html" id="tmpl-edit-attachment-frame"><div class="edit-media-header"><button class="left dashicons"<# if (! data.hasPrevious){#>disabled<#}#>><span class="screen-reader-text">د مخکنی مدیا سمون</span></button><button class="right dashicons"<# if (! data.hasNext){#>disabled<#}#>><span class="screen-reader-text">د بلې رسنۍ توک سمون </span></button><button type="button" class="media-modal-close"><span class="media-modal-icon" aria-hidden="true"></span><span class="screen-reader-text">Close dialog</span></button></div><div class="media-frame-title"></div><div class="media-frame-content"></div></script><script type="text/html" id="tmpl-attachment-details-two-column"><div class="attachment-media-view {{ data.orientation }}"><h2 class="screen-reader-text">Attachment Preview</h2><div class="thumbnail thumbnail-{{ data.type }}"><# if (data.uploading){#><div class="media-progress-bar"><div></div></div><#}else if (data.sizes && data.sizes.full){#><img class="details-image" src="{{ data.sizes.full.url }}" draggable="false" alt="" /><#}else if (data.sizes && data.sizes.large){#><img class="details-image" src="{{ data.sizes.large.url }}" draggable="false" alt="" /><#}else if (-1===jQuery.inArray(data.type,['audio','video'])){#><img class="details-image icon" src="{{ data.icon }}" draggable="false" alt="" /><#}#><# if ('audio'===data.type){#><div class="wp-media-wrapper wp-audio"><audio style="visibility: hidden" controls class="wp-audio-shortcode" width="100%" preload="none"><source type="{{ data.mime }}" src="{{ data.url }}" /></audio></div><#}else if ('video'===data.type){var w_rule='';if (data.width){w_rule='width: '+data.width+'px;'}else if (wp.media.view.settings.contentWidth){w_rule='width: '+wp.media.view.settings.contentWidth+'px;'}#><div style="{{ w_rule }}" class="wp-media-wrapper wp-video"><video controls="controls" class="wp-video-shortcode" preload="metadata" <# if (data.width){#>width="{{ data.width }}"<#}#><# if (data.height){#>height="{{ data.height }}"<#}#><# if (data.image && data.image.src !==data.icon){#>poster="{{ data.image.src }}"<#}#>><source type="{{ data.mime }}" src="{{ data.url }}" /></video></div><#}#><div class="attachment-actions"><# if ('image'===data.type && ! data.uploading && data.sizes && data.can.save){#><button type="button" class="button edit-attachment">د انځور سمون</button><#}else if ('pdf'===data.subtype && data.sizes){#><p>Document Preview</p><#}#></div></div></div><div class="attachment-info"><span class="settings-save-status" role="status"><span class="spinner"></span><span class="saved">خوندی شو.</span></span><div class="details"><h2 class="screen-reader-text">Details </h2><div class="uploaded"><strong>پورته شوی په:</strong>{{data.dateFormatted}}</div><div class="uploaded-by word-wrap-break-word"><strong>Uploaded by:</strong><# if (data.authorLink){#><a href="{{ data.authorLink }}">{{data.authorName}}</a><#}else{#>{{data.authorName}}<#}#></div><# if (data.uploadedToTitle){#><div class="uploaded-to"><strong>Uploaded to:</strong><# if (data.uploadedToLink){#><a href="{{ data.uploadedToLink }}">{{data.uploadedToTitle}}</a><#}else{#>{{data.uploadedToTitle}}<#}#></div><#}#><div class="filename"><strong>د دوتنې نوم</strong>{{data.filename}}</div><div class="file-type"><strong>د دوتنې ډول</strong>{{data.mime}}</div><div class="file-size"><strong>د دوتنې کچه:</strong>{{data.filesizeHumanReadable}}</div><# if ('image'===data.type && ! data.uploading){#><# if (data.width && data.height){#><div class="dimensions"><strong>بعدونه:</strong>{{data.width}}by{{data.height}}pixels </div><#}#><# if (data.originalImageURL && data.originalImageName){#><div class="word-wrap-break-word"><strong>Original image:</strong><a href="{{ data.originalImageURL }}">{{data.originalImageName}}</a></div><#}#><#}#><# if (data.fileLength && data.fileLengthHumanReadable){#><div class="file-length"><strong>اوږدوالی:</strong><span aria-hidden="true">{{data.fileLengthHumanReadable}}</span><span class="screen-reader-text">{{data.fileLengthHumanReadable}}</span></div><#}#><# if ('audio'===data.type && data.meta.bitrate){#><div class="bitrate"><strong>دوه گونی عددونه ۰ یا ۱ (Bitrate):</strong>{{Math.round(data.meta.bitrate / 1000)}}kb/s <# if (data.meta.bitrate_mode){#>{{' '+data.meta.bitrate_mode.toUpperCase()}}<#}#></div><#}#><# if (data.mediaStates){#><div class="media-states"><strong>Used as:</strong>{{data.mediaStates}}</div><#}#><div class="compat-meta"><# if (data.compat && data.compat.meta){#>{{{data.compat.meta}}}<#}#></div></div><div class="settings"><# var maybeReadOnly=data.can.save || data.allowLocalEdits ? '' :'readonly';#><# if ('image'===data.type){#><span class="setting alt-text has-description" data-setting="alt"><label for="attachment-details-two-column-alt-text" class="name">انډوليز متن</label><textarea id="attachment-details-two-column-alt-text" aria-describedby="alt-text-description"{{maybeReadOnly}}>{{data.alt}}</textarea></span><p class="description" id="alt-text-description"><a href="https://www.w3.org/WAI/tutorials/images/decision-tree/" target="_blank">Learn how to describe the purpose of the image<span class="screen-reader-text">(opens in a new tab)</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a>. Leave empty if the image is purely decorative.</p><#}#><span class="setting" data-setting="title"><label for="attachment-details-two-column-title" class="name">سرلیک</label><input type="text" id="attachment-details-two-column-title" value="{{ data.title }}"{{maybeReadOnly}}/></span><# if ('audio'===data.type){#><span class="setting" data-setting="artist"><label for="attachment-details-two-column-artist" class="name">هنر مند</label><input type="text" id="attachment-details-two-column-artist" value="{{ data.artist || data.meta.artist || '' }}" /></span><span class="setting" data-setting="album"><label for="attachment-details-two-column-album" class="name">البوم</label><input type="text" id="attachment-details-two-column-album" value="{{ data.album || data.meta.album || '' }}" /></span><#}#><span class="setting" data-setting="caption"><label for="attachment-details-two-column-caption" class="name">نوم</label><textarea id="attachment-details-two-column-caption"{{maybeReadOnly}}>{{data.caption}}</textarea></span><span class="setting" data-setting="description"><label for="attachment-details-two-column-description" class="name">سپړاوى</label><textarea id="attachment-details-two-column-description"{{maybeReadOnly}}>{{data.description}}</textarea></span><span class="setting" data-setting="url"><label for="attachment-details-two-column-copy-link" class="name">File URL:</label><input type="text" class="attachment-details-copy-link ltr" id="attachment-details-two-column-copy-link" value="{{ data.url }}" readonly /><span class="copy-to-clipboard-container"><button type="button" class="button button-small copy-attachment-url" data-clipboard-target="#attachment-details-two-column-copy-link">Copy URL to clipboard</button><span class="success hidden" aria-hidden="true">Copied!</span></span></span><div class="attachment-compat"></div></div><div class="actions"><# if (data.link){#><a class="view-attachment" href="{{ data.link }}">View media file</a><#}#><# if (data.can.save){#><# if (data.link){#><span class="links-separator">|</span><#}#><a href="{{ data.editLink }}">د جزیاتو سمون</a><#}#><# if (data.can.save && data.link){#><span class="links-separator">|</span><a href="{{ data.url }}" download>Download file</a><#}#><# if (! data.uploading && data.can.remove){#><# if (data.link || data.can.save){#><span class="links-separator">|</span><#}#><button type="button" class="button-link delete-attachment">Delete permanently</button><#}#></div></div></script><script type="text/html" id="tmpl-attachment"><div class="attachment-preview js--select-attachment type-{{ data.type }} subtype-{{ data.subtype }} {{ data.orientation }}"><div class="thumbnail"><# if (data.uploading){#><div class="media-progress-bar"><div style="width: {{ data.percent }}%"></div></div><#}else if ('image'===data.type && data.size && data.size.url){#><div class="centered"><img src="{{ data.size.url }}" draggable="false" alt="" /></div><#}else{#><div class="centered"><# if (data.image && data.image.src && data.image.src !==data.icon){#><img src="{{ data.image.src }}" class="thumbnail" draggable="false" alt="" /><#}else if (data.sizes){if (data.sizes.medium){#><img src="{{ data.sizes.medium.url }}" class="thumbnail" draggable="false" alt="" /><#}else{#><img src="{{ data.sizes.full.url }}" class="thumbnail" draggable="false" alt="" /><#}#><#}else{#><img src="{{ data.icon }}" class="icon" draggable="false" alt="" /><#}#></div><div class="filename"><div>{{data.filename}}</div></div><#}#></div><# if (data.buttons.close){#><button type="button" class="button-link attachment-close"><span class="media-modal-icon" aria-hidden="true"></span><span class="screen-reader-text">پاک کړه </span></button><#}#></div><# if (data.buttons.check){#><button type="button" class="check" tabindex="-1"><span class="media-modal-icon" aria-hidden="true"></span><span class="screen-reader-text">نه ټاكنه </span></button><#}#><# var maybeReadOnly=data.can.save || data.allowLocalEdits ? '' :'readonly';if (data.describe){if ('image'===data.type){#><input type="text" value="{{ data.caption }}" class="describe" data-setting="caption" aria-label="نوم" placeholder="Caption&hellip;"{{maybeReadOnly}}/><#}else{#><input type="text" value="{{ data.title }}" class="describe" data-setting="title" <# if ('video'===data.type){#>aria-label="Video title" placeholder="Video title&hellip;" <#}else if ('audio'===data.type){#>aria-label="Audio title" placeholder="Audio title&hellip;" <#}else{#>aria-label="Media title" placeholder="Media title&hellip;" <#}#>{{maybeReadOnly}}/><#}}#></script><script type="text/html" id="tmpl-attachment-details"><h2>د نښلن جزیات <span class="settings-save-status" role="status"><span class="spinner"></span><span class="saved">خوندی شو.</span></span></h2><div class="attachment-info"><# if ('audio'===data.type){#><div class="wp-media-wrapper wp-audio"><audio style="visibility: hidden" controls class="wp-audio-shortcode" width="100%" preload="none"><source type="{{ data.mime }}" src="{{ data.url }}" /></audio></div><#}else if ('video'===data.type){var w_rule='';if (data.width){w_rule='width: '+data.width+'px;'}else if (wp.media.view.settings.contentWidth){w_rule='width: '+wp.media.view.settings.contentWidth+'px;'}#><div style="{{ w_rule }}" class="wp-media-wrapper wp-video"><video controls="controls" class="wp-video-shortcode" preload="metadata" <# if (data.width){#>width="{{ data.width }}"<#}#><# if (data.height){#>height="{{ data.height }}"<#}#><# if (data.image && data.image.src !==data.icon){#>poster="{{ data.image.src }}"<#}#>><source type="{{ data.mime }}" src="{{ data.url }}" /></video></div><#}else{#><div class="thumbnail thumbnail-{{ data.type }}"><# if (data.uploading){#><div class="media-progress-bar"><div></div></div><#}else if ('image'===data.type && data.size && data.size.url){#><img src="{{ data.size.url }}" draggable="false" alt="" /><#}else{#><img src="{{ data.icon }}" class="icon" draggable="false" alt="" /><#}#></div><#}#><div class="details"><div class="filename">{{data.filename}}</div><div class="uploaded">{{data.dateFormatted}}</div><div class="file-size">{{data.filesizeHumanReadable}}</div><# if ('image'===data.type && ! data.uploading){#><# if (data.width && data.height){#><div class="dimensions">{{data.width}}by{{data.height}}pixels </div><#}#><# if (data.originalImageURL && data.originalImageName){#><div class="word-wrap-break-word">Original image:<a href="{{ data.originalImageURL }}">{{data.originalImageName}}</a></div><#}#><# if (data.can.save && data.sizes){#><a class="edit-attachment" href="{{ data.editLink }}&amp;image-editor" target="_blank">د انځور سمون</a><#}#><#}#><# if (data.fileLength && data.fileLengthHumanReadable){#><div class="file-length">اوږدوالی:<span aria-hidden="true">{{data.fileLengthHumanReadable}}</span><span class="screen-reader-text">{{data.fileLengthHumanReadable}}</span></div><#}#><# if (data.mediaStates){#><div class="media-states"><strong>Used as:</strong>{{data.mediaStates}}</div><#}#><# if (! data.uploading && data.can.remove){#><button type="button" class="button-link delete-attachment">Delete permanently</button><#}#><div class="compat-meta"><# if (data.compat && data.compat.meta){#>{{{data.compat.meta}}}<#}#></div></div></div><# var maybeReadOnly=data.can.save || data.allowLocalEdits ? '' :'readonly';#><# if ('image'===data.type){#><span class="setting alt-text has-description" data-setting="alt"><label for="attachment-details-alt-text" class="name">متن ځایناستی</label><textarea id="attachment-details-alt-text" aria-describedby="alt-text-description"{{maybeReadOnly}}>{{data.alt}}</textarea></span><p class="description" id="alt-text-description"><a href="https://www.w3.org/WAI/tutorials/images/decision-tree/" target="_blank">Learn how to describe the purpose of the image<span class="screen-reader-text">(opens in a new tab)</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a>. Leave empty if the image is purely decorative.</p><#}#><span class="setting" data-setting="title"><label for="attachment-details-title" class="name">سرلیک</label><input type="text" id="attachment-details-title" value="{{ data.title }}"{{maybeReadOnly}}/></span><# if ('audio'===data.type){#><span class="setting" data-setting="artist"><label for="attachment-details-artist" class="name">هنر مند</label><input type="text" id="attachment-details-artist" value="{{ data.artist || data.meta.artist || '' }}" /></span><span class="setting" data-setting="album"><label for="attachment-details-album" class="name">البوم</label><input type="text" id="attachment-details-album" value="{{ data.album || data.meta.album || '' }}" /></span><#}#><span class="setting" data-setting="caption"><label for="attachment-details-caption" class="name">نوم</label><textarea id="attachment-details-caption"{{maybeReadOnly}}>{{data.caption}}</textarea></span><span class="setting" data-setting="description"><label for="attachment-details-description" class="name">سپړاوى</label><textarea id="attachment-details-description"{{maybeReadOnly}}>{{data.description}}</textarea></span><span class="setting" data-setting="url"><label for="attachment-details-copy-link" class="name">File URL:</label><input type="text" class="attachment-details-copy-link ltr" id="attachment-details-copy-link" value="{{ data.url }}" readonly /><div class="copy-to-clipboard-container"><button type="button" class="button button-small copy-attachment-url" data-clipboard-target="#attachment-details-copy-link">Copy URL to clipboard</button><span class="success hidden" aria-hidden="true">Copied!</span></div></span></script><script type="text/html" id="tmpl-media-selection"><div class="selection-info"><span class="count"></span><# if (data.editable){#><button type="button" class="button-link edit-selection">غوره شوى سمکړه</button><#}#><# if (data.clearable){#><button type="button" class="button-link clear-selection">پاک</button><#}#></div><div class="selection-view"></div></script><script type="text/html" id="tmpl-attachment-display-settings"><h2>د نښلن د ښوون امستنې</h2><# if ('image'===data.type){#><span class="setting align"><label for="attachment-display-settings-alignment" class="name">پرليكتيا</label><select id="attachment-display-settings-alignment" class="alignment" data-setting="align" <# if (data.userSettings){#>data-user-setting="align" <#}#>><option value="left">کيڼ </option><option value="center">منځ </option><option value="right">ښی </option><option value="none" selected>None </option></select></span><#}#><span class="setting"><label for="attachment-display-settings-link-to" class="name"><# if (data.model.canEmbed){#>نصبول یا تړونی <#}else{#>تړوني ته <#}#></label><select id="attachment-display-settings-link-to" class="link-to" data-setting="link" <# if (data.userSettings && ! data.model.canEmbed){#>data-user-setting="urlbutton" <#}#>><# if (data.model.canEmbed){#><option value="embed" selected>رسنۍ غږى نصبول </option><option value="file"><#}else{#><option value="none" selected>None </option><option value="file"><#}#><# if (data.model.canEmbed){#>د رسنۍ دوتنې ته تړونی <#}else{#>رسنۍ دوتنه <#}#></option><option value="post"><# if (data.model.canEmbed){#>نښلن پاڼې ته تړونی <#}else{#>نښل پاڼه <#}#></option><# if ('image'===data.type){#><option value="custom">خپلخوښې پته (URL) </option><#}#></select></span><span class="setting"><label for="attachment-display-settings-link-to-custom" class="name">پته (URL)</label><input type="text" id="attachment-display-settings-link-to-custom" class="link-to-custom" data-setting="linkUrl" /></span><# if ('undefined' !==typeof data.sizes){#><span class="setting"><label for="attachment-display-settings-size" class="name">كچه</label><select id="attachment-display-settings-size" class="size" name="size" data-setting="size" <# if (data.userSettings){#>data-user-setting="imgsize" <#}#>><# var size=data.sizes['thumbnail'];if (size){#><option value="thumbnail">بټه نوكى &ndash;{{size.width}}&times;{{size.height}}</option><#}#><# var size=data.sizes['medium'];if (size){#><option value="medium">منځگوړی &ndash;{{size.width}}&times;{{size.height}}</option><#}#><# var size=data.sizes['large'];if (size){#><option value="large">ستر &ndash;{{size.width}}&times;{{size.height}}</option><#}#><# var size=data.sizes['full'];if (size){#><option value="full" selected='selected'>غټه کچه &ndash;{{size.width}}&times;{{size.height}}</option><#}#></select></span><#}#></script><script type="text/html" id="tmpl-gallery-settings"><h2>د نندارتون امستنې</h2><span class="setting"><label for="gallery-settings-link-to" class="name">تړوني ته</label><select id="gallery-settings-link-to" class="link-to" data-setting="link" <# if (data.userSettings){#>data-user-setting="urlbutton" <#}#>><option value="post" <# if (! wp.media.galleryDefaults.link || 'post'===wp.media.galleryDefaults.link){#>selected="selected"<#}#>>نښل پاڼه </option><option value="file" <# if ('file'===wp.media.galleryDefaults.link){#>selected="selected"<#}#>>رسنۍ دوتنه </option><option value="none" <# if ('none'===wp.media.galleryDefaults.link){#>selected="selected"<#}#>>None </option></select></span><span class="setting"><label for="gallery-settings-columns" class="name select-label-inline">ستنې</label><select id="gallery-settings-columns" class="columns" name="columns" data-setting="columns"><option value="1" <# if (1==wp.media.galleryDefaults.columns){#>selected="selected"<#}#>>1 </option><option value="2" <# if (2==wp.media.galleryDefaults.columns){#>selected="selected"<#}#>>2 </option><option value="3" <# if (3==wp.media.galleryDefaults.columns){#>selected="selected"<#}#>>3 </option><option value="4" <# if (4==wp.media.galleryDefaults.columns){#>selected="selected"<#}#>>4 </option><option value="5" <# if (5==wp.media.galleryDefaults.columns){#>selected="selected"<#}#>>5 </option><option value="6" <# if (6==wp.media.galleryDefaults.columns){#>selected="selected"<#}#>>6 </option><option value="7" <# if (7==wp.media.galleryDefaults.columns){#>selected="selected"<#}#>>7 </option><option value="8" <# if (8==wp.media.galleryDefaults.columns){#>selected="selected"<#}#>>8 </option><option value="9" <# if (9==wp.media.galleryDefaults.columns){#>selected="selected"<#}#>>9 </option></select></span><span class="setting"><input type="checkbox" id="gallery-settings-random-order" data-setting="_orderbyRandom" /><label for="gallery-settings-random-order" class="checkbox-label-inline">ناټاكلى پرماينه</label></span><span class="setting size"><label for="gallery-settings-size" class="name">كچه</label><select id="gallery-settings-size" class="size" name="size" data-setting="size" <# if (data.userSettings){#>data-user-setting="imgsize" <#}#>><option value="thumbnail">بټه نوكى </option><option value="medium">منځگوړی </option><option value="large">ستر </option><option value="full">غټه کچه </option></select></span></script><script type="text/html" id="tmpl-playlist-settings"><h2>غږونې لړ امستنې</h2><# var emptyModel=_.isEmpty(data.model),isVideo='video'===data.controller.get('library').props.get('type');#><span class="setting"><input type="checkbox" id="playlist-settings-show-list" data-setting="tracklist" <# if (emptyModel){#>checked="checked" <#}#>/><label for="playlist-settings-show-list" class="checkbox-label-inline"><# if (isVideo){#>د ویډیوگانې لړ ښکاره کړه <#}else{#>سندرو لړ ښوول <#}#></label></span><# if (! isVideo){#><span class="setting"><input type="checkbox" id="playlist-settings-show-artist" data-setting="artists" <# if (emptyModel){#>checked="checked" <#}#>/><label for="playlist-settings-show-artist" class="checkbox-label-inline">د سندرغاړي نوم د سندرو په لړ کې ښکاره کړه </label></span><#}#><span class="setting"><input type="checkbox" id="playlist-settings-show-images" data-setting="images" <# if (emptyModel){#>checked="checked" <#}#>/><label for="playlist-settings-show-images" class="checkbox-label-inline">انځورونه ښوول </label></span></script><script type="text/html" id="tmpl-embed-link-settings"><span class="setting link-text"><label for="embed-link-settings-link-text" class="name">د تړوني متن</label><input type="text" id="embed-link-settings-link-text" class="alignment" data-setting="linkText" /></span><div class="embed-container" style="display: none;"><div class="embed-preview"></div></div></script><script type="text/html" id="tmpl-embed-image-settings"><div class="wp-clearfix"><div class="thumbnail"><img src="{{ data.model.url }}" draggable="false" alt="" /></div></div><span class="setting alt-text has-description"><label for="embed-image-settings-alt-text" class="name">انډوليز متن</label><textarea id="embed-image-settings-alt-text" data-setting="alt" aria-describedby="alt-text-description"></textarea></span><p class="description" id="alt-text-description"><a href="https://www.w3.org/WAI/tutorials/images/decision-tree/" target="_blank">Learn how to describe the purpose of the image<span class="screen-reader-text">(opens in a new tab)</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a>. Leave empty if the image is purely decorative.</p><span class="setting caption"><label for="embed-image-settings-caption" class="name">نوم</label><textarea id="embed-image-settings-caption" data-setting="caption"></textarea></span><fieldset class="setting-group"><legend class="name">پرليكول</legend><span class="setting align"><span class="button-group button-large" data-setting="align"><button class="button" value="left">کيڼ </button><button class="button" value="center">منځ </button><button class="button" value="right">ښی </button><button class="button active" value="none">None </button></span></span></fieldset><fieldset class="setting-group"><legend class="name">تړوني ته</legend><span class="setting link-to"><span class="button-group button-large" data-setting="link"><button class="button" value="file">د انځور پته </button><button class="button" value="custom">خپلخوښې پته (URL) </button><button class="button active" value="none">None </button></span></span><span class="setting"><label for="embed-image-settings-link-to-custom" class="name">پته (URL)</label><input type="text" id="embed-image-settings-link-to-custom" class="link-to-custom" data-setting="linkUrl" /></span></fieldset></script><script type="text/html" id="tmpl-image-details"><div class="media-embed"><div class="embed-media-settings"><div class="column-settings"><span class="setting alt-text has-description"><label for="image-details-alt-text" class="name">انډوليز متن</label><textarea id="image-details-alt-text" data-setting="alt" aria-describedby="alt-text-description">{{data.model.alt}}</textarea></span><p class="description" id="alt-text-description"><a href="https://www.w3.org/WAI/tutorials/images/decision-tree/" target="_blank">Learn how to describe the purpose of the image<span class="screen-reader-text">(opens in a new tab)</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a>. Leave empty if the image is purely decorative.</p><span class="setting caption"><label for="image-details-caption" class="name">نوم</label><textarea id="image-details-caption" data-setting="caption">{{data.model.caption}}</textarea></span><h2>امستنې ښوون</h2><fieldset class="setting-group"><legend class="legend-inline">پرليكول</legend><span class="setting align"><span class="button-group button-large" data-setting="align"><button class="button" value="left">کيڼ </button><button class="button" value="center">منځ </button><button class="button" value="right">ښی </button><button class="button active" value="none">None </button></span></span></fieldset><# if (data.attachment){#><# if ('undefined' !==typeof data.attachment.sizes){#><span class="setting size"><label for="image-details-size" class="name">كچه</label><select id="image-details-size" class="size" name="size" data-setting="size" <# if (data.userSettings){#>data-user-setting="imgsize" <#}#>><# var size=data.sizes['thumbnail'];if (size){#><option value="thumbnail">بټه نوكى &ndash;{{size.width}}&times;{{size.height}}</option><#}#><# var size=data.sizes['medium'];if (size){#><option value="medium">منځگوړی &ndash;{{size.width}}&times;{{size.height}}</option><#}#><# var size=data.sizes['large'];if (size){#><option value="large">ستر &ndash;{{size.width}}&times;{{size.height}}</option><#}#><# var size=data.sizes['full'];if (size){#><option value="full">غټه کچه &ndash;{{size.width}}&times;{{size.height}}</option><#}#><option value="custom">خپلېخوښه کچه </option></select></span><#}#><div class="custom-size wp-clearfix<# if ( data.model.size !== 'custom' ) { #> hidden<# } #>"><span class="custom-size-setting"><label for="image-details-size-width">پلنوالى</label><input type="number" id="image-details-size-width" aria-describedby="image-size-desc" data-setting="customWidth" step="1" value="{{ data.model.customWidth }}" /></span><span class="sep" aria-hidden="true">&times;</span><span class="custom-size-setting"><label for="image-details-size-height">لوړوالی</label><input type="number" id="image-details-size-height" aria-describedby="image-size-desc" data-setting="customHeight" step="1" value="{{ data.model.customHeight }}" /></span><p id="image-size-desc" class="description">Image size in pixels</p></div><#}#><span class="setting link-to"><label for="image-details-link-to" class="name">تړوني ته</label><select id="image-details-link-to" data-setting="link"><# if (data.attachment){#><option value="file">رسنۍ دوتنه </option><option value="post">نښل پاڼه </option><#}else{#><option value="file">د انځور پته </option><#}#><option value="custom">خپلخوښې پته (URL) </option><option value="none">None </option></select></span><span class="setting"><label for="image-details-link-to-custom" class="name">پته (URL)</label><input type="text" id="image-details-link-to-custom" class="link-to-custom" data-setting="linkUrl" /></span><div class="advanced-section"><h2><button type="button" class="button-link advanced-toggle">پرمختللي غوراوي</button></h2><div class="advanced-settings hidden"><div class="advanced-image"><span class="setting title-text"><label for="image-details-title-attribute" class="name">د انځور د سرليک ځانتيا</label><input type="text" id="image-details-title-attribute" data-setting="title" value="{{ data.model.title }}" /></span><span class="setting extra-classes"><label for="image-details-css-class" class="name">انځور CSS پاړكى</label><input type="text" id="image-details-css-class" data-setting="extraClasses" value="{{ data.model.extraClasses }}" /></span></div><div class="advanced-link"><span class="setting link-target"><input type="checkbox" id="image-details-link-target" data-setting="linkTargetBlank" value="_blank" <# if (data.model.linkTargetBlank){#>checked="checked"<#}#>><label for="image-details-link-target" class="checkbox-label">Open link in a new tab</label></span><span class="setting link-rel"><label for="image-details-link-rel" class="name">د تړوني تړاو</label><input type="text" id="image-details-link-rel" data-setting="linkRel" value="{{ data.model.linkRel }}" /></span><span class="setting link-class-name"><label for="image-details-link-css-class" class="name">تړونی CSS پاړكى</label><input type="text" id="image-details-link-css-class" data-setting="linkClassName" value="{{ data.model.linkClassName }}" /></span></div></div></div></div><div class="column-image"><div class="image"><img src="{{ data.model.url }}" draggable="false" alt="" /><# if (data.attachment && window.imageEdit){#><div class="actions"><input type="button" class="edit-attachment button" value="لومړنى سمون" /><input type="button" class="replace-attachment button" value="ځايناستول" /></div><#}#></div></div></div></div></script><script type="text/html" id="tmpl-image-editor"><div id="media-head-{{ data.id }}"></div><div id="image-editor-{{ data.id }}"></div></script><script type="text/html" id="tmpl-audio-details"><# var ext,html5types={mp3:wp.media.view.settings.embedMimes.mp3,ogg:wp.media.view.settings.embedMimes.ogg};#><div class="media-embed media-embed-details"><div class="embed-media-settings embed-audio-settings"><audio style="visibility: hidden" controls class="wp-audio-shortcode" width="{{ _.isUndefined( data.model.width ) ? 400 : data.model.width }}" preload="{{ _.isUndefined( data.model.preload ) ? 'none' : data.model.preload }}" <# if (! _.isUndefined(data.model.autoplay) && data.model.autoplay){#>autoplay<#}if (! _.isUndefined(data.model.loop) && data.model.loop){#>loop<#}#>><# if (! _.isEmpty(data.model.src)){#><source src="{{ data.model.src }}" type="{{ wp.media.view.settings.embedMimes[ data.model.src.split('.').pop() ] }}" /><#}#><# if (! _.isEmpty(data.model.mp3)){#><source src="{{ data.model.mp3 }}" type="{{ wp.media.view.settings.embedMimes[ 'mp3' ] }}" /><#}#><# if (! _.isEmpty(data.model.ogg)){#><source src="{{ data.model.ogg }}" type="{{ wp.media.view.settings.embedMimes[ 'ogg' ] }}" /><#}#><# if (! _.isEmpty(data.model.flac)){#><source src="{{ data.model.flac }}" type="{{ wp.media.view.settings.embedMimes[ 'flac' ] }}" /><#}#><# if (! _.isEmpty(data.model.m4a)){#><source src="{{ data.model.m4a }}" type="{{ wp.media.view.settings.embedMimes[ 'm4a' ] }}" /><#}#><# if (! _.isEmpty(data.model.wav)){#><source src="{{ data.model.wav }}" type="{{ wp.media.view.settings.embedMimes[ 'wav' ] }}" /><#}#></audio><# if (! _.isEmpty(data.model.src)){ext=data.model.src.split('.').pop();if (html5types[ext]){delete html5types[ext]}#><span class="setting"><label for="audio-details-source" class="name">پته (URL)</label><input type="text" id="audio-details-source" readonly data-setting="src" value="{{ data.model.src }}" /><button type="button" class="button-link remove-setting">Remove audio source</button></span><#}#><# if (! _.isEmpty(data.model.mp3)){if (! _.isUndefined(html5types.mp3)){delete html5types.mp3}#><span class="setting"><label for="audio-details-mp3-source" class="name">MP3</label><input type="text" id="audio-details-mp3-source" readonly data-setting="mp3" value="{{ data.model.mp3 }}" /><button type="button" class="button-link remove-setting">Remove audio source</button></span><#}#><# if (! _.isEmpty(data.model.ogg)){if (! _.isUndefined(html5types.ogg)){delete html5types.ogg}#><span class="setting"><label for="audio-details-ogg-source" class="name">OGG</label><input type="text" id="audio-details-ogg-source" readonly data-setting="ogg" value="{{ data.model.ogg }}" /><button type="button" class="button-link remove-setting">Remove audio source</button></span><#}#><# if (! _.isEmpty(data.model.flac)){if (! _.isUndefined(html5types.flac)){delete html5types.flac}#><span class="setting"><label for="audio-details-flac-source" class="name">FLAC</label><input type="text" id="audio-details-flac-source" readonly data-setting="flac" value="{{ data.model.flac }}" /><button type="button" class="button-link remove-setting">Remove audio source</button></span><#}#><# if (! _.isEmpty(data.model.m4a)){if (! _.isUndefined(html5types.m4a)){delete html5types.m4a}#><span class="setting"><label for="audio-details-m4a-source" class="name">M4A</label><input type="text" id="audio-details-m4a-source" readonly data-setting="m4a" value="{{ data.model.m4a }}" /><button type="button" class="button-link remove-setting">Remove audio source</button></span><#}#><# if (! _.isEmpty(data.model.wav)){if (! _.isUndefined(html5types.wav)){delete html5types.wav}#><span class="setting"><label for="audio-details-wav-source" class="name">WAV</label><input type="text" id="audio-details-wav-source" readonly data-setting="wav" value="{{ data.model.wav }}" /><button type="button" class="button-link remove-setting">Remove audio source</button></span><#}#><# if (! _.isEmpty(html5types)){#><fieldset class="setting-group"><legend class="name">Add alternate sources for maximum HTML5 playback</legend><span class="setting"><span class="button-large"><# _.each(html5types,function (mime,type){#><button class="button add-media-source" data-mime="{{ mime }}">{{type}}</button><#}) #></span></span></fieldset><#}#><fieldset class="setting-group"><legend class="name">بیا تازه</legend><span class="setting preload"><span class="button-group button-large" data-setting="preload"><button class="button" value="auto">خپلكارى</button><button class="button" value="metadata">پېژن اومتوک</button><button class="button active" value="none">None</button></span></span></fieldset><span class="setting-group"><span class="setting checkbox-setting autoplay"><input type="checkbox" id="audio-details-autoplay" data-setting="autoplay" /><label for="audio-details-autoplay" class="checkbox-label">پخپل سر غږول</label></span><span class="setting checkbox-setting"><input type="checkbox" id="audio-details-loop" data-setting="loop" /><label for="audio-details-loop" class="checkbox-label">كړۍ</label></span></span></div></div></script><script type="text/html" id="tmpl-video-details"><# var ext,html5types={mp4:wp.media.view.settings.embedMimes.mp4,ogv:wp.media.view.settings.embedMimes.ogv,webm:wp.media.view.settings.embedMimes.webm};#><div class="media-embed media-embed-details"><div class="embed-media-settings embed-video-settings"><div class="wp-video-holder"><# var w=! data.model.width || data.model.width>640 ? 640 :data.model.width,h=! data.model.height ? 360 :data.model.height;if (data.model.width && w !==data.model.width){h=Math.ceil((h * w) / data.model.width)}#><# var w_rule='',classes=[],w,h,settings=wp.media.view.settings,isYouTube=isVimeo=false;if (! _.isEmpty(data.model.src)){isYouTube=data.model.src.match(/youtube|youtu\.be/);isVimeo=-1 !==data.model.src.indexOf('vimeo')}if (settings.contentWidth && data.model.width>=settings.contentWidth){w=settings.contentWidth}else{w=data.model.width}if (w !==data.model.width){h=Math.ceil((data.model.height * w) / data.model.width)}else{h=data.model.height}if (w){w_rule='width: '+w+'px; '}if (isYouTube){classes.push('youtube-video')}if (isVimeo){classes.push('vimeo-video')}#><div style="{{ w_rule }}" class="wp-video"><video controls class="wp-video-shortcode {{ classes.join( ' ' ) }}" <# if (w){#>width="{{ w }}"<#}#><# if (h){#>height="{{ h }}"<#}#><# if (! _.isUndefined(data.model.poster) && data.model.poster){#>poster="{{ data.model.poster }}"<#}#>preload="{{ _.isUndefined( data.model.preload ) ? 'metadata' : data.model.preload }}" <# if (! _.isUndefined(data.model.autoplay) && data.model.autoplay){#>autoplay<#}if (! _.isUndefined(data.model.loop) && data.model.loop){#>loop<#}#>><# if (! _.isEmpty(data.model.src)){if (isYouTube){#><source src="{{ data.model.src }}" type="video/youtube" /><#}else if (isVimeo){#><source src="{{ data.model.src }}" type="video/vimeo" /><#}else{#><source src="{{ data.model.src }}" type="{{ settings.embedMimes[ data.model.src.split('.').pop() ] }}" /><#}}#><# if (data.model.mp4){#><source src="{{ data.model.mp4 }}" type="{{ settings.embedMimes[ 'mp4' ] }}" /><#}#><# if (data.model.m4v){#><source src="{{ data.model.m4v }}" type="{{ settings.embedMimes[ 'm4v' ] }}" /><#}#><# if (data.model.webm){#><source src="{{ data.model.webm }}" type="{{ settings.embedMimes[ 'webm' ] }}" /><#}#><# if (data.model.ogv){#><source src="{{ data.model.ogv }}" type="{{ settings.embedMimes[ 'ogv' ] }}" /><#}#><# if (data.model.flv){#><source src="{{ data.model.flv }}" type="{{ settings.embedMimes[ 'flv' ] }}" /><#}#>{{{data.model.content}}}</video></div><# if (! _.isEmpty(data.model.src)){ext=data.model.src.split('.').pop();if (html5types[ext]){delete html5types[ext]}#><span class="setting"><label for="video-details-source" class="name">پته (URL)</label><input type="text" id="video-details-source" readonly data-setting="src" value="{{ data.model.src }}" /><button type="button" class="button-link remove-setting">Remove video source</button></span><#}#><# if (! _.isEmpty(data.model.mp4)){if (! _.isUndefined(html5types.mp4)){delete html5types.mp4}#><span class="setting"><label for="video-details-mp4-source" class="name">MP4</label><input type="text" id="video-details-mp4-source" readonly data-setting="mp4" value="{{ data.model.mp4 }}" /><button type="button" class="button-link remove-setting">Remove video source</button></span><#}#><# if (! _.isEmpty(data.model.m4v)){if (! _.isUndefined(html5types.m4v)){delete html5types.m4v}#><span class="setting"><label for="video-details-m4v-source" class="name">M4V</label><input type="text" id="video-details-m4v-source" readonly data-setting="m4v" value="{{ data.model.m4v }}" /><button type="button" class="button-link remove-setting">Remove video source</button></span><#}#><# if (! _.isEmpty(data.model.webm)){if (! _.isUndefined(html5types.webm)){delete html5types.webm}#><span class="setting"><label for="video-details-webm-source" class="name">WEBM</label><input type="text" id="video-details-webm-source" readonly data-setting="webm" value="{{ data.model.webm }}" /><button type="button" class="button-link remove-setting">Remove video source</button></span><#}#><# if (! _.isEmpty(data.model.ogv)){if (! _.isUndefined(html5types.ogv)){delete html5types.ogv}#><span class="setting"><label for="video-details-ogv-source" class="name">OGV</label><input type="text" id="video-details-ogv-source" readonly data-setting="ogv" value="{{ data.model.ogv }}" /><button type="button" class="button-link remove-setting">Remove video source</button></span><#}#><# if (! _.isEmpty(data.model.flv)){if (! _.isUndefined(html5types.flv)){delete html5types.flv}#><span class="setting"><label for="video-details-flv-source" class="name">FLV</label><input type="text" id="video-details-flv-source" readonly data-setting="flv" value="{{ data.model.flv }}" /><button type="button" class="button-link remove-setting">Remove video source</button></span><#}#></div><# if (! _.isEmpty(html5types)){#><fieldset class="setting-group"><legend class="name">Add alternate sources for maximum HTML5 playback</legend><span class="setting"><span class="button-large"><# _.each(html5types,function (mime,type){#><button class="button add-media-source" data-mime="{{ mime }}">{{type}}</button><#}) #></span></span></fieldset><#}#><# if (! _.isEmpty(data.model.poster)){#><span class="setting"><label for="video-details-poster-image" class="name">د څرگندونکي انځور</label><input type="text" id="video-details-poster-image" readonly data-setting="poster" value="{{ data.model.poster }}" /><button type="button" class="button-link remove-setting">Remove poster image</button></span><#}#><fieldset class="setting-group"><legend class="name">بیا تازه</legend><span class="setting preload"><span class="button-group button-large" data-setting="preload"><button class="button" value="auto">خپلكارى</button><button class="button" value="metadata">پېژن اومتوک</button><button class="button active" value="none">None</button></span></span></fieldset><span class="setting-group"><span class="setting checkbox-setting autoplay"><input type="checkbox" id="video-details-autoplay" data-setting="autoplay" /><label for="video-details-autoplay" class="checkbox-label">پخپل سر غږول</label></span><span class="setting checkbox-setting"><input type="checkbox" id="video-details-loop" data-setting="loop" /><label for="video-details-loop" class="checkbox-label">كړۍ</label></span></span><span class="setting" data-setting="content"><# var content='';if (! _.isEmpty(data.model.content)){var tracks=jQuery(data.model.content).filter('track');_.each(tracks.toArray(),function(track,index){content+=track.outerHTML;#><label for="video-details-track-{{ index }}" class="name">سندرو (څېرمه لیکونه، نیونگې، شپړاوي، څپرکي یا پېژن اومتوک)</label><input class="content-track" type="text" id="video-details-track-{{ index }}" aria-describedby="video-details-track-desc-{{ index }}" value="{{ track.outerHTML }}" /><span class="description" id="video-details-track-desc-{{ index }}">The srclang,label,and kind values can be edited to set the video track language and kind. </span><button type="button" class="button-link remove-setting remove-track">Remove video track</button><br /><#});#><#}else{#><span class="name">سندرو (څېرمه لیکونه، نیونگې، شپړاوي، څپرکي یا پېژن اومتوک)</span><br /><em>هلته کوم مل څېرمه سرلیکونه نشته.</em><#}#><textarea class="hidden content-setting">{{content}}</textarea></span></div></div></script><script type="text/html" id="tmpl-editor-gallery"><# if (data.attachments.length){#><div class="gallery gallery-columns-{{ data.columns }}"><# _.each(data.attachments,function(attachment,index){#><dl class="gallery-item"><dt class="gallery-icon"><# if (attachment.thumbnail){#><img src="{{ attachment.thumbnail.url }}" width="{{ attachment.thumbnail.width }}" height="{{ attachment.thumbnail.height }}" alt="{{ attachment.alt }}" /><#}else{#><img src="{{ attachment.url }}" alt="{{ attachment.alt }}" /><#}#></dt><# if (attachment.caption){#><dd class="wp-caption-text gallery-caption">{{{data.verifyHTML(attachment.caption)}}}</dd><#}#></dl><# if (index % data.columns===data.columns - 1){#><br style="clear: both;" /><#}#><#});#></div><#}else{#><div class="wpview-error"><div class="dashicons dashicons-format-gallery"></div><p>هیڅ توکي و نه موندل شول.</p></div><#}#></script><script type="text/html" id="tmpl-crop-content"><img class="crop-image" src="{{ data.url }}" alt="Image crop area preview. Requires mouse interaction." /><div class="upload-errors"></div></script><script type="text/html" id="tmpl-site-icon-preview-crop"><style>:root{--site-icon-url:url(https://shaournews.com/wp-content/uploads/elementor/css/{{data.url}});
			}
		</style>
		<h2>Site Icon Preview</h2>
		<p>As an app icon and a browser icon.</p>
		<div class="site-icon-preview crop">
			<div class="image-preview-wrap app-icon-preview">
				<img id="preview-app-icon" src="{{data.url}}" class="app-icon-preview" alt="Preview as an app icon" />
			</div>
			<div class="site-icon-preview-browser">
				<svg role="img" aria-hidden="true" fill="none" xmlns="http://www.w3.org/2000/svg" class="browser-buttons"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 20a6 6 0 1 1 12 0 6 6 0 0 1-12 0Zm18 0a6 6 0 1 1 12 0 6 6 0 0 1-12 0Zm24-6a6 6 0 1 0 0 12 6 6 0 0 0 0-12Z" /></svg>
				<div class="site-icon-preview-tab">
					<div class="image-preview-wrap browser">
						<img id="preview-favicon" src="{{data.url}}" class="browser-icon-preview" alt="Preview as a browser icon" />
					</div>
					<div class="site-icon-preview-site-title" aria-hidden="true"><# print( 'شعور خبری اژانس' ) #></div>
						<svg role="img" aria-hidden="true" fill="none" xmlns="http://www.w3.org/2000/svg" class="close-button">
							<path d="M12 13.0607L15.7123 16.773L16.773 15.7123L13.0607 12L16.773 8.28772L15.7123 7.22706L12 10.9394L8.28771 7.22705L7.22705 8.28771L10.9394 12L7.22706 15.7123L8.28772 16.773L12 13.0607Z" />
						</svg>
					</div>
				</div>
			</div>
		</div></script> <link rel='stylesheet' id='swiper-css' href='https://shaournews.com/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css' media='all' /><link rel='stylesheet' id='e-swiper-css' href='https://shaournews.com/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css' media='all' /><link rel='stylesheet' id='e-animation-pulse-css' href='https://shaournews.com/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse.min.css' media='all' /><link rel='stylesheet' id='widget-social-icons-css' href='https://shaournews.com/wp-content/plugins/elementor/assets/css/widget-social-icons-rtl.min.css' media='all' /><link rel='stylesheet' id='e-apple-webkit-css' href='https://shaournews.com/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css' media='all' /><link rel='stylesheet' id='splw-old-styles-css' href='https://shaournews.com/wp-content/plugins/location-weather/assets/css/old-style.min.css' media='all' /> <script id="spl-weather-block-script-js-extra" type="litespeed/javascript">var splWeatherBlockFrontendLocalize={"ajaxUrl":"https://shaournews.com/wp-admin/admin-ajax.php","post_id":"1168","blockAPiNonce":"4d8c341e91"}</script> <script id="wp-util-js-extra" type="litespeed/javascript">var _wpUtilSettings={"ajax":{"url":"/wp-admin/admin-ajax.php"}}</script> <script id="media-models-js-extra" type="litespeed/javascript">var _wpMediaModelsL10n={"settings":{"ajaxurl":"/wp-admin/admin-ajax.php","post":{"id":0}}}</script> <script id="wp-plupload-js-extra" type="litespeed/javascript">var pluploadL10n={"queue_limit_exceeded":"\u062a\u0627\u0633\u0648 \u062f \u062e\u0648\u0631\u0627 \u0689\u06cc\u0631\u0648 \u062f\u0648\u062a\u0646\u0648 \u062f \u0643\u062a\u0627\u0631\u0648\u0644 \u0647\u0685\u0647 \u0648\u06a9\u0693\u0647.","file_exceeds_size_limit":"\u0633\u062a\u0627\u0633\u0648 \u062f \u0648\u064a\u0628\u067e\u0627\u06bc\u06d0 \u062f \u067e\u0648\u0631\u062a\u0647 \u06a9\u0648\u0644\u0648 \u0627\u0639\u0638\u0645\u064a \u062d\u062f %s .","zero_byte_file":"\u062f\u0627 \u062f\u0648\u062a\u0646\u0647 \u062a\u0634\u0647 \u062f\u0647. \u0645\u0647\u0631\u0628\u0627\u0646\u064a \u0648\u06a9\u0693\u0626 \u0628\u0644\u0647 \u0648\u067c\u0627\u06a9\u0626.","invalid_filetype":"This file cannot be processed by the web server.","not_an_image":"\u062f\u0627 \u0641\u0627\u06cc\u0644 \u06cc\u0648 \u0627\u0646\u0681\u0648\u0631 \u0646\u062f\u0647. \u0644\u0647 \u0633\u0631\u0647 \u06a9\u0648\u069a\u069a \u0648\u06a9\u0693\u06cc.","image_memory_exceeded":"\u062d\u0627\u0641\u0638\u0647 \u0689\u06a9\u0647 \u0634\u0648\u0647. \u0645\u0647\u0631\u0628\u0627\u0646\u06cc \u0648\u06a9\u0693\u06cc \u0628\u0644 \u0643\u0648\u0686\u0646\u0649 \u0641\u0627\u06cc\u0644 \u0648\u0627\u0632\u0645\u0627\u06cc\u0648\u06cc.","image_dimensions_exceeded":"\u062f \u0641\u0627\u06cc\u0644 \u063a\u067c \u062f\u0647.\u0628\u0644 \u0643\u0648\u0686\u0646\u0649 \u0641\u0627\u06cc\u0644 \u0648\u0627\u0632\u0645\u0627\u06cc\u0648\u06cc.","default_error":"\u067e\u0647 \u067e\u0648\u0631\u062a\u0647 \u06a9\u0648\u0644\u0648 \u06a9\u06d0 \u062a\u06d0\u0631\u0648\u062a\u0646\u0647 \u0631\u0627 \u0645\u0646\u0681 \u062a\u0647 \u0634\u0648\u0647. \u062f \u0645\u0647\u0631\u0628\u0627\u0646\u0626 \u0644\u0647 \u0645\u062e\u06d0 \u0628\u06cc\u0627 \u06a9\u0648\u069a\u069a \u0648\u06a9\u0693\u0626.","missing_upload_url":"\u0647\u0644\u062a\u0647 \u062f \u0633\u0627\u0632\u0648\u0646\u06d0 \u06cc\u0648\u0647 \u062a\u06d0\u0631\u0648\u062a\u0646\u0647 \u0648\u0647. \u062f \u0645\u0647\u0631\u0628\u0627\u0646\u0626 \u0644\u0647 \u0645\u062e\u06d0 \u062f \u062e\u067e\u0644 \u067e\u0627\u0644\u0646\u06af\u0631 (server) \u067e\u0627\u0632\u0648\u0627\u0644 \u0633\u0631\u0647 \u0627\u0693\u064a\u06a9\u0647 \u0648\u0646\u064a\u0633\u0626.","upload_limit_exceeded":"\u062a\u0627\u0633\u0648 \u069a\u0627\u06cc\u064a \u06cc\u0648\u0627\u0632\u06d0 \u06f1 \u062f\u0648\u062a\u0646\u0647 \u067e\u0648\u0631\u062a\u0647 \u06a9\u0693\u0626.","http_error":"Unexpected response from the server. The file may have been uploaded successfully. Check in the Media Library or reload the page.","http_error_image":"The server cannot process the image. This can happen if the server is busy or does not have enough resources to complete the task. Uploading a smaller image may help. Suggested maximum size is 2560 pixels.","upload_failed":"\u067e\u0648\u0631\u062a\u0647 \u06a9\u0648\u0644 \u0628\u0631\u06cc\u0627\u0644\u064a \u0646\u0634\u0648\u0644.","big_upload_failed":"\u062f \u062f\u06d0 \u062f\u0648\u062a\u0646\u06d0 \u062f \u067e\u0648\u0631\u062a\u0647 \u06a9\u0648\u0644\u0648 \u0644\u067e\u0627\u0631\u0647 \u0644\u0647 \u062f\u06d0 %1$s \u062f \u0644\u067c\u0648\u0648\u0646\u06cc \u067e\u0648\u0631\u062a\u0647 \u06a9\u0648\u0648\u0646\u064a %2$s \u0646\u0647 \u06a9\u0627\u0631 \u0648\u0627\u062e\u0644\u0626.","big_upload_queued":"%s \u0633\u062a\u0627\u0633\u0648 \u062f \u067e\u0648\u0631\u062a\u0647 \u06a9\u0648\u0644\u0648 \u0648\u0631\u0648\u0633\u062a\u0649 \u062d\u062f \u062f\u0647 \u06a9\u0644\u0647 \u0686\u06d0 \u0685\u0648\u0685\u0648 \u062f\u0648\u062a\u0646\u06d0 \u067e\u0648\u0631\u062a\u0647 \u06a9\u0648\u0626.","io_error":"IO \u062a\u06d0\u0631\u0648\u062a\u0646\u0647.","security_error":"\u062e\u0648\u0646\u062f\u064a\u062a\u0648\u0628 \u062a\u06d0\u0631\u0648\u062a\u0646\u0647.","file_cancelled":"\u062f\u0648\u062a\u0646\u0647 \u0641\u0633\u062e\u0647 \u0634\u0648\u0647.","upload_stopped":"\u067e\u0648\u0631\u062a\u0647 \u06a9\u0648\u0644 \u0648\u062f\u0631\u06d0\u062f\u0644.","dismiss":"\u0644\u063a\u0648\u0647","crunching":"\u0643\u0631\u067e\u0648\u064a\u2026","deleted":"moved to the Trash.","error_uploading":"\u201c%s\u201d \u067e\u0647 \u067e\u0648\u0631\u062a\u0647 \u06a9\u0648\u0644\u0648 \u0628\u0631\u06cc\u0627\u0644\u064a \u0646\u0634\u0648\u0648.","unsupported_image":"This image cannot be displayed in a web browser. For best results convert it to JPEG before uploading.","noneditable_image":"The web server cannot generate responsive image sizes for this image. Convert it to JPEG or PNG before uploading.","file_url_copied":"The file URL has been copied to your clipboard"};var _wpPluploadSettings={"defaults":{"file_data_name":"async-upload","url":"/wp-admin/async-upload.php","filters":{"max_file_size":"1610612736b","mime_types":[{"extensions":"jpg,jpeg,jpe,gif,png,bmp,tiff,tif,webp,avif,ico,heic,heif,heics,heifs,asf,asx,wmv,wmx,wm,avi,divx,flv,mov,qt,mpeg,mpg,mpe,mp4,m4v,ogv,webm,mkv,3gp,3gpp,3g2,3gp2,txt,asc,c,cc,h,srt,csv,tsv,ics,rtx,css,vtt,dfxp,mp3,m4a,m4b,aac,ra,ram,wav,x-wav,ogg,oga,flac,mid,midi,wma,wax,mka,rtf,pdf,class,tar,zip,gz,gzip,rar,7z,psd,xcf,doc,pot,pps,ppt,wri,xla,xls,xlt,xlw,mdb,mpp,docx,docm,dotx,dotm,xlsx,xlsm,xlsb,xltx,xltm,xlam,pptx,pptm,ppsx,ppsm,potx,potm,ppam,sldx,sldm,onetoc,onetoc2,onetmp,onepkg,oxps,xps,odt,odp,ods,odg,odc,odb,odf,wp,wpd,key,numbers,pages,svg"}]},"multipart_params":{"action":"upload-attachment","_wpnonce":"014f99eb0a"}},"browser":{"mobile":!1,"supported":!0},"limitExceeded":!1}</script> <script id="mediaelement-core-js-before" type="litespeed/javascript">var mejsL10n={"language":"ps","strings":{"mejs.download-file":"\u062f\u0648\u062a\u0646\u0647 \u069a\u06a9\u062a\u0647 \u06a9\u0648\u0644","mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https://get.adobe.com/flashplayer/","mejs.fullscreen":"\u067c\u0648\u0644\u0647 \u067e\u0631\u062f\u0647","mejs.play":"Play","mejs.pause":"Pause","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left/Right Arrow keys to advance one second,Up/Down arrows to advance ten seconds.","mejs.live-broadcast":"Live Broadcast","mejs.volume-help-text":"Use Up/Down Arrow keys to increase or decrease volume.","mejs.unmute":"\u063a\u0696","mejs.mute":"\u06af\u0648\u0646\u06af","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.captions-subtitles":"\u0648\u0693\u0648\u0643\u064a \u0639\u0646\u0648\u0627\u0646/\u062f \u0627\u0646\u0681\u0648\u0631 \u0639\u0646\u0648\u0627\u0646","mejs.captions-chapters":"Chapters","mejs.none":"\u06cc\u0648 \u0647\u0645 \u0646\u0647","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}}</script> <script id="mediaelement-js-extra" type="litespeed/javascript">var _wpmejsSettings={"pluginPath":"/wp-includes/js/mediaelement/","classPrefix":"mejs-","stretching":"responsive","audioShortcodeLibrary":"mediaelement","videoShortcodeLibrary":"mediaelement"}</script> <script id="wp-api-request-js-extra" type="litespeed/javascript">var wpApiSettings={"root":"https://shaournews.com/index.php?rest_route=/","nonce":"5279100767","versionString":"wp/v2/"}</script> <script id="wp-i18n-js-after" type="litespeed/javascript">wp.i18n.setLocaleData({'text direction\u0004ltr':['rtl']})</script> <script id="media-views-js-extra" type="litespeed/javascript">var _wpMediaViewsL10n={"mediaFrameDefaultTitle":"Media","url":"\u067e\u062a\u0647 (URL)","addMedia":"Add media","search":"\u0644\u067c\u0648\u0646","select":"\u063a\u0648\u0631\u0647 \u06a9\u0693\u0626","cancel":"\u0641\u0633\u062e","update":"\u0627\u0648\u0633\u0645\u0647\u0627\u0644\u06cc\u0632 \u06a9\u0693\u0647","replace":"\u0681\u0627\u064a\u0646\u0627\u0633\u062a\u0648\u0644","remove":"\u067e\u0627\u06a9 \u06a9\u0693\u0647","back":"\u0634\u0627\u062a\u0647","selected":"%d \u063a\u0648\u0631\u0647 \u0634\u0648\u064a","dragInfo":"Drag and drop to reorder media files.","uploadFilesTitle":"Upload files","uploadImagesTitle":"Upload images","mediaLibraryTitle":"\u0631\u0633\u0646\u06cd \u06a9\u062a\u0627\u0628\u062a\u0648\u0646","insertMediaTitle":"Add media","createNewGallery":"\u06cc\u0648 \u0646\u0648\u06cc \u0646\u0646\u062f\u0627\u0631\u062a\u0648\u0646 \u062c\u0648\u0693 \u06a9\u0693\u0626","createNewPlaylist":"\u0646\u0648\u06cc \u063a\u0696\u0648\u0646\u06d0 \u0644\u0693 \u062c\u0648\u0693\u0648\u0644","createNewVideoPlaylist":"\u0646\u0648\u06cc \u0648\u064a\u0689\u06cc\u0648 \u063a\u0696\u0648\u0646\u06d0 \u0644\u0693 \u062c\u0648\u0693\u0648\u0644","returnToLibrary":"\u2190 Go to library","allMediaItems":"\u067c\u0648\u0644 \u0631\u0633\u0646\u06cc\u0632 \u062a\u0648\u06a9\u064a","allDates":"\u067c\u0648\u0644\u06d0 \u0646\u06d0\u067c\u06d0","noItemsFound":"\u0647\u06cc\u0685 \u062a\u0648\u06a9\u064a \u0648 \u0646\u0647 \u0645\u0648\u0646\u062f\u0644 \u0634\u0648\u0644.","insertIntoPost":"\u0644\u064a\u06a9\u0646\u06d0 \u062a\u0647 \u0646\u0646\u0648\u06d0\u0633\u062a\u0644","unattached":"Unattached","mine":"Mine","trash":"\u0689\u06d0\u0631\u0627\u0646","uploadedToThisPost":"\u062f\u06d0 \u0644\u064a\u06a9\u0646\u06d0 \u062a\u0647 \u067e\u0648\u0631\u062a\u0647 \u0634\u0648","warnDelete":"You are about to permanently delete this item from your site.\nThis action cannot be undone.\n 'Cancel' to stop,'OK' to delete.","warnBulkDelete":"You are about to permanently delete these items from your site.\nThis action cannot be undone.\n 'Cancel' to stop,'OK' to delete.","warnBulkTrash":"\u062a\u0627\u0633\u0648 \u062f\u0627 \u0645\u0648\u0627\u0631\u062f \u0689\u06d0\u0631\u0627\u0646 \u062a\u0647 \u0648\u0693\u06cc.\n \u062f \u0644\u063a\u0648 \u0644\u067e\u0627\u0631\u0647 'Cancel' \u0627\u0648 \u062f \u062a\u0627\u06cc\u06cc\u062f \u0644\u067e\u0627\u0631\u0647 'OK'","bulkSelect":"Bulk select","trashSelected":"Move to Trash","restoreSelected":"Restore from Trash","deletePermanently":"Delete permanently","errorDeleting":"Error in deleting the attachment.","apply":"\u062a\u0637\u0628\u064a\u0642 \u06a9\u0693\u0647","filterByDate":"\u067e\u0631 \u0646\u06d0\u067c\u0647 \u0686\u0627\u06bc","filterByType":"\u067e\u0631 \u0628\u06bc\u0647 \u0686\u0627\u06bc","searchLabel":"Search media","searchMediaLabel":"Search media","searchMediaPlaceholder":"Search media items...","mediaFound":"Number of media items found:%d","noMedia":"No media items found.","noMediaTryNewSearch":"No media items found. Try a different search.","attachmentDetails":"Attachment details","insertFromUrlTitle":"\u0644\u0647 URL \u0685\u062e\u0647 \u0646\u0646\u0648\u06d0\u0633\u062a\u0644","setFeaturedImageTitle":"Featured image","setFeaturedImage":"Set featured image","createGalleryTitle":"Create gallery","editGalleryTitle":"Edit gallery","cancelGalleryTitle":"\u2190 Cancel gallery","insertGallery":"\u0631\u0633\u0646\u06cd \u0646\u0646\u0648\u06d0\u0633\u062a\u0644","updateGallery":"\u0646\u0646\u062f\u0627\u0631\u062a\u0648\u0646 \u0627\u0648\u0633\u0645\u0647\u0627\u0644\u06cc\u0632\u0648\u0644","addToGallery":"\u0646\u0646\u062f\u0627\u0631\u062a\u0648\u0646 \u062a\u0647 \u0648\u0631\u0632\u06cc\u0627\u062a \u06a9\u0693\u0647","addToGalleryTitle":"\u0646\u0646\u062f\u0627\u0631\u062a\u0648\u0646 \u062a\u0647 \u0648\u0631\u0632\u06cc\u0627\u062a \u06a9\u0693\u0647","reverseOrder":"\u0646\u0633\u0643\u0648\u0631 \u062a\u0631\u062a\u064a\u0628","imageDetailsTitle":"Image details","imageReplaceTitle":"Replace image","imageDetailsCancel":"Cancel edit","editImage":"Edit image","chooseImage":"Choose image","selectAndCrop":"Select and crop","skipCropping":"Skip cropping","cropImage":"Crop image","cropYourImage":"\u062e\u067e\u0644 \u0627\u0646\u0681\u0648\u0631 \u0648 \u0633\u0646\u06a9\u06bc\u0626","cropping":"\u0633\u06a9\u06bc\u064a\u2026","suggestedDimensions":"Suggested image dimensions:%1$s by %2$s pixels.","cropError":"\u0633\u062a\u0627\u0633\u064a \u062f \u0627\u0646\u0681\u0648\u0631 \u067e\u0647 \u0633\u06a9\u06bc\u0644\u0648 \u06a9\u06d0 \u0633\u062a\u0648\u0646\u0632\u0647 \u0631\u0627\u0645\u0646\u0681 \u062a\u0647 \u0634\u0648\u0647.","audioDetailsTitle":"Audio details","audioReplaceTitle":"Replace audio","audioAddSourceTitle":"Add audio source","audioDetailsCancel":"Cancel edit","videoDetailsTitle":"Video details","videoReplaceTitle":"Replace video","videoAddSourceTitle":"Add video source","videoDetailsCancel":"Cancel edit","videoSelectPosterImageTitle":"Select poster image","videoAddTrackTitle":"Add subtitles","playlistDragInfo":"\u062f \u0628\u06cc\u0627 \u0633\u0646\u0628\u0627\u0644\u0648\u0646 \u0644\u067e\u0627\u0631\u0647 \u0631\u0627\u0643\u069a \u0627\u0648 \u0648\u063a\u0648\u0631\u0681\u06cc \u0633\u0646\u062f\u0631\u200e\u06d0.","createPlaylistTitle":"Create audio playlist","editPlaylistTitle":"Edit audio playlist","cancelPlaylistTitle":"\u2190 Cancel audio playlist","insertPlaylist":"\u062f \u063a\u0696\u064a\u0632 \u063a\u0696\u0648\u0646\u06d0 \u0644\u0693 \u0632\u06cc\u0627\u062a\u0648\u0644","updatePlaylist":"\u062f \u063a\u0696\u064a\u0632 \u063a\u0696\u0648\u0646\u06d0 \u0644\u0693 \u0627\u0648\u0633\u0645\u0647\u0627\u0644\u064a\u0632\u0648\u0644","addToPlaylist":"\u062f \u063a\u0696\u064a\u0632 \u063a\u0696\u0648\u0646\u06d0 \u0644\u0693 \u062a\u0647 \u0632\u06cc\u0627\u062a \u06a9\u0693\u0647","addToPlaylistTitle":"\u062f \u063a\u0696\u064a\u0632 \u063a\u0696\u0648\u0646\u06d0 \u0644\u0693 \u062a\u0647 \u0632\u06cc\u0627\u062a \u06a9\u0693\u0647","videoPlaylistDragInfo":"\u062f \u0628\u06cc\u0627 \u0633\u0646\u0628\u0627\u0644\u0648\u0646 \u0644\u067e\u0627\u0631\u0647 \u0631\u0627\u0643\u069a \u0627\u0648 \u0648\u063a\u0648\u0631\u0681\u06cc \u0648\u064a\u0689\u06cc\u0648\u06af\u0627\u0646\u06d0.","createVideoPlaylistTitle":"Create video playlist","editVideoPlaylistTitle":"Edit video playlist","cancelVideoPlaylistTitle":"\u2190 Cancel video playlist","insertVideoPlaylist":"\u0648\u064a\u0689\u064a\u0648 \u063a\u0696\u0648\u0646\u06cc \u0644\u0693\u062a\u0647 \u0648\u0631\u0646\u0646\u0647 \u0628\u0627\u0633\u0626","updateVideoPlaylist":"\u062f \u0648\u064a\u0689\u06cc\u0648 \u063a\u0696\u0648\u0646\u06d0 \u0644\u0693 \u0627\u0648\u0633\u0645\u0647\u0627\u0644\u064a\u0632\u0648\u0644","addToVideoPlaylist":"\u062f \u0648\u064a\u0689\u06cc\u0648 \u063a\u0696\u0648\u0646\u06d0 \u0644\u0693 \u062a\u0647 \u0648\u0631\u0632\u06cc\u0627\u062a \u06a9\u0693\u0647","addToVideoPlaylistTitle":"Add to video Playlist","filterAttachments":"Filter media","attachmentsList":"Media list","settings":{"tabs":[],"tabUrl":"https://shaournews.com/wp-admin/media-upload.php?chromeless=1","mimeTypes":{"image":"\u0627\u0646\u0681\u0648\u0631\u0648\u0646\u0647","audio":"Audio","video":"Video","application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.ms-word.document.macroEnabled.12,application/vnd.ms-word.template.macroEnabled.12,application/vnd.oasis.opendocument.text,application/vnd.apple.pages,application/pdf,application/vnd.ms-xpsdocument,application/oxps,application/rtf,application/wordperfect,application/octet-stream":"Documents","application/vnd.apple.numbers,application/vnd.oasis.opendocument.spreadsheet,application/vnd.ms-excel,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.ms-excel.sheet.macroEnabled.12,application/vnd.ms-excel.sheet.binary.macroEnabled.12":"Spreadsheets","application/x-gzip,application/rar,application/x-tar,application/zip,application/x-7z-compressed":"\u0627\u0631\u0634\u06cc\u0641\u0648\u0646\u0647"},"captions":!0,"nonce":{"sendToEditor":"5a56d7697e","setAttachmentThumbnail":"faa001fbae"},"post":{"id":0},"defaultProps":{"link":"none","align":"","size":""},"attachmentCounts":{"audio":1,"video":1},"oEmbedProxyUrl":"https://shaournews.com/index.php?rest_route=/oembed/1.0/proxy","embedExts":["mp3","ogg","flac","m4a","wav","mp4","m4v","webm","ogv","flv"],"embedMimes":{"mp3":"audio/mpeg","ogg":"audio/ogg","flac":"audio/flac","m4a":"audio/mpeg","wav":"audio/wav","mp4":"video/mp4","m4v":"video/mp4","webm":"video/webm","ogv":"video/ogg","flv":"video/x-flv"},"contentWidth":640,"months":[{"year":"2026","month":"9","text":"\u0633\u067e\u062a\u0645\u0628\u0631 2026"},{"year":"2026","month":"8","text":"\u0627\u06af\u0633\u062a 2026"},{"year":"2026","month":"7","text":"\u062c\u0648\u0644\u0627\u06cc 2026"},{"year":"2026","month":"5","text":"\u0645\u06d0 2026"},{"year":"2026","month":"4","text":"\u0627\u067e\u0631\u06cc\u0644 2026"},{"year":"2026","month":"3","text":"\u0645\u0627\u0631\u0686 2026"},{"year":"2026","month":"2","text":"\u0641\u0628\u0631\u0648\u0631\u064a 2026"},{"year":"2026","month":"1","text":"\u062c\u0646\u0648\u0631\u064a 2026"},{"year":"2025","month":"12","text":"\u062f\u0633\u0645\u0628\u0631 2025"},{"year":"2025","month":"11","text":"\u0646\u0648\u0648\u0645\u0628\u0631 2025"},{"year":"2025","month":"10","text":"\u0627\u06a9\u062a\u0648\u0628\u0631 2025"},{"year":"2015","month":"10","text":"\u0627\u06a9\u062a\u0648\u0628\u0631 2015"},{"year":"2015","month":"2","text":"\u0641\u0628\u0631\u0648\u0631\u064a 2015"},{"year":"2015","month":"1","text":"\u062c\u0646\u0648\u0631\u064a 2015"}],"mediaTrash":0,"infiniteScrolling":0}}</script> <script id="wpmagazine-modules-lite-elementor-public-script-js-extra" type="litespeed/javascript">var wpmagazineModulesElementorObject={"ajax_url":"https://shaournews.com/wp-admin/admin-ajax.php","_wpnonce":"e605c21fc4"}</script> <script id="elespare-custom-scripts-js-extra" type="litespeed/javascript">var ElespareLocalize={"ajax_url":"https://shaournews.com/wp-admin/admin-ajax.php","nonce":"4fd1d77c15"}</script> <script id="elementor-frontend-js-before" type="litespeed/javascript">var elementorFrontendConfig={"environmentMode":{"edit":!1,"wpPreview":!1,"isScriptDebug":!1},"i18n":{"shareOnFacebook":"\u067e\u0647 \u0641\u06d0\u0633\u0628\u0648\u06a9 \u0634\u0631\u06cc\u06a9 \u06a9\u0693\u0626","shareOnTwitter":"\u067e\u0647 \u067c\u0648\u06cc\u067c\u0631 \u06a9\u06d0 \u0634\u0631\u06cc\u06a9 \u06a9\u0693\u0626","pinIt":"\u06a9\u0644\u06a9\u0647 \u06d0\u06d0 \u06a9\u0693\u0647","download":"Download","downloadImage":"\u0627\u0646\u0681\u0648\u0631 \u0689\u0627\u0648\u0646\u0644\u0648\u0689 \u06a9\u0693\u0626","fullscreen":"\u0645\u06a9\u0645\u0644\u0647 \u0635\u0641\u062d\u0647","zoom":"\u0632\u0648\u0645","share":"\u0634\u0631\u06cc\u06a9 \u06a9\u0693\u0626","playVideo":"\u0648\u06cc\u0689\u06cc\u0648 \u067e\u0644\u06cc \u06a9\u0693\u0626","previous":"\u0645\u062e\u06a9\u06cc\u0646\u06cc","next":"\u0628\u0644","close":"\u0628\u0646\u062f\u0648\u0644","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":!0,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":!0},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":!1},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":!0},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":!1},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":!1},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":!1}},"hasCustomBreakpoints":!1},"version":"4.1.4","is_static":!1,"experimentalFeatures":{"e_font_icon_svg":!0,"additional_custom_breakpoints":!0,"container":!0,"e_optimized_markup":!0,"e_panel_promotions":!0,"e_pro_free_trial_popup":!0,"nested-elements":!0,"global_classes_should_enforce_capabilities":!0,"e_variables":!0,"e_opt_in_v4_page":!0,"e_components":!0,"e_interactions":!0,"e_widget_creation":!0,"import-export-customization":!0},"urls":{"assets":"https:\/\/shaournews.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/shaournews.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/shaournews.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"134b0b7561","atomicFormsSendForm":"e9333874c5"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":1168,"title":"%DA%A9%D9%88%D8%B1%D9%BE%D8%A7%DA%BC%D9%87%20%7C%20%D8%B4%D8%B9%D9%88%D8%B1%20%D8%AE%D8%A8%D8%B1%DB%8C%20%D8%A7%DA%98%D8%A7%D9%86%D8%B3","excerpt":"","featuredImage":!1}}</script> <script id="hostinger-reach-subscription-block-view-js-extra" type="litespeed/javascript">var hostinger_reach_subscription_block_data={"endpoint":"https://shaournews.com/index.php?rest_route=/hostinger-reach/v1/contact","nonce":"5279100767","translations":{"thanks":"Thanks for subscribing.","error":"Something went wrong. Please try again."}}</script> <script id="wpmagazine-modules-lite-public-script-js-extra" type="litespeed/javascript">var wpmagazineModulesObject={"ajax_url":"https://shaournews.com/wp-admin/admin-ajax.php","_wpnonce":"e605c21fc4"}</script> <script id="news-portal-custom-script-js-extra" type="litespeed/javascript">var mtObject={"menu_sticky":"false","liveSearch":"true","ajaxUrl":"https://shaournews.com/wp-admin/admin-ajax.php","_wpnonce":"329c120978","inner_sticky":"false","front_sticky":"true"}</script> <script id="lvc-tracker-js-extra" type="litespeed/javascript">var lightvcData={"postId":"1168","ajaxUrl":"https://shaournews.com/index.php?rest_route=/lightvc/v1/count","scrollThreshold":"50","timeWindow":"1800","fastMode":"1","excludeBots":"1"}</script> <script id="splw-old-script-js-extra" type="litespeed/javascript">var sp_location_weather={"ajax_url":"https://shaournews.com/wp-admin/admin-ajax.php","url":"https://shaournews.com/wp-content/plugins/location-weather/assets","loadScript":"https://shaournews.com/wp-content/plugins/location-weather/assets/js/lw-scripts.min.js","link":"https://shaournews.com/wp-admin/post-new.php?post_type=location_weather","shortCodeList":[{"id":2207,"title":"\u06a9\u0627\u0628\u0644"}]}</script> <script data-no-optimize="1">window.lazyLoadOptions=Object.assign({},{threshold:300},window.lazyLoadOptions||{});!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).LazyLoad=e()}(this,function(){"use strict";function e(){return(e=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n,a=arguments[e];for(n in a)Object.prototype.hasOwnProperty.call(a,n)&&(t[n]=a[n])}return t}).apply(this,arguments)}function o(t){return e({},at,t)}function l(t,e){return t.getAttribute(gt+e)}function c(t){return l(t,vt)}function s(t,e){return function(t,e,n){e=gt+e;null!==n?t.setAttribute(e,n):t.removeAttribute(e)}(t,vt,e)}function i(t){return s(t,null),0}function r(t){return null===c(t)}function u(t){return c(t)===_t}function d(t,e,n,a){t&&(void 0===a?void 0===n?t(e):t(e,n):t(e,n,a))}function f(t,e){et?t.classList.add(e):t.className+=(t.className?" ":"")+e}function _(t,e){et?t.classList.remove(e):t.className=t.className.replace(new RegExp("(^|\\s+)"+e+"(\\s+|$)")," ").replace(/^\s+/,"").replace(/\s+$/,"")}function g(t){return t.llTempImage}function v(t,e){!e||(e=e._observer)&&e.unobserve(t)}function b(t,e){t&&(t.loadingCount+=e)}function p(t,e){t&&(t.toLoadCount=e)}function n(t){for(var e,n=[],a=0;e=t.children[a];a+=1)"SOURCE"===e.tagName&&n.push(e);return n}function h(t,e){(t=t.parentNode)&&"PICTURE"===t.tagName&&n(t).forEach(e)}function a(t,e){n(t).forEach(e)}function m(t){return!!t[lt]}function E(t){return t[lt]}function I(t){return delete t[lt]}function y(e,t){var n;m(e)||(n={},t.forEach(function(t){n[t]=e.getAttribute(t)}),e[lt]=n)}function L(a,t){var o;m(a)&&(o=E(a),t.forEach(function(t){var e,n;e=a,(t=o[n=t])?e.setAttribute(n,t):e.removeAttribute(n)}))}function k(t,e,n){f(t,e.class_loading),s(t,st),n&&(b(n,1),d(e.callback_loading,t,n))}function A(t,e,n){n&&t.setAttribute(e,n)}function O(t,e){A(t,rt,l(t,e.data_sizes)),A(t,it,l(t,e.data_srcset)),A(t,ot,l(t,e.data_src))}function w(t,e,n){var a=l(t,e.data_bg_multi),o=l(t,e.data_bg_multi_hidpi);(a=nt&&o?o:a)&&(t.style.backgroundImage=a,n=n,f(t=t,(e=e).class_applied),s(t,dt),n&&(e.unobserve_completed&&v(t,e),d(e.callback_applied,t,n)))}function x(t,e){!e||0<e.loadingCount||0<e.toLoadCount||d(t.callback_finish,e)}function M(t,e,n){t.addEventListener(e,n),t.llEvLisnrs[e]=n}function N(t){return!!t.llEvLisnrs}function z(t){if(N(t)){var e,n,a=t.llEvLisnrs;for(e in a){var o=a[e];n=e,o=o,t.removeEventListener(n,o)}delete t.llEvLisnrs}}function C(t,e,n){var a;delete t.llTempImage,b(n,-1),(a=n)&&--a.toLoadCount,_(t,e.class_loading),e.unobserve_completed&&v(t,n)}function R(i,r,c){var l=g(i)||i;N(l)||function(t,e,n){N(t)||(t.llEvLisnrs={});var a="VIDEO"===t.tagName?"loadeddata":"load";M(t,a,e),M(t,"error",n)}(l,function(t){var e,n,a,o;n=r,a=c,o=u(e=i),C(e,n,a),f(e,n.class_loaded),s(e,ut),d(n.callback_loaded,e,a),o||x(n,a),z(l)},function(t){var e,n,a,o;n=r,a=c,o=u(e=i),C(e,n,a),f(e,n.class_error),s(e,ft),d(n.callback_error,e,a),o||x(n,a),z(l)})}function T(t,e,n){var a,o,i,r,c;t.llTempImage=document.createElement("IMG"),R(t,e,n),m(c=t)||(c[lt]={backgroundImage:c.style.backgroundImage}),i=n,r=l(a=t,(o=e).data_bg),c=l(a,o.data_bg_hidpi),(r=nt&&c?c:r)&&(a.style.backgroundImage='url("https://shaournews.com/wp-content/uploads/elementor/css/'.concat(r,'")'),g(a).setAttribute(ot,r),k(a,o,i)),w(t,e,n)}function G(t,e,n){var a;R(t,e,n),a=e,e=n,(t=Et[(n=t).tagName])&&(t(n,a),k(n,a,e))}function D(t,e,n){var a;a=t,(-1<It.indexOf(a.tagName)?G:T)(t,e,n)}function S(t,e,n){var a;t.setAttribute("loading","lazy"),R(t,e,n),a=e,(e=Et[(n=t).tagName])&&e(n,a),s(t,_t)}function V(t){t.removeAttribute(ot),t.removeAttribute(it),t.removeAttribute(rt)}function j(t){h(t,function(t){L(t,mt)}),L(t,mt)}function F(t){var e;(e=yt[t.tagName])?e(t):m(e=t)&&(t=E(e),e.style.backgroundImage=t.backgroundImage)}function P(t,e){var n;F(t),n=e,r(e=t)||u(e)||(_(e,n.class_entered),_(e,n.class_exited),_(e,n.class_applied),_(e,n.class_loading),_(e,n.class_loaded),_(e,n.class_error)),i(t),I(t)}function U(t,e,n,a){var o;n.cancel_on_exit&&(c(t)!==st||"IMG"===t.tagName&&(z(t),h(o=t,function(t){V(t)}),V(o),j(t),_(t,n.class_loading),b(a,-1),i(t),d(n.callback_cancel,t,e,a)))}function $(t,e,n,a){var o,i,r=(i=t,0<=bt.indexOf(c(i)));s(t,"entered"),f(t,n.class_entered),_(t,n.class_exited),o=t,i=a,n.unobserve_entered&&v(o,i),d(n.callback_enter,t,e,a),r||D(t,n,a)}function q(t){return t.use_native&&"loading"in HTMLImageElement.prototype}function H(t,o,i){t.forEach(function(t){return(a=t).isIntersecting||0<a.intersectionRatio?$(t.target,t,o,i):(e=t.target,n=t,a=o,t=i,void(r(e)||(f(e,a.class_exited),U(e,n,a,t),d(a.callback_exit,e,n,t))));var e,n,a})}function B(e,n){var t;tt&&!q(e)&&(n._observer=new IntersectionObserver(function(t){H(t,e,n)},{root:(t=e).container===document?null:t.container,rootMargin:t.thresholds||t.threshold+"px"}))}function J(t){return Array.prototype.slice.call(t)}function K(t){return t.container.querySelectorAll(t.elements_selector)}function Q(t){return c(t)===ft}function W(t,e){return e=t||K(e),J(e).filter(r)}function X(e,t){var n;(n=K(e),J(n).filter(Q)).forEach(function(t){_(t,e.class_error),i(t)}),t.update()}function t(t,e){var n,a,t=o(t);this._settings=t,this.loadingCount=0,B(t,this),n=t,a=this,Y&&window.addEventListener("online",function(){X(n,a)}),this.update(e)}var Y="undefined"!=typeof window,Z=Y&&!("onscroll"in window)||"undefined"!=typeof navigator&&/(gle|ing|ro)bot|crawl|spider/i.test(navigator.userAgent),tt=Y&&"IntersectionObserver"in window,et=Y&&"classList"in document.createElement("p"),nt=Y&&1<window.devicePixelRatio,at={elements_selector:".lazy",container:Z||Y?document:null,threshold:300,thresholds:null,data_src:"src",data_srcset:"srcset",data_sizes:"sizes",data_bg:"bg",data_bg_hidpi:"bg-hidpi",data_bg_multi:"bg-multi",data_bg_multi_hidpi:"bg-multi-hidpi",data_poster:"poster",class_applied:"applied",class_loading:"litespeed-loading",class_loaded:"litespeed-loaded",class_error:"error",class_entered:"entered",class_exited:"exited",unobserve_completed:!0,unobserve_entered:!1,cancel_on_exit:!0,callback_enter:null,callback_exit:null,callback_applied:null,callback_loading:null,callback_loaded:null,callback_error:null,callback_finish:null,callback_cancel:null,use_native:!1},ot="src",it="srcset",rt="sizes",ct="poster",lt="llOriginalAttrs",st="loading",ut="loaded",dt="applied",ft="error",_t="native",gt="data-",vt="ll-status",bt=[st,ut,dt,ft],pt=[ot],ht=[ot,ct],mt=[ot,it,rt],Et={IMG:function(t,e){h(t,function(t){y(t,mt),O(t,e)}),y(t,mt),O(t,e)},IFRAME:function(t,e){y(t,pt),A(t,ot,l(t,e.data_src))},VIDEO:function(t,e){a(t,function(t){y(t,pt),A(t,ot,l(t,e.data_src))}),y(t,ht),A(t,ct,l(t,e.data_poster)),A(t,ot,l(t,e.data_src)),t.load()}},It=["IMG","IFRAME","VIDEO"],yt={IMG:j,IFRAME:function(t){L(t,pt)},VIDEO:function(t){a(t,function(t){L(t,pt)}),L(t,ht),t.load()}},Lt=["IMG","IFRAME","VIDEO"];return t.prototype={update:function(t){var e,n,a,o=this._settings,i=W(t,o);{if(p(this,i.length),!Z&&tt)return q(o)?(e=o,n=this,i.forEach(function(t){-1!==Lt.indexOf(t.tagName)&&S(t,e,n)}),void p(n,0)):(t=this._observer,o=i,t.disconnect(),a=t,void o.forEach(function(t){a.observe(t)}));this.loadAll(i)}},destroy:function(){this._observer&&this._observer.disconnect(),K(this._settings).forEach(function(t){I(t)}),delete this._observer,delete this._settings,delete this.loadingCount,delete this.toLoadCount},loadAll:function(t){var e=this,n=this._settings;W(t,n).forEach(function(t){v(t,e),D(t,n,e)})},restoreAll:function(){var e=this._settings;K(e).forEach(function(t){P(t,e)})}},t.load=function(t,e){e=o(e);D(t,e)},t.resetStatus=function(t){i(t)},t}),function(t,e){"use strict";function n(){e.body.classList.add("litespeed_lazyloaded")}function a(){console.log("[LiteSpeed] Start Lazy Load"),o=new LazyLoad(Object.assign({},t.lazyLoadOptions||{},{elements_selector:"[data-lazyloaded]",callback_finish:n})),i=function(){o.update()},t.MutationObserver&&new MutationObserver(i).observe(e.documentElement,{childList:!0,subtree:!0,attributes:!0})}var o,i;t.addEventListener?t.addEventListener("load",a,!1):t.attachEvent("onload",a)}(window,document);</script><script data-no-optimize="1">window.litespeed_ui_events=window.litespeed_ui_events||["mouseover","click","keydown","wheel","touchmove","touchstart","pointerup","pointerdown"];var urlCreator=window.URL||window.webkitURL;function litespeed_load_delayed_js_force(){console.log("[LiteSpeed] Start Load JS Delayed"),litespeed_ui_events.forEach(e=>{window.removeEventListener(e,litespeed_load_delayed_js_force,{passive:!0})}),document.querySelectorAll("iframe[data-litespeed-src]").forEach(e=>{e.setAttribute("src",e.getAttribute("data-litespeed-src"))}),"loading"==document.readyState?window.addEventListener("DOMContentLoaded",litespeed_load_delayed_js):litespeed_load_delayed_js()}litespeed_ui_events.forEach(e=>{window.addEventListener(e,litespeed_load_delayed_js_force,{passive:!0})});async function litespeed_load_delayed_js(){let t=[];for(var d in document.querySelectorAll('script[type="litespeed/javascript"]').forEach(e=>{t.push(e)}),t)await new Promise(e=>litespeed_load_one(t[d],e));document.dispatchEvent(new Event("DOMContentLiteSpeedLoaded")),window.dispatchEvent(new Event("DOMContentLiteSpeedLoaded"))}function litespeed_load_one(t,e){console.log("[LiteSpeed] Load ",t);function d(){o.src.startsWith("blob:")&&URL.revokeObjecturl(o.src),e()}var o=document.createElement("script");o.addEventListener("load",d),o.addEventListener("error",d),t.getAttributeNames().forEach(e=>{"type"!=e&&o.setAttribute("data-src"==e?"src":e,t.getAttribute(e))}),o.type="text/javascript",!o.src&&t.textContent&&(o.src=litespeed_inline2src(t.textContent)),t.after(o),t.remove()}function litespeed_inline2src(t){try{var d=urlCreator.createObjecturl(new Blob([t.replace(/^(?:<!--)?(.*?)(?:-->)?$/gm,"$1")],{type:"text/javascript"}))}catch(e){d="data:text/javascript;base64,"+btoa(t.replace(/^(?:<!--)?(.*?)(?:-->)?$/gm,"$1"))}return d}</script><script data-no-optimize="1">var litespeed_vary=document.cookie.replace(/(?:(?:^|.*;\s*)_lscache_vary\s*\=\s*([^;]*).*$)|^.*$/,"");litespeed_vary||(sessionStorage.getItem("litespeed_reloaded")?console.log("LiteSpeed:skipping guest vary reload (already reloaded this session)"):fetch("/wp-content/plugins/litespeed-cache/guest.vary.php",{method:"POST",cache:"no-cache",redirect:"follow"}).then(e=>e.json()).then(e=>{console.log(e),e.hasOwnProperty("reload")&&"yes"==e.reload&&(sessionStorage.setItem("litespeed_docref",document.referrer),sessionStorage.setItem("litespeed_reloaded","1"),window.location.reload(!0))}));</script><script data-optimized="1" type="litespeed/javascript" data-src="https://shaournews.com/wp-content/litespeed/js/3e34c7c8926360595a52bfcc0f661412.js?ver=e754e"></script></body></html><!-- Page optimized by LiteSpeed Cache @2026-09-14 01:07:44 --><!-- Page cached by LiteSpeed Cache 7.9.1 on 2026-09-14 01:07:43 --><!-- Guest Mode --><!-- QUIC.cloud UCSS in queue -->.footer-width-fixer{width:100%}.ehf-template-genesis.ehf-header .site-header .wrap,.ehf-template-genesis.ehf-footer .site-footer .wrap,.ehf-template-generatepress.ehf-header .site-header .inside-header{width:100%;padding:0;max-width:100%}.ehf-template-generatepress.ehf-header .site-header,.ehf-template-generatepress.ehf-footer .site-footer{width:100%;padding:0;max-width:100%;background-color:transparent!important}.bhf-hidden{display:none}.ehf-header #masthead{z-index:99;position:relative}.elementor-1951 .elementor-element.elementor-element-5c68e5a:not(.elementor-motion-effects-element-type-background),.elementor-1951 .elementor-element.elementor-element-5c68e5a>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#353535}.elementor-1951 .elementor-element.elementor-element-5c68e5a{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s}.elementor-1951 .elementor-element.elementor-element-5c68e5a>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-bc-flex-widget .elementor-1951 .elementor-element.elementor-element-b153960.elementor-column .elementor-widget-wrap{align-items:center}.elementor-1951 .elementor-element.elementor-element-b153960.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1951 .elementor-element.elementor-element-b153960>.elementor-element-populated{text-align:justify;margin:0 0 0 0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0 0 0 0}.elementor-1951 .elementor-element.elementor-element-c332f85{background-color:var(--e-global-color-primary);padding:0 0 0 0}.elementor-1951 .elementor-element.elementor-element-c332f85.elementor-element{--align-self:center;--order:-99999 /* order start hack */}.elementor-1951 .elementor-element.elementor-element-c332f85 .elespare-date-wrapper span.elespare-date-text{font-family:"Vazirmatn",Sans-serif;font-size:14px;font-weight:400;color:#FFF}.elementor-1951 .elementor-element.elementor-element-c332f85 .elespare-date-icon{color:#000}.elementor-1951 .elementor-element.elementor-element-c332f85 .elespare-time-wrapper span.elespare-time-text{font-family:"Vazirmatn",Sans-serif;font-size:16px;font-weight:400;color:#FFF}.elementor-1951 .elementor-element.elementor-element-c332f85 .elespare-time-icon{color:#FFF}.elementor-bc-flex-widget .elementor-1951 .elementor-element.elementor-element-67f29e2.elementor-column .elementor-widget-wrap{align-items:center}.elementor-1951 .elementor-element.elementor-element-67f29e2.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1951 .elementor-element.elementor-element-8788504{margin:0 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0;padding:0 0 0 0;font-size:16px;font-weight:700}.elementor-1951 .elementor-element.elementor-element-8788504 div.elespare-menu ul>li>a{padding:0 10px 0 10px}.elementor-1951 .elementor-element.elementor-element-8788504 ul.elespare-menu>li>a{padding:0 10px 0 10px;color:#DDD;font-family:"Vazirmatn",Sans-serif;font-size:14px;font-weight:700;text-transform:none}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-overline div.elespare-menu>ul>li:hover>a:before{width:calc(100% - 10px - 10px)}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-overline ul.elespare-menu>li:hover>a:before{width:calc(100% - 10px - 10px)}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-underline div.elespare-menu>ul>li:hover>a:before{width:calc(100% - 10px - 10px)}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-underline ul.elespare-menu>li:hover>a:before{width:calc(100% - 10px - 10px)}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-overline div.elespare-menu>ul>licurrent-menu-item>a:before{width:calc(100% - 10px - 10px)}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-overline ul.elespare-menu>licurrent-menu-item>a:before{width:calc(100% - 10px - 10px)}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-underline div.elespare-menu>ul>licurrent-menu-item>a:before{width:calc(100% - 10px - 10px)}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-underline ul.elespare-menu>licurrent-menu-item>a:before{width:calc(100% - 10px - 10px)}.elementor-1951 .elementor-element.elementor-element-8788504 div.elespare-menu>ul>li>a{color:#DDD}.elementor-1951 .elementor-element.elementor-element-8788504 div.elespare-menu>ul>li:hover>a{color:#FFF}.elementor-1951 .elementor-element.elementor-element-8788504 ul.elespare-menu>li:hover>a{color:#FFF}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-underline div.elespare-menu>ul>li:hover>a:before{background-color:#FFF}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-underline ul.elespare-menu>li:hover>a:before{background-color:#FFF}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-overline div.elespare-menu ul li a:before{background-color:#FFF}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-overline ul.elespare-menu li a:before{background-color:#FFF}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-menu li.current-menu-item a{color:#FFF}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-underline div.elespare-menu>ul>li.current-menu-item>a:before{background-color:#FFF}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-underline ul.elespare-menu>li.current-menu-item>a:before{background-color:#FFF}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare--hover-overline .elespare-menu li a.current-menu-item>a:before{background-color:#FFF}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-menu .sub-menu-default li a{padding:13px 20px 14px 20px}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-nav-default .sub-menu li a{padding:13px 20px 14px 20px;border-width:0 0 1px 0}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-nav-default .menu-item-has-children .sub-menu a{color:#000}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-menu .menu-item-has-children .sub-menu-default a{color:#000}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-menu .page_item_has_children .children a{color:#000}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-nav-default li .sub-menu>li:hover>a{color:#aa3166}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-nav-default li .children>li:hover>a{color:#aa3166}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-nav-default .sub-menu li.current-menu-item a{color:#aa3166}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-nav-default .children li.current-menu-item a{color:#aa3166}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-menu li .sub-menu-default>li:hover>a{color:#aa3166}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-menu .sub-menu-default li.current-menu-item a{color:#aa3166}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-nav-default .sub-menu{border-color:#efefef}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-menu .sub-menu-default{border-color:#efefef}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-menu .children li a{border-color:#efefef}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-menu .sub-menu li a{border-color:#efefef}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-nav-default .children li a{border-width:0 0 1px 0}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-menu-toggle{color:#FFF}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-menu-sidebar .elespare-dropdown-menu a{color:#DD1414;font-family:"Vazirmatn",Sans-serif}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-menu-toggle:hover{color:#FFF}.elementor-1951 .elementor-element.elementor-element-8788504 .elespare-menu-sidebar .elespare-dropdown-menu li:hover>a{color:#d1346f}.elementor-bc-flex-widget .elementor-1951 .elementor-element.elementor-element-62f1850.elementor-column .elementor-widget-wrap{align-items:center}.elementor-1951 .elementor-element.elementor-element-62f1850.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1951 .elementor-element.elementor-element-62f1850.elementor-column>.elementor-widget-wrap{justify-content:flex-end}.elementor-1951 .elementor-element.elementor-element-62f1850>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:-2px}.elementor-1951 .elementor-element.elementor-element-62f1850>.elementor-element-populated{padding:0 10px 0 0}.elementor-1951 .elementor-element.elementor-element-37f8d72{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row}.elementor-1951 .elementor-element.elementor-element-37f8d72.e-con{--flex-grow:0;--flex-shrink:0}.elementor-1951 .elementor-element.elementor-element-e361029{margin:0 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0;padding:0 0 0 0}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section .elespare-widget-title .elespare-section-title{color:#000}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-after{background-color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-2 .elespare-widget-title span.elespare-section-title:after{background-color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-3 .elespare-widget-title .elespare-section-title{border-bottom-color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-before{background-color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-after{background-color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after{background-color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-before{background-color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-7 .elespare-widget-title .elespare-section-title-after{color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-7 .elespare-widget-title .elespare-section-title-before{color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-8 .elespare-widget-title .elespare-section-title{background-color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-8 .elespare-widget-title .elespare-section-title:before{border-top-color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-9 .elespare-widget-title .elespare-section-title{background-color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-9 .elespare-widget-title{border-bottom-color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-10 .elespare-widget-title .elespare-section-title:before{background-color:#bb1919}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-before{background-color:#efefef}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-3 .elespare-widget-title .elespare-section-title-after{background-color:#efefef}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-after{background-color:#efefef}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-before{background-color:#efefef}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-title-section .elespare-widget-title .elespare-section-title{font-family:"Vazirmatn",Sans-serif}.elementor-1951 .elementor-element.elementor-element-e361029 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper .elespare-social-links>a{margin:0 5px 0 0}.elementor-widget-heading .elementor-heading-title{font-weight:var(--e-global-typography-primary-font-weight)}.elementor-1951 .elementor-element.elementor-element-79c7806.elementor-element{--align-self:center}.elementor-1951 .elementor-element.elementor-element-79c7806{text-align:start}.elementor-1951 .elementor-element.elementor-element-79c7806 .elementor-heading-title{font-family:"Vazirmatn",Sans-serif;color:var(--e-global-color-ec9d079)}.elementor-1951 .elementor-element.elementor-element-dd45e8c:not(.elementor-motion-effects-element-type-background),.elementor-1951 .elementor-element.elementor-element-dd45e8c>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-image:url(https://shaournews.com/wp-content/uploads/2025/10/cropped-pexels-photo-596815-1-1-2.jpeg);background-position:top center;background-repeat:no-repeat;background-size:cover}.elementor-1951 .elementor-element.elementor-element-dd45e8c>.elementor-background-overlay{background-color:#000;opacity:.5;transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-1951 .elementor-element.elementor-element-dd45e8c{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;padding:45px 0 45px 0}.elementor-1951 .elementor-element.elementor-element-0905d71>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:5px}.elementor-widget-image .widget-image-caption{font-weight:var(--e-global-typography-text-font-weight)}.elementor-1951 .elementor-element.elementor-element-62d5156{text-align:center}.elementor-1951 .elementor-element.elementor-element-0e5ce85{text-align:center}.elementor-1951 .elementor-element.elementor-element-0e5ce85 .elementor-heading-title{font-family:"Vazirmatn",Sans-serif;color:var(--e-global-color-ec9d079)}.elementor-bc-flex-widget .elementor-1951 .elementor-element.elementor-element-9ba9e9e.elementor-column .elementor-widget-wrap{align-items:center}.elementor-1951 .elementor-element.elementor-element-9ba9e9e.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1951 .elementor-element.elementor-element-9ba9e9e>.elementor-element-populated{padding:0 10px 0 0}.elementor-1951 .elementor-element.elementor-element-bcdba68{width:var(--container-widget-width,99.647%);max-width:99.647%;--container-widget-width:99.647%;--container-widget-flex-grow:0;text-align:start}.elementor-1951 .elementor-element.elementor-element-bcdba68.elementor-element{--flex-grow:0;--flex-shrink:0}.elementor-1951 .elementor-element.elementor-element-9104b26{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px}.elementor-1951 .elementor-element.elementor-element-9104b26:not(.elementor-motion-effects-element-type-background),.elementor-1951 .elementor-element.elementor-element-9104b26>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:var(--e-global-color-primary)}.elementor-1951 .elementor-element.elementor-element-9104b26.e-con{--flex-grow:0;--flex-shrink:0}.elementor-1951 .elementor-element.elementor-element-2ed1e3e{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:flex-start}.elementor-1951 .elementor-element.elementor-element-2ed1e3e.e-con{--flex-grow:0;--flex-shrink:0}.elementor-1951 .elementor-element.elementor-element-140e5b2{width:var(--container-widget-width,48.025%);max-width:48.025%;--container-widget-width:48.025%;--container-widget-flex-grow:0;font-size:16px;font-weight:400}.elementor-1951 .elementor-element.elementor-element-140e5b2.elementor-element{--flex-grow:0;--flex-shrink:0}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-toggle{font-size:34px}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-toggle{font-size:34px}.elementor-1951 .elementor-element.elementor-element-140e5b2 div.elespare-menu ul>li>a{padding:5px 5px 5px 5px}.elementor-1951 .elementor-element.elementor-element-140e5b2 ul.elespare-menu>li>a{padding:5px 5px 5px 5px;color:#FFFEFE;font-size:16px;font-weight:400;text-transform:none}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-overline div.elespare-menu>ul>li:hover>a:before{width:calc(100% - 5px - 5px)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-overline ul.elespare-menu>li:hover>a:before{width:calc(100% - 5px - 5px)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-underline div.elespare-menu>ul>li:hover>a:before{width:calc(100% - 5px - 5px)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-underline ul.elespare-menu>li:hover>a:before{width:calc(100% - 5px - 5px)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-overline div.elespare-menu>ul>licurrent-menu-item>a:before{width:calc(100% - 5px - 5px)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-overline ul.elespare-menu>licurrent-menu-item>a:before{width:calc(100% - 5px - 5px)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-underline div.elespare-menu>ul>licurrent-menu-item>a:before{width:calc(100% - 5px - 5px)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-underline ul.elespare-menu>licurrent-menu-item>a:before{width:calc(100% - 5px - 5px)}.elementor-1951 .elementor-element.elementor-element-140e5b2 div.elespare-menu>ul>li>a{color:#FFFEFE}.elementor-1951 .elementor-element.elementor-element-140e5b2 div.elespare-menu>ul>li:hover>a{color:#aa3166}.elementor-1951 .elementor-element.elementor-element-140e5b2 ul.elespare-menu>li:hover>a{color:#aa3166}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-underline div.elespare-menu>ul>li:hover>a:before{background-color:#aa3166}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-underline ul.elespare-menu>li:hover>a:before{background-color:#aa3166}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-overline div.elespare-menu ul li a:before{background-color:#aa3166}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-overline ul.elespare-menu li a:before{background-color:#aa3166}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu li.current-menu-item a{color:#aa3166}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-underline div.elespare-menu>ul>li.current-menu-item>a:before{background-color:#aa3166}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-underline ul.elespare-menu>li.current-menu-item>a:before{background-color:#aa3166}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare--hover-overline .elespare-menu li a.current-menu-item>a:before{background-color:#aa3166}.elementor-1951 .elementor-element.elementor-element-140e5b2 div.elespare-menu>ul>.page_item_has_children>.children{margin-top:0px!important}.elementor-1951 .elementor-element.elementor-element-140e5b2 ul.elespare-menu>.menu-item-has-children>.elespare-menu-child{margin-top:0px!important}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu .sub-menu-default li a{padding:6px 20px 6px 15px}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-nav-default .sub-menu li a{padding:6px 20px 6px 15px;border-width:0 0 1px 0}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-nav-default .menu-item-has-children .sub-menu a{color:var(--e-global-color-secondary)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu .menu-item-has-children .sub-menu-default a{color:var(--e-global-color-secondary)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu .page_item_has_children .children a{color:var(--e-global-color-secondary)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-nav-default .menu-item-has-children .sub-menu{background-color:var(--e-global-color-ec9d079)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu .menu-item-has-children .sub-menu-default{background-color:var(--e-global-color-ec9d079)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu .page_item_has_children .children{background-color:var(--e-global-color-ec9d079)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-nav-default li .sub-menu>li:hover>a{color:var(--e-global-color-primary)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-nav-default li .children>li:hover>a{color:var(--e-global-color-primary)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-nav-default .sub-menu li.current-menu-item a{color:var(--e-global-color-primary)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-nav-default .children li.current-menu-item a{color:var(--e-global-color-primary)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu li .sub-menu-default>li:hover>a{color:var(--e-global-color-primary)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu .sub-menu-default li.current-menu-item a{color:var(--e-global-color-primary)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-nav-default .sub-menu{border-color:#efefef}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu .sub-menu-default{border-color:#efefef}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu .children li a{border-color:#efefef}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu .sub-menu li a{border-color:#efefef}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-nav-default .children li a{border-width:0 0 1px 0}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu-toggle{color:var(--e-global-color-ec9d079)}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu-sidebar .elespare-dropdown-menu a{color:var(--e-global-color-secondary);font-family:"Droid Arabic Kufi",Sans-serif}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu-toggle:hover{color:#F80}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu-sidebar .elespare-dropdown-menu li:hover>a{color:var(--e-global-color-secondary)}.elementor-1951 .elementor-element.elementor-element-9109faf{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center}.elementor-1951 .elementor-element.elementor-element-9109faf.e-con{--align-self:center;--flex-grow:0;--flex-shrink:0}.elementor-widget-hfe-search-button input[type="search"].hfe-search-form__input,.elementor-widget-hfe-search-button .hfe-search-icon-toggle{font-weight:var(--e-global-typography-primary-font-weight)}.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-form__container{min-height:50px}.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-submit{min-width:50px}.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-form__input{padding-left:calc(50px / 5);padding-right:calc(50px / 5)}.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-form__container button#clear i:before,.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-icon-toggle button#clear i:before,.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-form__container button#clear-with-button i:before{font-size:20px}.elementor-1951 .elementor-element.elementor-element-181bd9f.elementor-element{--align-self:center}.elementor-1951 .elementor-element.elementor-element-181bd9f input[type="search"].hfe-search-form__input,.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-icon-toggle{font-family:"Vazirmatn",Sans-serif}.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-form__input::placeholder{color:var(--e-global-color-primary)}.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-form__input,.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input{background-color:#ededed}.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-icon-toggle .hfe-search-form__input{background-color:#fff0}.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-form__container,.elementor-1951 .elementor-element.elementor-element-181bd9f input.hfe-search-form__input{box-shadow:2px 0 10px 0 rgb(0 0 0 / .5)}.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-form__container,.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-icon-toggle .hfe-search-form__input,.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input{border-style:none}.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-form__container,.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-icon-toggle .hfe-search-form__input,.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input{border-radius:0}.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-form__container button#clear-with-button,.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-form__container button#clear,.elementor-1951 .elementor-element.elementor-element-181bd9f .hfe-search-icon-toggle button#clear{color:#FFF}:root{--page-title-display:none}@media(min-width:768px){.elementor-1951 .elementor-element.elementor-element-b153960{width:15.436%}.elementor-1951 .elementor-element.elementor-element-67f29e2{width:49.604%}.elementor-1951 .elementor-element.elementor-element-62f1850{width:34.625%}.elementor-1951 .elementor-element.elementor-element-37f8d72{--width:98.7%}.elementor-1951 .elementor-element.elementor-element-0905d71{width:24.209%}.elementor-1951 .elementor-element.elementor-element-9ba9e9e{width:75.456%}.elementor-1951 .elementor-element.elementor-element-9104b26{--width:100%}.elementor-1951 .elementor-element.elementor-element-2ed1e3e{--width:70%}.elementor-1951 .elementor-element.elementor-element-9109faf{--width:22%}}@media(max-width:1024px) and (min-width:768px){.elementor-1951 .elementor-element.elementor-element-b153960{width:33%}.elementor-1951 .elementor-element.elementor-element-67f29e2{width:33%}.elementor-1951 .elementor-element.elementor-element-62f1850{width:33%}.elementor-1951 .elementor-element.elementor-element-2ed1e3e{--width:465.844px}.elementor-1951 .elementor-element.elementor-element-9109faf{--width:209px}}@media(max-width:1024px){.elementor-1951 .elementor-element.elementor-element-b153960.elementor-column>.elementor-widget-wrap{justify-content:flex-start}.elementor-1951 .elementor-element.elementor-element-37f8d72{--grid-auto-flow:row}.elementor-1951 .elementor-element.elementor-element-0905d71>.elementor-element-populated{padding:0 10px 0 15px}.elementor-1951 .elementor-element.elementor-element-9ba9e9e>.elementor-element-populated{padding:0 15px 0 10px}.elementor-1951 .elementor-element.elementor-element-2ed1e3e{--justify-content:center;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% )}.elementor-1951 .elementor-element.elementor-element-2ed1e3e.e-con{--align-self:flex-start}.elementor-1951 .elementor-element.elementor-element-140e5b2.elementor-element{--align-self:stretch}.elementor-1951 .elementor-element.elementor-element-140e5b2 div.elespare-menu>ul>.page_item_has_children>.children{margin-top:5px!important}.elementor-1951 .elementor-element.elementor-element-140e5b2 ul.elespare-menu>.menu-item-has-children>.elespare-menu-child{margin-top:5px!important}.elementor-1951 .elementor-element.elementor-element-140e5b2 .elespare-menu-sidebar .elespare-dropdown-menu a{font-size:12px}}@media(max-width:767px){.elementor-1951 .elementor-element.elementor-element-62f1850.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-1951 .elementor-element.elementor-element-62f1850>.elementor-element-populated{margin:0 0 0 0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:10px 10px 5px 10px}.elementor-1951 .elementor-element.elementor-element-37f8d72{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row}.elementor-1951 .elementor-element.elementor-element-e361029{margin:0 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0}.elementor-1951 .elementor-element.elementor-element-9ba9e9e>.elementor-element-populated{padding:20px 15px 0 15px}.elementor-1951 .elementor-element.elementor-element-9104b26{--width:500px}.elementor-1951 .elementor-element.elementor-element-2ed1e3e{--width:167px;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% )}.elementor-1951 .elementor-element.elementor-element-140e5b2.elementor-element{--align-self:flex-start}.elementor-1951 .elementor-element.elementor-element-9109faf{--width:122px}}.elementor-2114 .elementor-element.elementor-element-6e2ad637:not(.elementor-motion-effects-element-type-background),.elementor-2114 .elementor-element.elementor-element-6e2ad637>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:var(--e-global-color-primary)}.elementor-2114 .elementor-element.elementor-element-6e2ad637>.elementor-container{max-width:1600px}.elementor-2114 .elementor-element.elementor-element-6e2ad637{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;padding:20px 0 10px 0}.elementor-2114 .elementor-element.elementor-element-6e2ad637>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-2114 .elementor-element.elementor-element-53d8fac8>.elementor-element-populated{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s}.elementor-2114 .elementor-element.elementor-element-53d8fac8>.elementor-element-populated>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-2114 .elementor-element.elementor-element-531698a2{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s}.elementor-2114 .elementor-element.elementor-element-531698a2>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-2114 .elementor-element.elementor-element-768eac27>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:0px}.elementor-2114 .elementor-element.elementor-element-768eac27>.elementor-element-populated{margin:20px 0 20px 0;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-2114 .elementor-element.elementor-element-4b2c7dba{margin:-15px 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section .elespare-widget-title .elespare-section-title{color:#FFF;font-family:"Vazirmatn",Sans-serif;font-size:20px;font-weight:700;text-transform:capitalize}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-after{background-color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-2 .elespare-widget-title span.elespare-section-title:after{background-color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-3 .elespare-widget-title .elespare-section-title{border-bottom-color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-before{background-color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-after{background-color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after{background-color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-before{background-color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-7 .elespare-widget-title .elespare-section-title-after{color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-7 .elespare-widget-title .elespare-section-title-before{color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-8 .elespare-widget-title .elespare-section-title{background-color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-8 .elespare-widget-title .elespare-section-title:before{border-top-color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-9 .elespare-widget-title .elespare-section-title{background-color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-9 .elespare-widget-title{border-bottom-color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-10 .elespare-widget-title .elespare-section-title:before{background-color:#BB1919}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-before{background-color:#FFF0}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-3 .elespare-widget-title .elespare-section-title-after{background-color:#FFF0}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-after{background-color:#FFF0}.elementor-2114 .elementor-element.elementor-element-4b2c7dba .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-before{background-color:#FFF0}.elementor-widget-text-editor{font-weight:var(--e-global-typography-text-font-weight)}.elementor-2114 .elementor-element.elementor-element-5643882{padding:0 10px 0 10px;text-align:justify;font-family:"Vazirmatn",Sans-serif;font-size:16px;font-weight:400;text-transform:none;color:#FFF}.elementor-2114 .elementor-element.elementor-element-3a51e51>.elementor-widget-container{background-color:#fff0;background-image:linear-gradient(217deg,var(--e-global-color-ec9d079) 15%,var(--e-global-color-primary) 100%);box-shadow:8px 6px 10px 0 rgb(0 0 0 / .5)}.elementor-2114 .elementor-element.elementor-element-024f637{background-color:#fff0;background-image:radial-gradient(at bottom right,var(--e-global-color-ec9d079) 8%,var(--e-global-color-primary) 100%)}.elementor-2114 .elementor-element.elementor-element-76a380d9>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:0px}.elementor-2114 .elementor-element.elementor-element-76a380d9>.elementor-element-populated{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;margin:20px 0 20px 0;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-2114 .elementor-element.elementor-element-76a380d9>.elementor-element-populated>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-2114 .elementor-element.elementor-element-126644f.elementor-element{--align-self:center}.elementor-2114 .elementor-element.elementor-element-5b20b5b6>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:0px}.elementor-2114 .elementor-element.elementor-element-5b20b5b6>.elementor-element-populated{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s}.elementor-2114 .elementor-element.elementor-element-5b20b5b6>.elementor-element-populated>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-2114 .elementor-element.elementor-element-86a462d>.elementor-widget-container{background-color:#fff0;background-image:linear-gradient(180deg,var(--e-global-color-ec9d079) 18%,var(--e-global-color-primary) 100%)}.elementor-2114 .elementor-element.elementor-element-acf1839>.elementor-widget-container{background-color:#fff0;background-image:linear-gradient(130deg,var(--e-global-color-primary) 15%,var(--e-global-color-ec9d079) 100%)}.elementor-2114 .elementor-element.elementor-element-2de8a7e2{margin-top:0;margin-bottom:0;padding:0 0 0 0}.elementor-bc-flex-widget .elementor-2114 .elementor-element.elementor-element-7d3a30b5.elementor-column .elementor-widget-wrap{align-items:center}.elementor-2114 .elementor-element.elementor-element-7d3a30b5.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-2114 .elementor-element.elementor-element-7d3a30b5>.elementor-element-populated{padding:0 0 0 0}.elementor-2114 .elementor-element.elementor-element-13579bd9{margin:0 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0;padding:0 10px 0 10px;font-size:16px;font-weight:700}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-toggle{font-size:34px}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-toggle{font-size:34px}.elementor-2114 .elementor-element.elementor-element-13579bd9 div.elespare-menu ul>li>a{padding:0 20px 0 0}.elementor-2114 .elementor-element.elementor-element-13579bd9 ul.elespare-menu>li>a{padding:0 20px 0 0;color:#FFF;font-size:16px;font-weight:500;text-transform:none}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-overline div.elespare-menu>ul>li:hover>a:before{width:calc(100% - 20px - 0px)}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-overline ul.elespare-menu>li:hover>a:before{width:calc(100% - 20px - 0px)}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-underline div.elespare-menu>ul>li:hover>a:before{width:calc(100% - 20px - 0px)}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-underline ul.elespare-menu>li:hover>a:before{width:calc(100% - 20px - 0px)}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-overline div.elespare-menu>ul>licurrent-menu-item>a:before{width:calc(100% - 20px - 0px)}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-overline ul.elespare-menu>licurrent-menu-item>a:before{width:calc(100% - 20px - 0px)}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-underline div.elespare-menu>ul>licurrent-menu-item>a:before{width:calc(100% - 20px - 0px)}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-underline ul.elespare-menu>licurrent-menu-item>a:before{width:calc(100% - 20px - 0px)}.elementor-2114 .elementor-element.elementor-element-13579bd9 div.elespare-menu>ul>li>a{color:#FFF}.elementor-2114 .elementor-element.elementor-element-13579bd9 div.elespare-menu>ul>li:hover>a{color:#FFF}.elementor-2114 .elementor-element.elementor-element-13579bd9 ul.elespare-menu>li:hover>a{color:#FFF}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-underline div.elespare-menu>ul>li:hover>a:before{background-color:#FFF}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-underline ul.elespare-menu>li:hover>a:before{background-color:#FFF}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-overline div.elespare-menu ul li a:before{background-color:#FFF}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-overline ul.elespare-menu li a:before{background-color:#FFF}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-menu li.current-menu-item a{color:#FFF}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-underline div.elespare-menu>ul>li.current-menu-item>a:before{background-color:#FFF}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-underline ul.elespare-menu>li.current-menu-item>a:before{background-color:#FFF}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare--hover-overline .elespare-menu li a.current-menu-item>a:before{background-color:#FFF}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-menu .sub-menu-default li a{padding:13px 20px 14px 20px}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-nav-default .sub-menu li a{padding:13px 20px 14px 20px;border-width:0 0 1px 0}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-nav-default .menu-item-has-children .sub-menu a{color:#000}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-menu .menu-item-has-children .sub-menu-default a{color:#000}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-menu .page_item_has_children .children a{color:#000}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-nav-default li .sub-menu>li:hover>a{color:#aa3166}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-nav-default li .children>li:hover>a{color:#aa3166}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-nav-default .sub-menu li.current-menu-item a{color:#aa3166}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-nav-default .children li.current-menu-item a{color:#aa3166}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-menu li .sub-menu-default>li:hover>a{color:#aa3166}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-menu .sub-menu-default li.current-menu-item a{color:#aa3166}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-nav-default .sub-menu{border-color:#efefef}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-menu .sub-menu-default{border-color:#efefef}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-menu .children li a{border-color:#efefef}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-menu .sub-menu li a{border-color:#efefef}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-nav-default .children li a{border-width:0 0 1px 0}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-menu-toggle{color:#FFFDFD}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-menu-toggle:hover{color:#000}.elementor-2114 .elementor-element.elementor-element-13579bd9 .elespare-menu-sidebar .elespare-dropdown-menu li:hover>a{color:#d1346f}.elementor-bc-flex-widget .elementor-2114 .elementor-element.elementor-element-28f2957f.elementor-column .elementor-widget-wrap{align-items:center}.elementor-2114 .elementor-element.elementor-element-28f2957f.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-2114 .elementor-element.elementor-element-85f198{--grid-template-columns:repeat(0, auto);text-align:right;--icon-size:18px;--grid-column-gap:5px;--grid-row-gap:0px}.elementor-2114 .elementor-element.elementor-element-85f198 .elementor-social-icon{background-color:var(--e-global-color-primary);--icon-padding:0.8em}.elementor-2114 .elementor-element.elementor-element-85f198 .elementor-social-icon i{color:#FFF}.elementor-2114 .elementor-element.elementor-element-85f198 .elementor-social-icon svg{fill:#FFF}.elementor-2114 .elementor-element.elementor-element-85f198 .elementor-social-icon:hover{background-color:var(--e-global-color-secondary)}.elementor-2114 .elementor-element.elementor-element-85f198 .elementor-social-icon:hover i{color:#FFF}.elementor-2114 .elementor-element.elementor-element-85f198 .elementor-social-icon:hover svg{fill:#FFF}.elementor-2114 .elementor-element.elementor-element-5621c722:not(.elementor-motion-effects-element-type-background),.elementor-2114 .elementor-element.elementor-element-5621c722>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#000}.elementor-2114 .elementor-element.elementor-element-5621c722{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;padding:5px 5px 5px 5px}.elementor-2114 .elementor-element.elementor-element-5621c722>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-2114 .elementor-element.elementor-element-43bba7fb>.elementor-element-populated{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;padding:0 0 0 0}.elementor-2114 .elementor-element.elementor-element-43bba7fb>.elementor-element-populated>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-2114 .elementor-element.elementor-element-acf0e27 .elespare-copyright-wrapper{text-align:center}.elementor-2114 .elementor-element.elementor-element-acf0e27{font-family:"Vazirmatn",Sans-serif;font-size:12px}.elementor-2114 .elementor-element.elementor-element-acf0e27 .elespare-copyright-wrapper span.elespare-copyright-text .elespare-copyright-link-color{color:#FFF}@media(min-width:768px){.elementor-2114 .elementor-element.elementor-element-53d8fac8{width:100%}}@media(max-width:1024px) and (min-width:768px){.elementor-2114 .elementor-element.elementor-element-768eac27{width:50%}.elementor-2114 .elementor-element.elementor-element-76a380d9{width:50%}}.hostinger-reach-block-connect{display:flex;flex-direction:column;align-content:flex-start;background:#fff6e9;padding:14px;font-size:14px;margin:28px 0 14px}.hostinger-reach-block-connect__title{color:#1d1e20;font-weight:700;margin-bottom:4px}.hostinger-reach-block-connect__subtitle{color:#727586;margin-bottom:4px}.hostinger-reach-block-connect a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}.hostinger-reach-block-dialog{display:block;flex-direction:column;align-content:flex-start;background:#fff;color:#1d1e20;padding:20px;gap:14px;font-size:14px;line-height:20px;bottom:80px;left:20px;position:fixed;z-index:100001;max-width:400px;border-radius:16px;box-shadow:0 0 10px rgb(0 0 0 / .05)}.hostinger-reach-block-dialog__actions{display:flex;justify-content:flex-start;gap:10px}.hostinger-reach-block-dialog__button_indicator{height:16px;width:16px}.hostinger-reach-block-dialog__button{cursor:pointer;text-align:center;background:#673de6;color:#fff;font-weight:700;font-size:12px;padding:6px 16px;display:flex;flex-direction:row;align-items:center;gap:10px;border-radius:8px}.hostinger-reach-block-dialog__button:hover{background:#5029c2}.hostinger-reach-block-dialog__button a{color:#fff;text-decoration:none}.hostinger-reach-block-dialog__button a:hover,.hostinger-reach-block-dialog__button a:focus,.hostinger-reach-block-dialog__button a:active{color:#fff;box-shadow:none;outline:none}.hostinger-reach-block-dialog__button svg{height:16px;width:16px}.hostinger-reach-block-dialog__button svg path{fill:#fff}.hostinger-reach-block-dialog__close{cursor:pointer}.hostinger-reach-block-dialog__close:before,.hostinger-reach-block-dialog__close:after{content:"";position:absolute;width:16px;height:2px;background-color:#1d1e20;top:26px;right:16px}.hostinger-reach-block-dialog__close:before{transform:rotate(45deg)}.hostinger-reach-block-dialog__close:after{transform:rotate(-45deg)}.hostinger-reach-block-dialog__close:hover:before,.hostinger-reach-block-dialog__close:hover:after{background-color:#727272}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields{display:flex;flex-direction:column;width:100%}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline{flex-direction:row;justify-content:flex-start;align-items:end;width:100%;gap:.5rem}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline .hostinger-reach-block-form-field{min-width:70%}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline .hostinger-reach-block-submit{min-width:30%}.hostinger-reach-block-subscription-form .hostinger-reach-block-submit{border-width:0;margin-top:var(--wp--preset--spacing--20);align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;width:100%;word-break:break-word;font-weight:500;min-height:40px;border-radius:50px}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-field{margin-top:8px}.hostinger-reach-block-subscription-form label{display:block;font-size:11px;font-weight:500;line-height:1.4;text-transform:uppercase;margin-bottom:8px;padding:0}.hostinger-reach-block-subscription-form input{display:block;width:100%;padding:3px 10px;min-height:40px;box-shadow:0 0 0 #fff0;border-radius:4px;border:1px solid #8c8f94;background-color:#fff;color:#2c3338;box-sizing:border-box}.hostinger-reach-block-tags{margin-left:-6px;margin-top:10px;max-height:14em;overflow:auto;padding-left:6px;padding-top:6px;margin-bottom:20px}.components-button.is-link.hostinger-reach-block-toggler{margin-bottom:20px}.hostinger-reach-block-newtag{margin-bottom:20px}.reach-subscription-message.is-success{background:rgb(0 158 91 / .1019607843);font-weight:700;padding:1em;gap:10px}/*!
 * Font Awesome Free 5.12.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\f952"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\f907"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\f913"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\f955"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\f91a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\f956"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\f91e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\f957"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\f941"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\f949"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{ font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/plugins/wp-blog-post-layouts/includes/assets/fontawesome/webfonts/fa-brands-400.eot);src:url(/wp-content/plugins/wp-blog-post-layouts/includes/assets/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/wp-blog-post-layouts/includes/assets/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/plugins/wp-blog-post-layouts/includes/assets/fontawesome/webfonts/fa-brands-400.woff) format("woff"),url(/wp-content/plugins/wp-blog-post-layouts/includes/assets/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),url(/wp-content/plugins/wp-blog-post-layouts/includes/assets/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg") }.fab{font-family:"Font Awesome 5 Brands"}@font-face{ font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/plugins/wp-blog-post-layouts/includes/assets/fontawesome/webfonts/fa-regular-400.eot);src:url(/wp-content/plugins/wp-blog-post-layouts/includes/assets/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/wp-blog-post-layouts/includes/assets/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/plugins/wp-blog-post-layouts/includes/assets/fontawesome/webfonts/fa-regular-400.woff) format("woff"),url(/wp-content/plugins/wp-blog-post-layouts/includes/assets/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"),url(/wp-content/plugins/wp-blog-post-layouts/includes/assets/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg") }.fab,.far{font-weight:400}@font-face{ font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:swap;src:url(/wp-content/plugins/wp-blog-post-layouts/includes/assets/fontawesome/webfonts/fa-solid-900.eot);src:url(/wp-content/plugins/wp-blog-post-layouts/includes/assets/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/wp-blog-post-layouts/includes/assets/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/wp-blog-post-layouts/includes/assets/fontawesome/webfonts/fa-solid-900.woff) format("woff"),url(/wp-content/plugins/wp-blog-post-layouts/includes/assets/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"),url(/wp-content/plugins/wp-blog-post-layouts/includes/assets/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg") }.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}.cvmm-block-title{text-transform:uppercase;font-size:18px;margin:20px 0;font-weight:600}.cvmm-block-title.layout--one{position:relative;border-bottom:3px solid #ddd;line-height:1}.cvmm-block-title.layout--one span{border-bottom:3px solid #333;display:inline-block;line-height:1;padding-bottom:10px;margin-bottom:-3px}.cvmm-block-title.cvmm-block-title.layout--two{background:#f7f7f7;border:1px solid #e1e1e1;border-left:none;border-right:none;padding:7px 20px}.cvmm-block-title.layout--two span{position:relative;color:#029fb2}.cvmm-pagination-links .page-numbers{list-style:none;margin-left:0}.cvmm-pagination-links .page-numbers li{display:inline-block;margin-right:5px}.cvmm-pagination-links .page-numbers li span,.cvmm-pagination-links .page-numbers li a{color:#666;padding:5px 15px;display:block;background:#f4f4f4;font-size:14px}.cvmm-pagination-links .page-numbers li span.current,.cvmm-pagination-links .page-numbers li a:hover{background:#029fb2;color:#fff}.cvmm-banner-content{position:relative}.cvmm-banner-thumb{line-height:0}.cvmm-banner-thumb img{width:100%}.cvmm-banner-meta-wrap{position:absolute;top:50%;left:50%;height:auto;display:block;padding:50px 40px;color:#fff;width:70%;text-align:center;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.cvmm-banner-title a{color:#fff;font-size:24px}.cvmm-banner-title a:hover{color:#029fb2}.cvmm-banner-desc{font-size:15px;margin:10px 0 30px}.banner-button-wrap a{background:#fff;padding:6px 20px;display:inline-block;vertical-align:middle;color:#333;margin:10px;border:2px solid #fff0;font-size:14px;border:2px solid #fff}.banner-button-wrap .cvmm-banner-button-two{background:none;color:#fff}.cvmm-block-banner--layout-default .cvmm-banner-thumb{position:relative}.cvmm-block-banner--layout-default .cvmm-banner-thumb::before{content:'';position:absolute;height:100%;width:100%;background:rgb(0 0 0 / .5)}.cvmm-block-banner--layout-default .banner-button-wrap .cvmm-banner-button-one:hover{background:#fff0;color:#fff}.cvmm-block-banner--layout-default .banner-button-wrap .cvmm-banner-button-two:hover{background:#fff;color:#333}.cvmm-block-banner--layout-one .cvmm-banner-meta-wrap{background:#fff;width:60%;left:auto;right:0;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);padding:30px;bottom:0;color:#333;text-align:left;top:auto}.cvmm-block-banner--layout-one .cvmm-banner-title a{color:#333}.cvmm-block-banner--layout-one .banner-button-wrap a{margin:0 20px 20px 0}.cvmm-block-banner--layout-one .banner-button-wrap .cvmm-banner-button-one{color:#fff;background:#333;border:2px solid #333}.cvmm-block-banner--layout-one .banner-button-wrap .cvmm-banner-button-one:hover{color:#333;background:none}.cvmm-block-banner--layout-one .banner-button-wrap .cvmm-banner-button-two{color:#333;border:2px solid #333;background:none}.cvmm-block-banner--layout-one .banner-button-wrap .cvmm-banner-button-two:hover{color:#fff;border:2px solid #333;background:#333}.cvmm-post-wrapper,.cvmm-cats-wrapper{display:flex;flex-wrap:wrap;text-align:center}.cvmm-post-wrapper.cvmm-post--imagemargin,.cvmm-cats-wrapper.cvmm-post--imagemargin{margin-left:-3%}.cvmm-post-wrapper article{margin-bottom:3%}.cvmm-post-wrapper.cvmm-post--imagemargin article,.cvmm-cats-wrapper.cvmm-post--imagemargin .cvmm-category{width:97%;margin-left:3%;margin-bottom:3%}.cvmm-post-wrapper.column--two article,.cvmm-cats-wrapper.column--two .cvmm-category{width:47%}.cvmm-post-wrapper.column--three article,.cvmm-cats-wrapper.column--three .cvmm-category{width:30.33%}.cvmm-post-wrapper.column--four article,.cvmm-cats-wrapper.column--four .cvmm-category{width:22%}.cvmm-post-wrapper.column--five article,.cvmm-cats-wrapper.column--five .cvmm-category{width:17%}.cvmm-post-wrapper.column--one.cvmm-post-no--imagemargin article,.cvmm-cats-wrapper.column--one.cvmm-post-no--imagemargin .cvmm-category{width:100%}.cvmm-post-wrapper.column--two.cvmm-post-no--imagemargin article,.cvmm-cats-wrapper.column--two.cvmm-post-no--imagemargin .cvmm-category{width:50%}.cvmm-post-wrapper.column--three.cvmm-post-no--imagemargin article,.cvmm-cats-wrapper.column--three.cvmm-post-no--imagemargin .cvmm-category{width:33.33%}.cvmm-post-wrapper.column--four.cvmm-post-no--imagemargin article,.cvmm-cats-wrapper.column--four.cvmm-post-no--imagemargin .cvmm-category{width:25%}.cvmm-post-wrapper.column--five.cvmm-post-no--imagemargin article,.cvmm-cats-wrapper.column--five.cvmm-post-no--imagemargin .cvmm-category{width:20%}.cvmm-post.cvmm-icon .cvmm-post-thumb::after{content:"\f15c";font-family:"Font Awesome 5 Free";position:absolute;right:0;top:0;background:#029fb2;color:#fff;font-size:18px;padding:0 10px;z-index:9}.cvmm-post.post-format--quote.cvmm-icon .cvmm-post-thumb::after{content:"\f10e"}.cvmm-post.post-format--gallery.cvmm-icon .cvmm-post-thumb::after{content:"\f302"}.cvmm-post.post-format--audio.cvmm-icon .cvmm-post-thumb::after{content:"\f1c7"}.cvmm-post.post-format--video.cvmm-icon .cvmm-post-thumb::after{content:"\f1c8"}.cvmm-post.post-format--image.cvmm-icon .cvmm-post-thumb::after{content:"\f03e"}.cvmm-post-meta>span::before{content:"\f017";font-family:"Font Awesome 5 Free";margin-right:5px;-webkit-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}.cvmm-post-meta>span.cvmm-post-author-name::before{content:"\f007"}.cvmm-post-meta>span.cvmm-post-tags-wrap::before{content:"\f02e"}.cvmm-post-meta>span.cvmm-post-comments-wrap::before{content:"\f075";color:#fff}.cvmm-post-meta>span.cvmm-post-cats-wrap::before{content:"\f07c"}.cvmm-post-meta.cvmm-meta-icon-hide span::before{display:none}.cvmm-comment-txt{margin-left:5px}.cvmm-post-meta-item.cvmm-post-comments-wrap{position:relative;float:right;background:#212121;margin-right:0;line-height:1;padding:5px 10px}.cvmm-post-meta-item.cvmm-post-comments-wrap a{display:inline-block;color:#fff}.cvmm-post-meta-item.cvmm-post-comments-wrap a::after{position:absolute;bottom:-3px;left:0;content:'';width:0;height:0;border-style:solid;border-width:3px 3px 0 0;border-color:#000 #fff0 #fff0 #fff0;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.cvmm-comment-txt{display:none}.cvmm-post-wrapper article{text-align:left}.cvmm-post-wrapper .cvmm-post-thumb{position:relative;margin-bottom:15px}.cvmm-post-thumb>a{display:block;line-height:0}.cvmm-post-title{margin:0 0 12px;line-height:1;font-weight:600}.cvmm-post-title a{color:#333;font-size:18px}.cvmm-post-content{font-size:15px}.cvmm-post-meta{margin-bottom:10px}.cvmm-post-meta .cvmm-post-meta-item{margin-right:15px;font-size:13px;display:inline-block}.cvmm-post-meta .cvmm-post-meta-item:first-child{margin-left:0}.cvmm-post-tag,.cvmm-post-cat{margin-right:2px}.cvmm-post-tag::before,.cvmm-post-cat::before{content:",";margin-right:5px}.cvmm-post-meta-item span:first-child::before{display:none}.cvmm-post-cat{display:inline-block}.cvmm-post-cat:last-child{margin-right:0}.cvmm-post-meta,.cvmm-post-meta a{color:#888}.cvmm-read-more{text-transform:uppercase}.cvmm-read-more a{display:inline-block;color:#666;font-size:14px}.cvmm-read-more a i{margin-left:10px;display:inline-block}.cvmm-view-more{text-align:right}.cvmm-view-more a{color:#666;font-size:12px;border:1px solid #ccc;padding:7px 15px;transition:0.2s}.cvmm-view-more a i{padding-left:7px}.cvmm-view-more a:hover{color:#029fb2;border-color:#029fb2}.cvmm-post-title a:hover,.cvmm-read-more a:hover,.cvmm-post-meta a:hover,.cvmm-post-meta .cvmm-post-meta-item:hover:before,.cvmm-post-meta .cvmm-post-meta-item:hover>a{color:#029fb2}.wpmagazine-modules-lite-post-grid-block .cvmm-view-more{margin-top:-2%}.cvmm-block-post-grid--layout-one .cvmm-post-cats-wrap,.cvmm-block-post-masonry--layout-one .cvmm-post-cats-wrap{position:absolute;bottom:10px;left:10px;width:100%}.cvmm-block-post-grid--layout-one .cvmm-post-cats-wrap a,.cvmm-block-post-masonry--layout-one .cvmm-post-cats-wrap a{background:#212121;color:#fff;font-size:11px;padding:3px 10px;display:inline-block;text-transform:uppercase}.cvmm-block-post-grid--layout-one .cvmm-read-more a,.cvmm-block-post-masonry--layout-one .cvmm-read-more a{border:1px solid #e1e1e1;padding:6px 20px;margin-top:20px;color:#404040}.cvmm-block-post-grid--layout-one .cvmm-read-more a:hover,.cvmm-block-post-masonry--layout-one .cvmm-read-more a:hover{background:none;color:#fff;border-color:#029fb2}.wpmagazine-modules-lite-post-list-block .cvmm-post-wrapper.cvmm-post--imagemargin article{display:flex;justify-content:space-between;align-items:center}.wpmagazine-modules-lite-post-list-block .cvmm-post-thumb{width:40%;margin-bottom:0}.wpmagazine-modules-lite-post-list-block .cvmm-post-content-all-wrapper{text-align:left;width:57%}.cvmm-block-post-list--layout-one .cvmm-post-meta{position:relative;margin-top:15px;padding-top:15px}.cvmm-block-post-list--layout-one .cvmm-post-meta:before{content:'';width:80px;border-top:3px solid #555;position:absolute;top:0}.cvmm-block-post-list--layout-one .cvmm-post-meta .cvmm-post-meta-item{position:relative;margin-right:10px}.cvmm-block-post-list--layout-one .cvmm-post-meta .cvmm-post-meta-item:after{content:'/';position:absolute;left:-7px}.cvmm-block-post-list--layout-one .cvmm-post-meta .cvmm-post-meta-item:first-of-type:after,.cvmm-block-post-list--layout-one .cvmm-post-meta .cvmm-post-meta-item.cvmm-post-comments-wrap:after{display:none}.cvmm-cat-thumb>a{display:block;line-height:0}.cvmm-cats-wrapper .cvmm-cat-title a:hover{color:#029fb2}.cvmm-cats-wrapper .cvmm-cat-title a{color:#333;font-size:16px;font-weight:600}.cvmm-block-category-collection--layout-default .cvmm-category{text-align:center}.cvmm-block-category-collection--layout-default .cvmm-cat-title{display:inline-block}.cvmm-cats-wrapper .cvmm-cat-count{background:#029fb2;height:25px;width:25px;border-radius:50%;color:#fff;display:inline-block;line-height:25px;margin:5px;font-size:13px}.cvmm-cats-wrapper .cvmm-cat-content{color:#666;font-size:14px}.cvmm-block-category-collection--layout-one .cvmm-category{position:relative}.cvmm-block-category-collection--layout-one .cvmm-cat-content-all-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:10px 15px;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;width:80%}.cvmm-block-category-collection--layout-one .cvmm-cat-content-all-wrapper{border-radius:30px}.cvmm-cat-thumb{margin-bottom:10px}.cvmm-cats-wrapper .cvmm-cat-title{margin:0;display:inline-block;vertical-align:bottom;margin-right:2px;line-height:32px}.cvmm-block-category-collection--layout-one .cvmm-cat-content{width:100%}.wpmagazine-modules-lite-post-carousel-block .cvmm-post-wrapper.cvmm-post--imagemargin{margin-left:0}.wpmagazine-modules-lite-post-carousel-block .cvmm-post-wrapper{margin-bottom:0!important}.wpmagazine-modules-lite-post-carousel-block .cvmm-post-wrapper article{margin-bottom:30px}.wpmagazine-modules-lite-post-carousel-block .cvmm-post-wrapper.cvmm-post--imagemargin article{text-align:left}.cvmm-post-carousel-wrapper.cvmm-post--imagemargin .slick-slide{margin-left:10px;margin-right:10px}.cvmm-post-carousel-wrapper.cvmm-post--imagemargin .slick-list{margin:0 -10px}.cvmm-post-carousel-wrapper.cvmm-post--imagemargin article{margin-left:0}.cvmm-post-carousel-wrapper .cvmm-post-title{line-height:1}.cvmm-post-carousel-wrapper .cvmm-post-title a{font-size:18px}.cvmm-post-carousel-wrapper .slick-arrow{position:absolute;top:auto;bottom:0;z-index:9;height:30px;width:30px;line-height:30px;text-align:center;border:1px solid #ccc;color:#666;font-size:12px;cursor:pointer;transition:0.2s}.cvmm-post-carousel-wrapper .slickArrow.prev-icon{right:40px}.cvmm-post-carousel-wrapper .slickArrow.next-icon{right:0}.cvmm-post-carousel-wrapper .slickArrow.slick-arrow:hover{background:#029fb2;color:#fff;border-color:#029fb2}.cvmm-post-carousel-wrapper .slick-dots{bottom:-15px}.cvmm-post-carousel-wrapper .slick-dots li button:before{font-size:30px}.cvmm-block-post-carousel--layout-default .cvmm-view-more{text-align:left}.cvmm-block-post-carousel--layout-one .cvmm-post-cats-wrap{position:absolute;bottom:0;display:block}.cvmm-block-post-carousel--layout-one .cvmm-post-cat a{background:#212121;color:#fff;padding:3px 10px;font-size:11px;text-transform:uppercase}.cvmm-block-post-carousel--layout-one .cvmm-post{text-align:left}.cvmm-block-post-carousel--layout-one .slickArrow.prev-icon{left:0;top:auto;right:auto}.cvmm-block-post-carousel--layout-one .slickArrow.next-icon{left:40px;right:auto;top:auto}.cvmm-block-post-carousel--layout-one .cvmm-view-more{text-align:right}.wpmagazine-modules-lite-post-slider-block article{position:relative}.slick-dots{list-style:none}.slick-dots li{display:inline-block}.cvmm-slider-post-wrapper .slickArrow{position:absolute;top:50%;z-index:9;height:50px;width:40px;line-height:50px;color:#fff;background:rgb(0 0 0 / .5);cursor:pointer;transform:translateY(-50%);text-align:center;transition:0.2s}.cvmm-slider-post-wrapper .slickArrow:hover{background:#029fb2}.cvmm-slider-post-wrapper .slickArrow.prev-icon{left:0}.cvmm-slider-post-wrapper .slickArrow.next-icon{right:0}.cvmm-slider-post-wrapper .cvmm-post-thumb a{position:relative}.cvmm-slider-post-wrapper .cvmm-post-thumb a:before{content:'';left:0;right:0;top:0;bottom:0;position:absolute;background:rgb(0 0 0 / .4)}.cvmm-slider-post-wrapper article .cvmm-post-content-all-wrapper{position:absolute;bottom:0;margin:50px;text-align:left}.cvmm-slider-post-wrapper .cvmm-post-title a{font-size:24px}.cvmm-slider-post-wrapper .cvmm-post-meta a,.cvmm-slider-post-wrapper .cvmm-post-meta,.cvmm-slider-post-wrapper .cvmm-post-content-all-wrapper,.cvmm-slider-post-wrapper .cvmm-read-more a,.cvmm-slider-post-wrapper .cvmm-post-title a{color:#fff}.cvmm-slider-post-wrapper .cvmm-post-title a:hover,.cvmm-slider-post-wrapper .cvmm-post-meta a:hover,.cvmm-slider-post-wrapper .cvmm-read-more a:hover{color:#029fb2}.cvmm-slider-post-wrapper .slick-dots{bottom:30px}.cvmm-slider-post-wrapper .slick-dots li button:before{font-size:40px;color:#fff;opacity:.5}.cvmm-slider-post-wrapper .slick-dots li.slick-active button:before{color:#fff;opacity:1}.cvmm-block-post-slider--layout-one article .cvmm-post-content-all-wrapper{background:#fff;padding:30px;margin:35px}.cvmm-block-post-slider--layout-one .cvmm-post-title a,.cvmm-block-post-slider--layout-one .cvmm-post-content{color:#333}.cvmm-block-post-slider--layout-one .cvmm-post-meta,.cvmm-block-post-slider--layout-one .cvmm-post-meta a,.cvmm-block-post-slider--layout-one .cvmm-read-more a{color:#555}.cvmm-block-post-slider--layout-one .cvmm-post-cat a{color:#029fb2;text-transform:uppercase}.cvmm-block-post-slider--layout-one .cvmm-post-meta-item:after{border-bottom:1px solid #666!important}.cvmm-block-post-slider--layout-one .cvmm-post-cat{position:relative}.cvmm-block-post-slider--layout-one .cvmm-post-cat:after{content:'/';position:absolute;left:-9px;color:#029fb2}.cvmm-block-post-slider--layout-one .cvmm-post-cat:first-child:after{display:none}.cvmm-block-post-slider--layout-one .slick-dots{bottom:30px;right:30px;width:auto}.cvmm-block-post-slider--layout-one .cvmm-post-meta-item{position:relative;padding-left:30px}.cvmm-block-post-slider--layout-one .cvmm-post-meta-item:first-of-type{padding-left:0}.cvmm-block-post-slider--layout-one .cvmm-post-meta-item:after{content:'';width:20px;border-bottom:1px solid #fff;position:absolute;left:0;top:50%}.cvmm-block-post-slider--layout-one .cvmm-post-meta-item:first-child:after{display:none;padding-left:0}.cvmm-ticker-wrapper{display:flex;align-items:center;position:relative}.cvmm-ticker-wrapper .cvmm-ticker-caption{background:#029fb2;padding:7px 15px;color:#fff;margin-right:15px;font-size:14px}.cvmm-ticker-wrapper .cvmm-ticker-content{margin-bottom:0!important;text-align:left}.cvmm-ticker-wrapper .cvmm-ticker-content{width:85%;position:static;overflow:hidden}.cvmm-ticker-content .js-marquee{display:flex}.cvmm-ticker-wrapper .cvmm-ticker-single-title{width:auto;padding-left:20px}.cvmm-ticker-wrapper .cvmm-ticker-single-title,.cvmm-ticker-wrapper .cvmm-ticker-single-title a{color:#333;font-size:13px}.cvmm-ticker-wrapper .cvmm-ticker-single-title a:hover{color:#029fb2}.cvmm-ticker-wrapper .cvmm-ticker-single-title a:before{content:'\f0da';font-family:'Font Awesome 5 Free';font-weight:600;padding-right:5px;color:#029fb2}.cvmm-block-ticker--layout-one .cvmm-ticker-wrapper{background:#333}.cvmm-block-ticker--layout-one .cvmm-ticker-wrapper{padding:7px 20px}.cvmm-block-ticker--layout-one .cvmm-ticker-caption{font-size:12px;text-transform:uppercase;margin-right:15px;border-radius:30px;padding:5px 15px}.cvmm-block-ticker--layout-one .cvmm-ticker-single-title,.cvmm-block-ticker--layout-one .cvmm-ticker-single-title a{color:#fff}.cvmm-post-tiles-block-main-content-wrap{display:flex;flex-wrap:wrap}.cvmm-post-tiles-block-main-content-wrap .cvmm-post-tiles-slider-post-wrapper{width:60%}.cvmm-post-tiles-block-main-content-wrap .cvmm-post-tiles-slider-post-wrapper.cvmm-post-tiles-full-width,.cvmm-post-tiles-block-main-content-wrap .cvmm-post-tiles-slider-post-wrapper.cvmm-post-tiles-post-full-width{width:100%}.cvmm-post-tiles-block-main-content-wrap .cvmm-featured-post-wrapper{width:40%}.cvmm-block .cvmm-post-tiles-block-main-content-wrap article{position:relative;margin-left:0;margin-right:0;text-align:left}.cvmm-post-tiles-slider-post-wrapper article{margin-bottom:0!important}.cvmm-post-tiles-block-main-content-wrap .cvmm-post-tiles-slider-post-wrapper .cvmm-post-thumb a{height:500px}.cvmm-post-tiles-block-main-content-wrap .cvmm-featured-post-wrapper .cvmm-post-thumb a{height:245px}.cvmm-post-tiles-block-main-content-wrap .cvmm-featured-post-wrapper article{margin-bottom:10px;padding-left:10px}.cvmm-block-post-tiles--layout-default .cvmm-featured-post-wrapper article{width:100%}.cvmm-post-tiles-block-main-content-wrap .cvmm-post-content-all-wrapper{position:absolute;bottom:0;left:10px;right:0;background:linear-gradient(to top,rgb(0 0 0 / .7),#fff0);color:#fff;padding:15px}.cvmm-post-tiles-block-main-content-wrap .cvmm-post-tiles-slider-post-wrapper .cvmm-post-content-all-wrapper{left:0}.cvmm-post-tiles-block-main-content-wrap .cvmm-post-tiles-slider-post-wrapper .cvmm-post-content-all-wrapper{padding:30px}.cvmm-post-tiles-block-main-content-wrap .cvmm-post-tiles-slider-post-wrapper .cvmm-post-title{margin-top:10px}.cvmm-post-tiles-block-main-content-wrap .cvmm-post-tiles-slider-post-wrapper .cvmm-post-title a{font-size:20px}.cvmm-post-tiles-block-main-content-wrap .cvmm-featured-post-wrapper .cvmm-post-title a,.cvmm-post-tiles-block-main-content-wrap .cvmm-featured-post-left-wrapper .cvmm-post-title a,.cvmm-post-tiles-block-main-content-wrap .cvmm-featured-post-right-wrapper .cvmm-post-title a{font-size:16px}.cvmm-post-tiles-block-main-content-wrap .cvmm-post-title a,.cvmm-post-tiles-block-main-content-wrap .cvmm-post-meta-item,.cvmm-post-tiles-block-main-content-wrap .cvmm-post-meta a,.cvmm-post-tiles-block-main-content-wrap .cvmm-read-more a{color:#fff}.cvmm-post-tiles-block-main-content-wrap .cvmm-post-title a:hover,.cvmm-post-tiles-block-main-content-wrap .cvmm-post-meta a:hover{color:#029fb2}.cvmm-post-tiles-block-main-content-wrap .cvmm-post-cat a{background:#029fb2;color:#fff;padding:3px 10px;font-size:11px;text-transform:uppercase}.cvmm-post-tiles-slider-post-wrapper .slick-arrow{z-index:99;background:rgb(0 0 0 / .7);height:30px;width:30px;color:#fff;opacity:1;bottom:30px;top:auto;opacity:1;transform:none;border-radius:0}.cvmm-post-tiles-slider-post-wrapper .slick-arrow:hover,.cvmm-post-tiles-slider-post-wrapper .slick-arrow:focus{background:#029fb2;color:#fff}.cvmm-post-tiles-slider-post-wrapper .slick-prev{right:55px;left:auto}.cvmm-post-tiles-slider-post-wrapper .slick-next{right:15px}.cvmm-post-tiles-slider-post-wrapper .slick-prev:before{content:'\f053';font-family:'Font Awesome 5 Free';font-weight:600;font-size:12px;opacity:1;transition:0.2s}.cvmm-post-tiles-slider-post-wrapper .slick-next:before{content:'\f054';font-family:'Font Awesome 5 Free';font-weight:600;font-size:12px;opacity:1}.cvmm-block-post-tiles--layout-one .cvmm-post-tiles-slider-post-wrapper{width:50%}.cvmm-block-post-tiles--layout-one .cvmm-featured-post-wrapper{width:50%}.cvmm-block-post-tiles--layout-one .cvmm-featured-post-wrapper article{width:50%;float:left;padding-left:10px;margin-bottom:10px;position:relative}.cvmm-block-post-tiles--layout-one .cvmm-featured-post-wrapper .cvmm-post-thumb a{height:245px}.cvmm-block-post-tiles--layout-one .slick-arrow{top:15px;bottom:auto}.cvmm-post-block-main-post-wrap .cvmm-post-title a{font-size:22px}.wpmagazine-modules-lite-post-block--block .cvmm-post-block-trailing-post-wrap .cvmm-post-title{line-height:1}.cvmm-block-post-block--layout-one .cvmm-post-block-main-post-wrap{width:100%}.cvmm-block-post-block--layout-one .cvmm-post-block-main-post-wrap article{position:relative}.cvmm-block-post-block--layout-one .cvmm-post-block-main-post-wrap .cvmm-post-content-all-wrapper{position:absolute;bottom:0;left:0;background:linear-gradient(to top,rgb(0 0 0 / .7),#fff0);color:#fff;padding:30px;width:100%}.cvmm-block-post-block--layout-one .cvmm-post-block-main-post-wrap .cvmm-post-title a,.cvmm-block-post-block--layout-one .cvmm-post-block-main-post-wrap .cvmm-post-meta,.cvmm-block-post-block--layout-one .cvmm-post-block-main-post-wrap .cvmm-post-meta a,.cvmm-block-post-block--layout-one .cvmm-post-block-main-post-wrap .cvmm-read-more a{color:#fff}.cvmm-block-post-block--layout-one .cvmm-post-block-main-post-wrap .cvmm-post-thumb img{height:500px;width:100%;object-fit:cover;object-position:center}.cvmm-block-post-block--layout-one .cvmm-post-block-main-post-wrap .cvmm-post-title{margin:10px 0}.cvmm-block-post-block--layout-one .cvmm-post-title a:hover{color:#029fb2}.cvmm-block-post-block--layout-one .cvmm-post-cat a{background:#029fb2;padding:3px 10px;color:#fff;font-size:12px;text-transform:uppercase}.cvmm-block-post-block--layout-one .cvmm-post-block-trailing-post-wrap{margin-right:-3%;display:flex}.cvmm-block-post-block--layout-one .cvmm-post-block-trailing-post-wrap article{width:30.33%!important;margin-right:3%;display:inline-block;vertical-align:top}.cvmm-block-post-block--layout-one .cvmm-post-block-trailing-post-wrap .cvmm-read-more a{text-transform:uppercase;border:1px solid #ccc;padding:3px 15px;font-weight:500}.cvmm-block-post-block--layout-two .cvmm-post-wrapper{display:flex;justify-content:space-between;margin-left:0}.cvmm-block-post-block--layout-two .cvmm-post-block-main-post-wrap{width:47%}.cvmm-block-post-block--layout-two .cvmm-post-block-trailing-post-wrap{width:50%}.cvmm-block-post-block--layout-two .cvmm-post-wrapper article{margin-left:0;margin-bottom:2%}.cvmm-block-post-block--layout-one .cvmm-post-wrapper .cvmm-post-block-main-post-wrap article,.cvmm-block-post-block--layout-two .cvmm-post-wrapper article{width:100%!important}.cvmm-block-post-block--layout-two .cvmm-post-block-trailing-post-wrap article{display:flex;justify-content:space-between;align-items:center}.cvmm-block-post-block--layout-two .cvmm-post-block-trailing-post-wrap .cvmm-post-thumb{width:30%}.cvmm-block-post-block--layout-two .cvmm-post-block-trailing-post-wrap .cvmm-post-content-all-wrapper{width:67%}.cvmm-block-post-block--layout-two .cvmm-post-block-main-post-wrap .cvmm-post-thumb{position:relative}.cvmm-block-post-block--layout-two .cvmm-post-block-trailing-post-wrap .cvmm-post-cats-wrap,.cvmm-block-post-block--layout-two .cvmm-post-block-trailing-post-wrap .cvmm-post-content{display:none}.cvmm-block-post-block--layout-two .cvmm-post-cats-wrap{position:absolute;bottom:0;left:0;padding:15px;color:#fff;width:100%;text-align:left;background:linear-gradient(to top,rgb(0 0 0 / .7),#fff0)}.cvmm-block-post-block--layout-two .cvmm-post-cat{position:relative;padding-left:16px}.cvmm-block-post-block--layout-two .cvmm-post-cat:before{content:'';height:10px;width:10px;background:#029fb2;display:block;position:absolute;left:0;top:50%;transform:translateY(-50%)}.cvmm-block-post-block--layout-two .cvmm-post-cat a{color:#fff;text-transform:uppercase;font-size:12px}.cvmm-timeline-single-item{display:flex;align-items:center;margin-bottom:15px}.cvmm-timeline-allcontent-wrap{padding-left:20px}.cvmm-timeline-count{width:20%}.cvmm-timeline-allcontent-wrap{width:80%}.cvmm-timeline-title{font-size:16px;font-weight:600;margin-bottom:5px}.cvmm-timeline-title a{color:#333;font-size:15px}.cvmm-timeline-title a:hover{color:#029fb2}.cvmm-timeline-date{color:#888;font-size:13px}.cvmm-timeline-desc{font-size:14px}.cvmm-timeline-desc p{color:#666}.cvmm-block-timeline--layout-default .cvmm-timeline-single-item{border-top:1px dashed #ccc;padding-top:10px}.cvmm-block-timeline--layout-default .cvmm-timeline-single-item:first-child{border:none}.cvmm-block-timeline--layout-one .cvmm-timeline-wrapper{border-left:3px solid #ccc;padding-left:30px}.cvmm-block-timeline--layout-one .cvmm-timeline-single-item{position:relative}.cvmm-block-timeline--layout-one .cvmm-timeline-single-item:before,.cvmm-block-timeline--layout-two .cvmm-timeline-single-item:before{content:'';height:20px;width:20px;border:3px solid #fff;background:#666;border-radius:50%;position:absolute;left:-41px}.cvmm-post-filter-cat-title-wrapper{margin:30px 0;position:relative}.cvmm-post-filter-cat-title-wrapper .cvmm-block-title{margin:0}.cvmm-post-filter-cat-title-wrapper .cvmm-term-titles-wrap{list-style:none;margin-left:30px;margin-bottom:0;position:absolute;right:0;bottom:0}.cvmm-post-filter-cat-title-wrapper .cvmm-term-titles-wrap li{display:inline-block;cursor:pointer;margin-left:15px;font-size:15px;font-weight:600;color:#666;padding:7px 10px;transition:0.2s}.cvmm-block-post-filter--layout-default .cvmm-term-titles-wrap li.active,.cvmm-block-post-filter--layout-default .cvmm-term-titles-wrap li:hover{color:#029fb2}.cvmm-post-wrapper.retrieving-posts{position:relative}.cvmm-post-wrapper.retrieving-posts:before{content:'';position:absolute;top:30px;left:50%;margin:0 0 0 -50px;border:10px solid #f2f2f2;border-radius:50%;border-top:10px solid #888;width:100px;height:100px;-webkit-animation:loading-spin 1s linear infinite;animation:loading-spin 1s linear infinite}.cvmm-post-wrapper.retrieving-posts article{opacity:0}@-webkit-keyframes loading-spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@-o-keyframes loading-spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@-moz-keyframes loading-spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes loading-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.cvmm-block-post-filter--layout-one .cvmm-post-wrapper{background:#f4f4f4;padding:30px}.cvmm-block-post-filter--layout-one .cvmm-post-filter-cat-title-wrapper{margin-top:0}.cvmm-block-post-filter--layout-one .cvmm-post-filter-cat-title-wrapper{justify-content:space-between}.cvmm-block-post-filter--layout-one .cvmm-post-wrapper{justify-content:space-between;margin-left:0}.cvmm-block-post-filter--layout-one .cvmm-post-block-main-post-wrap{width:50%}.cvmm-block-post-filter--layout-one .cvmm-post-block-trailing-post-wrap{width:48%}.cvmm-block-post-filter--layout-one .cvmm-post-block-main-post-wrap article,.cvmm-block-post-filter--layout-one .cvmm-post-block-trailing-post-wrap article{width:100%;margin-left:0;position:relative}.cvmm-block-post-filter--layout-one .cvmm-post-block-trailing-post-wrap article{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.cvmm-block-post-filter--layout-one .cvmm-post-block-main-post-wrap article{height:100%}.cvmm-block-post-filter--layout-one .cvmm-post-block-trailing-post-wrap article{background:#fff;padding:15px}.cvmm-block-post-filter--layout-one .cvmm-post-block-main-post-wrap .cvmm-post-content-all-wrapper{position:absolute;bottom:0;left:0;background:linear-gradient(to top,rgb(0 0 0 / .7),#fff0);color:#fff;padding:15px;width:100%}.cvmm-block-post-filter--layout-one .cvmm-post-block-main-post-wrap{margin-bottom:15px}.cvmm-block-post-filter--layout-one .cvmm-post-block-main-post-wrap .cvmm-post-title a,.cvmm-block-post-filter--layout-one .cvmm-post-block-main-post-wrap .cvmm-post-meta,.cvmm-block-post-filter--layout-one .cvmm-post-block-main-post-wrap .cvmm-post-meta a,.cvmm-block-post-filter--layout-one .cvmm-post-block-main-post-wrap .cvmm-read-more a{color:#fff}.cvmm-block-post-filter--layout-one .cvmm-post-cat a{color:#fff;background:#029fb2;padding:3px 10px;text-transform:uppercase;font-size:11px}.cvmm-block-post-filter--layout-one .cvmm-post-thumb{margin-bottom:0}.cvmm-block-post-filter--layout-one .cvmm-post-block-trailing-post-wrap .cvmm-post-thumb{width:40%}.cvmm-block-post-filter--layout-one .cvmm-post-block-trailing-post-wrap .cvmm-post-content-all-wrapper{width:57%}.cvmm-block-post-filter--layout-one .cvmm-post-block-trailing-post-wrap .cvmm-post-cats-wrap{display:none}.cvmm-title-posts-main-wrapper .cvmm-post-block-main-post-wrap .cvmm-post-title a{font-size:22px}.cvmm-title-posts-main-wrapper .cvmm-post-block-trailing-post-wrap .cvmm-post-title{line-height:1}.cvmm-title-posts-main-wrapper .cvmm-post-block-trailing-post-wrap .cvmm-post-title a{font-size:16px}.cvmm-block-post-filter--layout-one .cvmm-post-block-main-post-wrap .cvmm-post-thumb,.cvmm-block-post-filter--layout-one .cvmm-post-block-main-post-wrap .cvmm-post-thumb a{height:100%}.cvmm-block-post-filter--layout-one .cvmm-post-block-main-post-wrap .cvmm-post-thumb img{height:100%;width:100%;object-fit:cover}@media (max-width:991px){.cvmm-post-wrapper.column--three article,.cvmm-post-wrapper.column--four article,.cvmm-post-wrapper.column--five article,.cvmm-post-wrapper.column--three .cvmm-category,.cvmm-post-wrapper.column--four .cvmm-category,.cvmm-post-wrapper.column--five .cvmm-category{width:47%}.cvmm-cats-wrapper.column--four .cvmm-category,.cvmm-cats-wrapper.column--five .cvmm-category{width:30.33%}.cvmm-post-wrapper.column--one article,.cvmm-cats-wrapper.column--one .cvmm-category{width:97%}.cvmm-block-post-block--layout-default article{margin-bottom:0}.cvmm-block-post-block--layout-one .cvmm-post-block-trailing-post-wrap article{width:30.33%!important}.cvmm-post-tiles-block-main-content-wrap .cvmm-post-tiles-slider-post-wrapper,.cvmm-post-tiles-block-main-content-wrap .cvmm-featured-post-wrapper{width:100%}.cvmm-block-post-tiles--layout-default .cvmm-featured-post-wrapper{display:flex;justify-content:space-between;flex-wrap:wrap;padding-left:0;margin-top:2%}.cvmm-block-post-tiles--layout-default .cvmm-featured-post-wrapper article{width:50%}.cvmm-block-post-tiles--layout-one .cvmm-featured-post-wrapper{margin-top:10px;display:flex;justify-content:space-between;flex-wrap:wrap}.cvmm-block-post-tiles--layout-one .cvmm-featured-post-wrapper article{width:50%;margin-left:0;margin-right:0}.cvmm-block-post-filter--layout-one .cvmm-post-block-main-post-wrap{width:100%}.cvmm-block-post-filter--layout-one .cvmm-post-block-trailing-post-wrap{width:100%}.cvmm-block-post-filter--layout-one .cvmm-post-block-main-post-wrap article,.cvmm-block-post-filter--layout-one .cvmm-post-block-trailing-post-wrap article{width:100%!important}}@media(max-width:767px){.cvmm-post-wrapper.column--two article,.cvmm-post-wrapper.column--three article,.cvmm-post-wrapper.column--four article,.cvmm-post-wrapper.column--five article,.cvmm-cats-wrapper.column--two .cvmm-category,.cvmm-cats-wrapper.column--three .cvmm-category,.cvmm-cats-wrapper.column--four .cvmm-category,.cvmm-cats-wrapper.column--five .cvmm-category{width:97%}.cvmm-post-wrapper.cvmm-post-no--imagemargin.column--two article,.cvmm-post-wrapper.cvmm-post-no--imagemargin.column--three article,.cvmm-post-wrapper.cvmm-post-no--imagemargin.column--four article,.cvmm-post-wrapper.cvmm-post-no--imagemargin.column--five article,.cvmm-cats-wrapper.cvmm-post-no--imagemargin.column--two .cvmm-category,.cvmm-cats-wrapper.cvmm-post-no--imagemargin.column--three .cvmm-category,.cvmm-cats-wrapper.cvmm-post-no--imagemargin.column--four .cvmm-category,.cvmm-cats-wrapper.cvmm-post-no--imagemargin.column--five .cvmm-category{width:100%}.wpmagazine-modules-lite-post-list-block .cvmm-post-wrapper.cvmm-post--imagemargin article{flex-wrap:wrap}.wpmagazine-modules-lite-post-list-block .cvmm-post-thumb,.wpmagazine-modules-lite-post-list-block .cvmm-post-content-all-wrapper{width:100%}.cvmm-slider-post-wrapper .cvmm-post-title a{font-size:20px}.cvmm-slider-post-wrapper .cvmm-post-content{display:none}.cvmm-slider-post-wrapper .slickArrow{height:40px;width:30px;line-height:40px}.cvmm-post-title{line-height:1}.cvmm-slider-post-wrapper article .cvmm-post-content-all-wrapper{margin:15px}.cvmm-block-post-slider--layout-one article .cvmm-post-content-all-wrapper{padding:15px;margin-bottom:30px}.cvmm-slider-post-wrapper .slick-dots,.cvmm-block-post-slider--layout-one .slick-dots{bottom:10px}.cvmm-block-post-block--layout-one .cvmm-post-block-main-post-wrap .cvmm-post-content,.cvmm-block-post-block--layout-two .cvmm-post-block-main-post-wrap .cvmm-post-content{display:none}.cvmm-block-post-block--layout-one .cvmm-post-block-trailing-post-wrap{flex-wrap:wrap}.cvmm-block-post-block--layout-one .cvmm-post-block-trailing-post-wrap,.cvmm-block-post-block--layout-two .cvmm-post-block-main-post-wrap{width:100%}.cvmm-block-post-block--layout-two .cvmm-post-block-trailing-post-wrap{width:100%}.cvmm-block-post-block--layout-one .cvmm-post-block-trailing-post-wrap article{margin-left:0;width:100%!important;margin-right:0}.cvmm-block-post-block--layout-one .cvmm-post-block-main-post-wrap .cvmm-post-thumb img{height:auto}.cvmm-block-timeline--layout-one .cvmm-timeline-wrapper{margin-left:10px}.cvmm-block-post-tiles--layout-default .cvmm-featured-post-wrapper article{width:100%}.cvmm-block-post-tiles--layout-default .cvmm-featured-post-wrapper{margin-top:10px}.cvmm-block-post-tiles--layout-default .cvmm-featured-post-wrapper article{margin-bottom:10px}.cvmm-block-post-tiles--layout-one .cvmm-featured-post-wrapper article{width:100%}.cvmm-banner-title{font-size:20px}.cvmm-banner-meta-wrap{width:100%}.cvmm-banner-desc{display:none}.banner-button-wrap a{padding:3px 15px;margin:5px;font-size:12px}.cvmm-block-banner--layout-one .cvmm-banner-meta-wrap{padding:20px}.cvmm-post-filter-cat-title-wrapper .cvmm-block-title{width:100%}.cvmm-post-filter-cat-title-wrapper .cvmm-term-titles-wrap{width:100%;margin-left:0;text-align:center}.cvmm-post-filter-cat-title-wrapper .cvmm-term-titles-wrap li{margin:0;padding:5px;font-size:12px}.cvmm-block-post-filter--layout-one .cvmm-post-wrapper{padding:15px}.cvmm-ticker-wrapper{flex-direction:column}.cvmm-ticker-wrapper .cvmm-ticker-content{margin-top:5px;text-align:center}.cvmm-ticker-wrapper .slick-arrow{visibility:hidden}.cvmm-post-tiles-block-main-content-wrap .cvmm-post-tiles-slider-post-wrapper .cvmm-post-thumb a{height:245px}.cvmm-post-tiles-block-main-content-wrap .cvmm-post-content{display:none}.cvmm-block-post-filter--layout-four .cvmm-post-block-main-post-wrap .cvmm-post-thumb img{height:auto}.cvmm-post-filter-cat-title-wrapper{padding-bottom:35px}.cvmm-block-post-filter--layout-two .cvmm-term-titles-wrap li{padding:0}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:#fff0}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid #fff0}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/wp-content/plugins/wp-magazine-modules-lite/includes/assets/library/slick-slider/css/ajax-loader.gif) center center no-repeat}@font-face{font-display:swap;font-family:'slick';font-weight:400;font-style:normal;src:url(/wp-content/plugins/wp-magazine-modules-lite/includes/assets/library/slick-slider/css/fonts/slick.eot);src:url('/wp-content/plugins/wp-magazine-modules-lite/includes/assets/library/slick-slider/css/fonts/slick.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/wp-magazine-modules-lite/includes/assets/library/slick-slider/css/fonts/slick.woff) format('woff'),url(/wp-content/plugins/wp-magazine-modules-lite/includes/assets/library/slick-slider/css/fonts/slick.ttf) format('truetype'),url('/wp-content/plugins/wp-magazine-modules-lite/includes/assets/library/slick-slider/css/fonts/slick.svg#slick') format('svg')}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:#fff0;border:none;outline:none;background:#fff0}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:#fff0;outline:none;background:#fff0}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:'slick';font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir='rtl'] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir='rtl'] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir='rtl'] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir='rtl'] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:#fff0;border:0;outline:none;background:#fff0}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}

.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{ font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/themes/news-portal/assets/library/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/themes/news-portal/assets/library/font-awesome/webfonts/fa-brands-400.ttf) format("truetype") }.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{ font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/themes/news-portal/assets/library/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/themes/news-portal/assets/library/font-awesome/webfonts/fa-regular-400.ttf) format("truetype") }.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{ font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:swap;src:url(/wp-content/themes/news-portal/assets/library/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/themes/news-portal/assets/library/font-awesome/webfonts/fa-solid-900.ttf) format("truetype") }.fa-solid,.fas{font-weight:900}@font-face{ font-family:"Font Awesome 5 Brands";font-display:swap;font-weight:400;src:url(/wp-content/themes/news-portal/assets/library/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/themes/news-portal/assets/library/font-awesome/webfonts/fa-brands-400.ttf) format("truetype") }@font-face{ font-family:"Font Awesome 5 Free";font-display:swap;font-weight:900;src:url(/wp-content/themes/news-portal/assets/library/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/themes/news-portal/assets/library/font-awesome/webfonts/fa-solid-900.ttf) format("truetype") }@font-face{ font-family:"Font Awesome 5 Free";font-display:swap;font-weight:400;src:url(/wp-content/themes/news-portal/assets/library/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/themes/news-portal/assets/library/font-awesome/webfonts/fa-regular-400.ttf) format("truetype") }@font-face{ font-family:"FontAwesome";font-display:swap;src:url(/wp-content/themes/news-portal/assets/library/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/themes/news-portal/assets/library/font-awesome/webfonts/fa-solid-900.ttf) format("truetype") }@font-face{ font-family:"FontAwesome";font-display:swap;src:url(/wp-content/themes/news-portal/assets/library/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/themes/news-portal/assets/library/font-awesome/webfonts/fa-brands-400.ttf) format("truetype") }@font-face{ font-family:"FontAwesome";font-display:swap;src:url(/wp-content/themes/news-portal/assets/library/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/themes/news-portal/assets/library/font-awesome/webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc }@font-face{ font-family:"FontAwesome";font-display:swap;src:url(/wp-content/themes/news-portal/assets/library/font-awesome/webfonts/fa-v4compatibility.woff2) format("woff2"),url(/wp-content/themes/news-portal/assets/library/font-awesome/webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a }/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */.lSSlideWrapper,.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSSlide,.lSSlideWrapper.usingCss .lSFade>*{-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important;-webkit-transition-duration:inherit!important;transition-duration:inherit!important}.lSSlideOuter,.lSSlideOuter .lSPager.lSGallery{-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideOuter{overflow:hidden;user-select:none}.lightSlider:after,.lightSlider:before{content:" ";display:table}.lightSlider{overflow:hidden;margin:0}.lSSlideWrapper{max-width:100%;overflow:hidden}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height}.lSSlideWrapper .lSFade>*{position:absolute!important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-property:opacity;transition-property:opacity}.lSSlideWrapper .lSFade>.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s}.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a{background-color:#428bca}.lSSlideOuter .media{opacity:.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none;padding-left:0;margin:0;overflow:hidden;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;-webkit-transition:border-radius .12s linear 0s .35s linear 0s;transition:border-radius .12s linear 0s .35s linear 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before{content:" ";display:table}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url(/wp-content/themes/news-portal/assets/library/lightslider/img/controls.png);cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:.5;-webkit-transition:opacity .35s linear 0s;transition:opacity .35s linear 0s}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0!important}.lSSlideOuter.vertical .lSGallery{position:absolute!important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100%!important;max-width:none!important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider{padding-left:0;list-style:none}.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider{padding-right:0}.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>*{float:left}.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider>*{float:right!important}@-webkit-keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@-webkit-keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@-webkit-keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@-webkit-keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}@keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd .3s;animation:topEnd .3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd .3s;animation:bottomEnd .3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{font-size:62.5%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{background:#fff}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{font-weight:400;text-align:left}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}a:focus{outline:0}a:hover,a:active{outline:0}a img{border:0}body,button,input,select,textarea{color:#3d3d3d;font-family:'Roboto',sans-serif;font-size:14px;line-height:1.8;font-weight:400}h1,h2,h3,h4,h5,h6{clear:both;font-weight:400;font-family:'Roboto',sans-serif;line-height:1.3;margin-bottom:15px;color:#3d3d3d;font-weight:700}p{margin-bottom:20px}b,strong{font-weight:700}dfn,cite,em,i{font-style:italic}blockquote{margin:0 15px;font-size:20px;font-style:italic;font-family:'Roboto',sans-serif;font-weight:300}address{margin:0 0 15px}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;font-size:15px;font-size:1.5rem;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}mark,ins{background:#fff9c0;text-decoration:none}sup,sub{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}h1{font-size:36px}h2{font-size:30px}h3{font-size:26px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}hr{background-color:#ccc;border:0;height:1px;margin-bottom:15px}ul,ol{margin:0 0 15px 20px}ul{list-style:disc}ol{list-style:decimal}li>ul,li>ol{margin-bottom:0;margin-left:15px}dt{font-weight:700}dd{margin:0 15px 15px}img{height:auto;max-width:100%;vertical-align:middle}figure{margin:0}table{margin:0 0 15px;width:100%;border-collapse:collapse}th{font-weight:700;border:1px solid #CCC;padding:5px 10px}td{border:1px solid #CCC;padding:5px 10px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:middle}.navigation .nav-links a,.bttn,button,input[type="button"],input[type="reset"],input[type="submit"]{background:#029fb2;color:#fff;cursor:pointer;font-size:14px;line-height:13px;height:33px;border:none;padding:10px 15px;font-weight:400;display:inline-block;position:relative;text-shadow:none;border:1px solid #029fb2}.navigation .nav-links a:hover,.bttn:hover,button,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover{background:#029fb2;color:#ffffff!important}input[type="checkbox"],input[type="radio"]{padding:0}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"]{color:#666;border:1px solid #ccc;height:36px;width:100%;-webkit-appearance:none}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,textarea:focus{border:1px solid #AAA}.searchform input[type="text"]:focus{border:none}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"]{padding:3px 6px}textarea{overflow:auto;padding-left:3px;vertical-align:top;color:#666;border:1px solid #ccc;height:160px;max-width:100%;width:100%}.no-results input[type="search"]{width:45%}a{color:#029fb2;text-decoration:none;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out}a:hover,a:focus,a:active{color:#029fb2}a:focus{outline:thin dotted}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:hover,.screen-reader-text:active,.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.alignleft{display:inline;float:left;margin-right:15px}.alignright{display:inline;float:right;margin-left:15px}.aligncenter{clear:both;display:block;margin:0 auto}.np-clearfix:before,.np-clearfix:after,.row:before,.row:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after,.mt-container:after,.mt-container:before{content:'';display:table}.np-clearfix:after,.row:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after,.mt-container:after{clear:both}.clear{clear:both}.widget{margin:0 0 30px}.widget select{max-width:100%}.widget_search .search-field{float:left;width:78%}.widget_search .search-submit{background:#f54337 none repeat scroll 0 0;color:#fff;height:36px;width:22%}.widget_archive ul,.widget_categories ul,.widget_recent_entries ul,.widget_meta ul,.widget_recent_comments ul,.widget_rss ul,.widget_pages ul,.widget_nav_menu ul,.wp-block-latest-posts,.wp-block-archives,.wp-block-categories,.wp-block-page-list,.wp-block-latest-comments{list-style:outside none none;margin:0}.wp-block-page-list ul{list-style:outside none none}.widget_archive li,.widget_categories li,.widget_recent_entries li,.widget_meta li,.widget_recent_comments li,.widget_rss li,.widget_pages li,.widget_nav_menu li,.wp-block-latest-posts li,.wp-block-archives li,.wp-block-categories li,.wp-block-page-list li,.wp-block-latest-comments li{border-bottom:1px solid rgb(0 0 0 / .1);margin-bottom:5px;padding-bottom:5px}.widget_archive li:last-child,.widget_categories li:last-child,.widget_recent_entries li:last-child,.widget_meta li:last-child,.widget_recent_comments li:last-child,.widget_rss li:last-child,.widget_pages li:last-child,.widget_nav_menu li:last-child,.wp-block-latest-posts li:last-child,.wp-block-archives li:last-child,.wp-block-categories li:last-child,.wp-block-page-list li:last-child,.wp-block-latest-comments li:last-child{border:none}.widget_archive a,.widget_categories a,.widget_recent_entries a,.widget_meta a,.widget_recent_comments li,.widget_rss li,.widget_pages li a,.widget_nav_menu li a,.wp-block-latest-posts li a,.wp-block-archives li a,.wp-block-categories li a,.wp-block-page-list li a,.wp-block-latest-comments li{color:#5f5f5f;font-size:14px;line-height:26px;padding-left:22px;position:relative;-webkit-transition:color 0.3s ease;-moz-transition:color 0.3s ease;-ms-transition:color 0.3s ease;-o-transition:color 0.3s ease;transition:color 0.3s ease;display:inline-block}.widget a:hover,.widget a:hover::before,.widget li:hover::before{color:#029FB2}.widget_archive a::before,.widget_categories a::before,.widget_recent_entries a::before,.widget_meta a::before,.widget_recent_comments li::before,.widget_rss li:before,.widget_pages li a:before,.widget_nav_menu li a:before,.wp-block-latest-posts li a:before,.wp-block-archives li a:before,.wp-block-categories li a:before,.wp-block-page-list li a:before,.wp-block-latest-comments li:before{color:#9f9f9f;content:"\f187";font-family:"FontAwesome";font-size:13px;left:0;position:absolute;top:0;-webkit-transition:color 0.3s ease;-moz-transition:color 0.3s ease;-ms-transition:color 0.3s ease;-o-transition:color 0.3s ease;transition:color 0.3s ease}.widget_categories a::before,.wp-block-categories li a:before{content:"\f07b"}.widget_recent_entries a::before,.wp-block-latest-posts li a:before{content:"\f101"}.widget_meta a::before,.widget_nav_menu li a:before{content:"\f105"}.widget_recent_comments li::before,.wp-block-latest-comments li:before{content:"\f086";top:0}.widget_rss li::before{content:"\f09e";top:0}.widget_pages li a:before,.wp-block-page-list li a:before{content:"\f1ea";top:0}.widget_search .search-field{width:75%;float:left}.widget_search .search-submit{height:36px;width:25%;background:#029FB2;border-color:#029FB2;color:#fff}.widget_recent_entries .post-date{color:#8f8f8f;display:block;font-size:11px;margin-top:-5px;padding-left:24px}.widget_nav_menu .sub-menu{margin-bottom:-10px;margin-top:10px;padding-left:10px}.widget_nav_menu li::before{top:0}.widget_tag_cloud .tagcloud a,.widget_tag_cloud a{color:#909090;font-size:14px!important;border:1px solid #cfcfcf;padding:1px 10px;display:inline-block;margin:0 5px 10px 0;border-radius:2px}.widget_tag_cloud .tagcloud a:hover,.widget.widget_tag_cloud a:hover{background:#029FB2;color:#fff;border-color:#029FB2}.wp-block-search__button{background:#333;border:none;width:80px;margin:0;height:36px}.sticky{display:block}h1.entry-title{color:#353535;font-weight:700;margin-bottom:0;padding-bottom:0;text-transform:capitalize}h1.entry-title a{color:#3d3d3d}.hentry{margin:0 0 15px}.single .byline,.group-blog .byline,.posted-on,.blog-author,.blog-cat{display:inline;font-family:'Roboto',sans-serif;font-size:14px;font-style:italic;font-weight:300}.cat-links{margin-right:10px}.page-content,.entry-content,.entry-summary{margin:15px 0 0}.page-links{clear:both;margin:0 0 15px}.edit-link .post-edit-link{background:#029fb2;padding:4px 10px;color:#FFF!important;line-height:1;border-radius:3px;font-size:13px}.edit-link .post-edit-link:before{content:"\f044";font-family:FontAwesome;margin-right:5px}#blog-post article.hentry,.search article.hentry,.archive article.hentry,.tag article.hentry,.category article.hentry,.blog article.hentry{margin-bottom:20px;padding-bottom:20px}.blog article.hentry:first-child{margin-top:30px}article.hentry .edit-link{display:block;margin-top:20px}article.hentry h1.entry-title{margin-bottom:5px;line-height:1.2}article.hentry .entry-footer>span{margin-right:15px;font-size:13px}.page-header .page-title{color:#333;padding-bottom:15px}.posted-on:before{content:"\f073";font-family:FontAwesome;font-style:normal;margin-right:5px}.cat-links:before{content:"\f07c";font-family:FontAwesome;font-style:normal;margin-right:5px}.comments-link:before{content:"\f075";font-family:FontAwesome;font-style:normal;margin-right:5px}.byline:before{content:"\f007";font-family:FontAwesome;font-style:normal;margin-right:5px}.tags-links:before{content:"\f02c";font-family:FontAwesome;font-style:normal;margin-right:3px}.entry-footer .tags-links a{border:1px solid #e1e1e1;display:inline-block;margin:0 5px;padding:0 10px}.updated{display:none}.published.updated{display:inline-block}.entry-footer a{color:#999}.entry-footer a:hover{color:#029fb2}.nav-links .meta-nav{display:none}.nav-links .nav-previous,.nav-links .nav-next{width:50%;float:left}.nav-links .nav-next{text-align:right;float:right}.nav-links .nav-previous a:before{content:"\f0d9";font-family:FontAwesome;font-style:normal;margin-right:5px}.nav-links .nav-next a:after{content:"\f0da";font-family:FontAwesome;font-style:normal;margin-left:5px}.nav-links .nav-previous,.nav-links .nav-next{float:left;width:25%}.nav-links .nav-next{float:right}.nav-links .nav-next a,.nav-links .nav-previous a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.entry-thumbnail{width:38%;float:left}.entry-excerpt{width:60%;float:right}.short-content{margin-bottom:10px}.short-content+.bttn{float:right}.entry-footer{margin-top:10px}.full-width{float:none;width:100%}.blog .format-aside .entry-title,.archive .format-aside .entry-title{display:none}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}#comments h2.comments-title{color:#333;display:inline-block;font-size:22px;font-style:normal;font-weight:700;margin:15px 0;padding:8px 15px}#comments h3{margin:0 0 10px;color:#141414;font-weight:600;display:inline-block;line-height:22px;font-size:18px}#commentform label{width:120px;display:block}textarea#comment{width:100%;height:150px}.comments-area ol{margin:0;padding:0;list-style:none}.comments-area ol.children{margin:0 0 0 15px}.comment-list .comment-body{padding:15px;margin-bottom:20px;background:#f9f9f9;border-top:2px solid #029fb2}.comment-author img{vertical-align:text-top;margin-right:15px}.comment-metadata{margin-top:-10px;padding-left:57px}.comment-content{padding-left:58px;margin-top:10px}.comment-author .fn{font-style:normal;font-size:16px;text-transform:capitalize;font-weight:700}.comment-author .fn .url{color:#333;padding:0 5px}.comment-author .fn .url:hover{color:#029fb2}.comment-author .says{display:none}.commentmetadata{float:right;font-weight:400;font-size:12px;font-style:italic;font-weight:300}.commentmetadata a{color:#666}.commentmetadata .comment-edit-link{color:#01AEFD}.commentmetadata+.clear{margin-bottom:20px}.reply .comment-reply-link{background:none repeat scroll 0 0 #029fb2;border-radius:3px;color:#FFF;font-size:13px;line-height:1;padding:5px 10px}#respond{background:#f9f9f9 none repeat scroll 0 0;color:#141414;margin-top:40px;padding:20px}#commentform .form-submit{margin-bottom:0}#cancel-comment-reply-link{font-style:italic;color:#029fb2}#cancel-comment-reply-link:before{font-family:FontAwesome;content:"\f057";margin:0 5px 0 20px;font-style:normal;color:#029fb2}.logged-in-as a{color:#029fb2}.reply{margin-left:55px}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}#infinite-footer{display:none}.page-content img.wp-smiley,.entry-content img.wp-smiley,.comment-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:15px;max-width:100%}.wp-caption img[class*="wp-image-"]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:10px 0}.site-main .gallery{margin-bottom:1.5em}.site-main .gallery a img{border:none;height:auto;max-width:90%}.site-main .gallery dd,.site-main .gallery figcaption{margin:0}embed,iframe,object{max-width:100%}.gallery{margin-bottom:1.5em;margin-left:-2%}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;margin-bottom:3%;margin-left:2%}.site-main .gallery a img{max-width:none;width:100%}.gallery-columns-2 .gallery-item{max-width:47%}.gallery-columns-3 .gallery-item{max-width:31.33%}.gallery-columns-4 .gallery-item{max-width:23%}.gallery-columns-5 .gallery-item{max-width:18%}.gallery-columns-6 .gallery-item{max-width:14.66%}.gallery-columns-7 .gallery-item{max-width:12.28%}.gallery-columns-8 .gallery-item{max-width:10.5%}.gallery-columns-9 .gallery-item{max-width:9.11%}.gallery-caption{display:block}.mt-column-wrapper{margin-left:-2%}.mt-column-1{float:left;width:98%;margin-left:2%}.mt-column-2{float:left;width:48%;margin-left:2%}.mt-column-3{float:left;width:31.33%;margin-left:2%}.mt-column-4{float:left;width:23%;margin-left:2%}#primary,.home.blog #primary{float:left;width:70%}#secondary,.home.blog #secondary{float:right;width:27%}.home.blog.left-sidebar #primary{float:right}.home.blog.left-sidebar #secondary{float:left}.page-template-magazine-template #primary{float:none;width:100%}.left-sidebar #primary{float:right}.left-sidebar #secondary{float:left}.no-sidebar #primary{float:none;width:100%;margin:0 auto}.home.blog.no-sidebar #primary{float:none;width:100%;margin:0 auto}.no-sidebar #secondary{display:none}.no-sidebar-center #primary{float:none;margin:0 auto}.home.blog.no-sidebar-center #primary{float:none;margin:0 auto}.home.blog #content .mt-container{margin:20px auto}.home.blog #content #primary article:first-child{margin-top:0}body{font-weight:400;overflow:hidden;position:relative;font-family:'Roboto',sans-serif;line-height:1.8}.boxed_layout #page{box-shadow:0 0 15px rgb(0 0 0 / .1);margin:0 auto;width:1200px;background:#fff}body.fullwidth-layout #page{background:#fff none repeat scroll 0 0}.mt-container{width:1170px;margin:0 auto}.hide{display:none}.np-top-header-wrap{background:#029fb2 none repeat scroll 0 0;color:#fff;padding:8px 0}.np-top-left-section-wrapper{float:left;font-size:12px}.np-top-left-section-wrapper .date-section{float:left;margin-right:10px}.np-top-left-section-wrapper .date-section::before{content:"\f017";display:inline-block;font-family:FontAwesome;margin-right:8px}.top-navigation{float:left}.top-navigation ul{list-style:outside none none;margin:0}.top-navigation ul li{border-left:1px solid #fff;display:inline-block;line-height:12px;padding:0 10px}.top-navigation ul li a{color:#fff}.np-top-right-section-wrapper{float:right}.np-top-right-section-wrapper .social-link{display:block;float:left;margin-top:-5px}.np-top-right-section-wrapper .social-link a{color:#fff;display:inline-block;font-size:14px;line-height:12px;margin:6px 0 0 14px}#masthead .site-branding{float:left;margin:20px 0}#masthead .np-header-ads-area{float:right}#masthead .np-header-ads-area .news_portal_ads_banner{margin:0;padding:0}.np-logo-section-wrapper{padding:20px 0}.top-navigation ul.sub-menu,.footer-navigation ul.sub-menu{display:none}.site-title{font-size:32px;font-weight:700;line-height:40px;margin:0}.site-description{margin:0}.np-header-menu-wrapper{background:#029fb2 none repeat scroll 0 0;margin-bottom:20px;position:relative}.np-header-menu-wrapper .mt-container{position:relative}.np-header-menu-wrapper .mt-container::before{background:#fff0 url(/wp-content/themes/news-portal/assets/images/menu-shadow.png) no-repeat scroll center top;content:"";height:38px;left:50%;margin-left:-480px;opacity:1;position:absolute;top:100%;width:960px}.np-home-icon a{color:#fff!important;display:block;float:left;font-size:14px;line-height:40px;padding:0 12px;position:relative}.home .np-home-icon a,.np-home-icon a:hover{background:#028a9a none repeat scroll 0 0}#site-navigation{float:left}#site-navigation ul{margin:0;padding:0;list-style:none}#site-navigation ul li{display:inline-block;line-height:40px;margin-right:-3px;position:relative}#site-navigation ul li a{border-left:1px solid rgb(255 255 255 / .2);border-right:1px solid rgb(0 0 0 / .08);color:#fff;display:block;padding:0 15px;position:relative;text-transform:capitalize}#site-navigation ul ul.children li a{line-height:25px;padding:8px 15px}#site-navigation ul li:hover>a,#site-navigation ul li.current-menu-item>a,#site-navigation ul li.current_page_item>a,#site-navigation ul li.current-menu-ancestor>a,#site-navigation ul li.focus>a{background:#028a9a}#site-navigation ul.sub-menu,#site-navigation ul.children{background:#029fb2 none repeat scroll 0 0;width:200px;position:absolute;z-index:99;left:-9999rem;opacity:0;-webkit-transform:translateY(.6rem);-ms-transform:translateY(.6rem);-o-transform:translateY(.6rem);transform:translateY(.6rem);-webkit-transition:opacity 0.15s linear,transform 0.15s ease,left 0s 0.15s;-o-transition:opacity 0.15s linear,transform 0.15s ease,left 0s 0.15s;transition:opacity 0.15s linear,transform 0.15s ease,left 0s 0.15s}#site-navigation ul li:hover>ul.sub-menu,#site-navigation ul li:hover>ul.children,#site-navigation ul li.focus>ul.sub-menu,#site-navigation ul li.focus>ul.children{left:0;opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);-webkit-transition:opacity 0.15s linear,transform 0.15s ease,right 0s 0.15s;-o-transition:opacity 0.15s linear,transform 0.15s ease,right 0s 0.15s;transition:opacity 0.15s linear,transform 0.15s ease,right 0s 0.15s}#site-navigation ul li.focus>ul.sub-menu,#site-navigation ul li.focus>ul.children{opacity:1;visibility:visible;-transform:scale(1);-webkit-transform:scale(1);-ms-transform:scale(1)}#site-navigation ul.sub-menu li,#site-navigation ul.children li{float:none;display:block;border-bottom:1px solid #e1e1e1;margin:0}#site-navigation ul.sub-menu li a,#site-navigation ul.children li a{line-height:24px;padding:10px 15px}#site-navigation ul.sub-menu li:last-child,#site-navigation ul.children li:last-child{border:none}#site-navigation ul.sub-menu li ul,#site-navigation ul.children li ul{right:9999em;left:auto!important;top:0%!important;-webkit-transition:opacity 0.15s linear,transform 0.15s ease,right 0s 0.15s;-o-transition:opacity 0.15s linear,transform 0.15s ease,right 0s 0.15s;transition:opacity 0.15s linear,transform 0.15s ease,right 0s 0.15s}#site-navigation ul.sub-menu li:hover>ul,#site-navigation ul.children li:hover>ul,#site-navigation ul.sub-menu li.focus>ul,#site-navigation ul.children li.focus>ul{right:-100%;left:auto!important;top:0%!important;-webkit-transition:opacity 0.15s linear,transform 0.15s ease,left 0s 0.15s;-o-transition:opacity 0.15s linear,transform 0.15s ease,left 0s 0.15s;transition:opacity 0.15s linear,transform 0.15s ease,left 0s 0.15s}#site-navigation ul li.menu-item-has-children>a:before,#site-navigation ul li.page_item_has_children>a:before{content:"\f107";font-family:FontAwesome;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-size:12px}#site-navigation ul.sub-menu li.menu-item-has-children>a:before,#site-navigation ul.children li.page_item_has_children>a:before{content:"\f105"}#site-navigation ul#primary-menu li.menu-item-has-children a,#site-navigation #primary-menu li.page_item_has_children a{padding-right:30px}.home .np-home-icon a::after,.np-home-icon a:hover::after,#site-navigation ul#primary-menu>li:hover>a:after,#site-navigation ul#primary-menu>li.current-menu-item>a::after,#site-navigation ul#primary-menu>li.focus>a:after{border-bottom:5px solid #fff;border-left:5px solid #fff0;border-right:5px solid #fff0;bottom:0;content:"";height:0;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%);width:0}.np-header-menu-wrapper::before,.np-header-menu-wrapper::after{background:#029fb2 none repeat scroll 0 0;content:"";height:100%;left:-5px;position:absolute;top:0;width:5px;z-index:99}.np-header-menu-wrapper::after{left:auto;right:-5px;visibility:visible}.np-header-menu-block-wrap::before,.np-header-menu-block-wrap::after{border-bottom:5px solid #fff0;border-right:5px solid #03717f;border-top:5px solid #fff0;bottom:-6px;content:"";height:0;left:-5px;position:absolute;width:5px}.np-header-menu-block-wrap::after{left:auto;right:-5px;transform:rotate(180deg);visibility:visible}.is-sticky .np-header-menu-wrapper{z-index:99}#site-navigation ul li a.sub-toggle{display:none}.np-icon-elements-wrapper{float:right}.np-icon-elements{float:left;margin:10px 20px 10px 0}.np-icon-elements a{display:block;height:20px;width:40px;border-radius:20px;background:rgb(0 0 0 / .75);position:relative;transition:.25s;font-size:0}.np-icon-elements a span{height:16px;width:16px;border-radius:50%;background-color:#fff;position:absolute;left:2px;top:50%;transform:translateY(-50%);transition:all ease-in-out .3s}.np-icon-elements a.dark-mode span{left:24px}.np-icon-elements a.light-mode span:after{height:12px;width:12px;content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:1;visibility:visible;color:#111;transition:all ease-in-out .3s;background-size:12px 12px;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000000' d='M9.5 14.993c-2.477 0-4.493-2.015-4.493-4.493s2.015-4.493 4.493-4.493 4.493 2.015 4.493 4.493-2.015 4.493-4.493 4.493zM9.5 7.007c-1.926 0-3.493 1.567-3.493 3.493s1.567 3.493 3.493 3.493 3.493-1.567 3.493-3.493-1.567-3.493-3.493-3.493z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M9.5 5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M9.5 20c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M3.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M18.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M4.5 6c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M2.5 18c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M16.5 18c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M14.5 6c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3C/svg%3E")}.np-icon-elements a.dark-mode span::after{background-repeat:no-repeat;background-size:12px 12px;content:'';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:12px;line-height:1;color:#111;transition:all ease-in-out .3s;opacity:1;visibility:visible;height:12px;width:12px}.np-icon-elements a.dark-mode span:after{height:10px;width:10px;background-size:10px 10px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-moon' viewBox='0 0 16 16'%3E%3Cpath d='M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278zM4.858 1.311A7.269 7.269 0 0 0 1.025 7.71c0 4.02 3.279 7.276 7.319 7.276a7.316 7.316 0 0 0 5.205-2.162c-.337.042-.68.063-1.029.063-4.61 0-8.343-3.714-8.343-8.29 0-1.167.242-2.278.681-3.286z'/%3E%3C/svg%3E")}.np-icon-elements a.dark-mode{background:#6f6f6f}.np-header-search-wrapper{float:right;position:relative}.search-main{display:block;line-height:40px;cursor:pointer;color:#fff}.search-main a,.search-main a:focus,.search-main a:hover{color:#fff}.np-header-search-wrapper .search-form-main{background:#fff none repeat scroll 0 0;box-shadow:1px 1px 7px rgb(0 0 0 / .15);border-top:2px solid #029FB2;padding:15px;position:absolute;right:0;top:130%;width:300px;z-index:9999;opacity:0;visibility:hidden}.np-header-search-wrapper .search-form-main:before{border-left:10px solid #fff0;border-right:10px solid #fff0;border-bottom:10px solid #029FB2;content:"";position:absolute;right:15px;top:-10px}.np-header-search-wrapper .search-form-main .search-submit{border:medium none;border-radius:0;box-shadow:none;color:#fff;display:inline-block;padding:10px 0 10px;width:20%;height:36px;background:#029FB2}.search-form-main.active-search{opacity:1;visibility:visible}.menu-toggle{color:#333;display:none;float:left;font-size:20px;padding:2px 15px}.sub-toggle{display:none}.np-ticker-block{border:1px solid #e1e1e1;margin:30px 0;position:relative}.ticker-caption{background:#464646 none repeat scroll 0 0;color:#fff;display:block;float:left;margin-right:20px;padding:5px 15px}.ticker-content-wrapper{display:block;float:left;width:80%}.ticker-content-wrapper .post-cats-list{float:left;margin-right:15px}.ticker-content-wrapper .lslide.active{height:auto!important}.ticker-content-wrapper .cS-hidden{opacity:1}.news-ticker-title>a{color:#333;display:block;margin:5px 0 0}.np-ticker-block .lSAction{position:absolute;right:10px;top:5px}.np-ticker-block .lSAction>a{background:#fff0 none repeat scroll 0 0;display:inline-block;height:auto;margin:0 5px!important;position:static;width:auto;opacity:1}.np-ticker-block .lSSlideOuter.vertical,.np-ticker-block .lSSlideWrapper,.np-ticker-block .lSSlideWrapper .lSFade{position:static}.post-cats-list span{display:inline-block;vertical-align:top}.post-cats-list a{color:#fff!important;display:block;font-size:12px;font-weight:500;margin-right:5px;padding:1px 12px;text-transform:capitalize}.news_portal_slider .lSAction>a{background:none}.news_portal_featured_slider{margin:0 0 25px}.news_portal_featured_slider .slider-posts{float:left;width:50%;margin:0;padding:0}.news_portal_slider{float:none;margin-bottom:20px;padding-bottom:10px;width:100%}.np-single-slide-wrap,.news_portal_carousel .np-single-post,.news_portal_block_posts .layout3 .np-primary-block-wrap{position:relative}.np-slide-content-wrap,.news_portal_carousel .np-single-post .np-post-content,.news_portal_block_posts .layout3 .np-primary-block-wrap .np-single-post .np-post-content{bottom:0;left:0;padding:20px;position:absolute;width:100%;background:#fff0 linear-gradient(to bottom,#fff0,rgb(0 0 0 / .8)) repeat scroll 0 0}.np-slide-content-wrap .post-title,.news_portal_featured_posts .np-single-post .np-post-content .np-post-title,.news_portal_carousel .np-single-post .np-post-title,.news_portal_block_posts .layout3 .np-primary-block-wrap .np-single-post .np-post-title{line-height:26px;margin:5px 0}.np-slide-content-wrap .post-title a,.news_portal_featured_posts .np-single-post .np-post-content .np-post-title a,.news_portal_carousel .np-single-post .np-post-title a,.news_portal_block_posts .layout3 .np-primary-block-wrap .np-single-post .np-post-title a{color:#fff;font-size:20px;text-transform:capitalize}.np-slide-content-wrap .post-title a:hover,.news_portal_featured_posts .np-single-post .np-post-content .np-post-title a:hover,.news_portal_carousel .np-single-post .np-post-title a:hover,.news_portal_block_posts .layout3 .np-primary-block-wrap .np-single-post .np-post-title a:hover{color:#029fb2}.np-slide-content-wrap .np-post-meta span,.np-slide-content-wrap .np-post-meta span a,.news_portal_featured_posts .np-single-post .np-post-meta span,.news_portal_featured_posts .np-single-post .np-post-meta span a{color:#ccc;font-size:14px;font-style:normal;font-weight:500}.np-slide-content-wrap .np-post-meta span,.news_portal_featured_posts .np-single-post .np-post-meta span{margin-right:15px}.news_portal_featured_slider .slider-posts .lSAction{position:absolute;right:20px;top:20px}.news_portal_featured_slider .slider-posts .lSAction>a{background:rgb(0 0 0 / .7) none repeat scroll 0 0;color:#fff;display:inline-block;font-size:14px;line-height:32px;margin:0 2px;opacity:1;position:static;text-align:center}.news_portal_featured_slider .slider-posts .lSAction>a:hover{background:#029FB2;color:#fff}.news_portal_featured_slider .featured-posts{float:right;width:50%;padding:0}.news_portal_featured_slider .featured-posts .np-single-post-wrap{float:left;margin-bottom:5px;padding-left:5px;position:relative;width:50%}.news_portal_featured_slider .featured-posts .np-single-post{position:relative}.news_portal_featured_slider .featured-posts .np-single-post .np-post-content{position:absolute;left:0;bottom:0;width:100%;padding:15px;background:#fff0 linear-gradient(to bottom,#fff0,rgb(0 0 0 / .8)) repeat scroll 0 0}.news_portal_featured_slider .featured-posts .np-single-post .np-post-content .np-post-title{line-height:20px}.news_portal_featured_slider .featured-posts .np-single-post .np-post-content .np-post-title a{font-size:15px;color:#fff}.news_portal_featured_slider .featured-posts .np-single-post .np-post-content .np-post-title a:hover{color:#029fb2}.news_portal_featured_slider .featured-posts .np-single-post .np-post-meta span,.news_portal_featured_slider .featured-posts .np-single-post .np-post-meta span a{font-size:12px}.np-home-top-section .news_portal_featured_posts .np-block-wrapper{background:#f2f2f2 none repeat scroll 0 0;padding:20px}.news_portal_featured_posts .np-featured-posts-wrapper{margin-left:-2%}.news_portal_featured_posts .np-single-post-wrap{float:left;margin-left:2%;width:23%}.news_portal_featured_posts .np-single-post .np-post-content{background:#fff0 none repeat scroll 0 0;float:left;padding:0;position:static}.news_portal_featured_posts .np-single-post-wrap .np-post-thumb{float:left;width:42%}.news_portal_featured_posts .np-single-post-wrap .np-post-content{float:left;margin-left:4%;width:54%}.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-title a{color:#333;font-size:14px}.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-title a:hover{color:#029fb2}.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-title{line-height:20px;margin:0 0 2px}.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta .byline{display:block}.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta span,.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta span a{color:#989898}.np-post-thumb,.np-slide-thumb{overflow:hidden}.np-post-thumb img,.np-slide-thumb img{-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;-webkit-transform:scale(1) rotate(0deg);-ms-transform:scale(1) rotate(0deg);-o-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);opacity:1}.np-post-thumb:hover img,.np-slide-thumb:hover img{-webkit-transform:scale(1.05) rotate(1deg);-ms-transform:scale(1.05) rotate(1deg);-o-transform:scale(1.05) rotate(1deg);transform:scale(1.05) rotate(1deg);opacity:.8}.np-home-middle-section .middle-primary{float:left;width:67%}.np-home-middle-section .middle-aside{float:right;width:31%}.np-block-title,.widget-title,.page-header .page-title,.np-related-title,.widget_block .wp-block-group__inner-container>h1,.widget_block .wp-block-group__inner-container>h2,.widget_block .wp-block-group__inner-container>h3,.widget_block .wp-block-group__inner-container>h4,.widget_block .wp-block-group__inner-container>h5,.widget_block .wp-block-group__inner-container>h6{background:#f7f7f7 none repeat scroll 0 0;border:1px solid #e1e1e1;font-size:16px;margin:0 0 20px;padding:6px 20px;text-transform:uppercase;border-left:none;border-right:none;color:#029FB2;text-align:left}.news_portal_block_posts .np-primary-block-wrap{float:left;width:48%}.news_portal_block_posts .np-secondary-block-wrap{float:right;width:49%}.np-post-title.large-size a,.np-post-title.small-size a{color:#333;display:block;font-size:16px}.np-post-title.large-size,.np-post-title.small-size{margin:15px 0 10px;text-transform:capitalize}.np-post-meta span,.np-post-meta span a{color:#a6a6a6;font-size:12px;font-style:normal;font-weight:400;-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;display:inline-block}.np-post-meta span:hover,.np-post-meta span a:hover,.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta span:hover,.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta span a:hover{color:#029fb2}.np-post-meta span{margin-right:15px}.np-post-excerpt{margin-top:12px}.np-post-excerpt p{margin-bottom:0}.np-secondary-block-wrap .np-post-thumb,.news_portal_default_tabbed .np-post-thumb{float:left;width:30%}.np-secondary-block-wrap .np-post-content,.news_portal_default_tabbed .np-post-content{float:right;width:66%}.np-post-title.small-size{margin-top:0}.np-post-title.small-size{line-height:22px;margin:2px 0 3px}.np-post-title.small-size a{font-size:14px;font-weight:500}.np-post-title.small-size a:hover{color:#029FB2}.np-secondary-block-wrap .np-single-post,.news_portal_default_tabbed .np-single-post,.news_portal_default_tabbed #comments ul li{border-bottom:1px solid #e1e1e1;margin-bottom:12px;padding-bottom:12px}.np-secondary-block-wrap .np-single-post:last-child,.news_portal_default_tabbed .np-single-post:last-child,.news_portal_default_tabbed #comments ul li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.np-secondary-block-wrap .np-post-meta span,.np-secondary-block-wrap .np-post-meta span a,.news_portal_default_tabbed .np-post-meta span,.news_portal_default_tabbed .np-post-meta span a,.np-related-posts-wrap .np-post-meta span,.np-related-posts-wrap .np-post-meta span a{font-size:12px}.news_portal_block_posts .layout2 .np-primary-block-wrap,.news_portal_block_posts .layout2 .np-secondary-block-wrap{margin-left:-3%;width:103%}.news_portal_block_posts .layout2 .np-primary-block-wrap{margin-bottom:10px}.news_portal_block_posts .layout2 .np-primary-block-wrap .np-single-post,.news_portal_block_posts .layout2 .np-secondary-block-wrap .np-single-post{display:inline-block;float:none;margin-left:3%;margin-right:-4px;vertical-align:top;width:47%}.news_portal_block_posts .layout2 .np-secondary-block-wrap .np-single-post:nth-child(4){border-bottom:1px solid #e1e1e1;padding-bottom:12px}.news_portal_block_posts .layout3 .np-primary-block-wrap{width:100%}.news_portal_block_posts .layout3 .np-secondary-block-wrap{margin-top:20px;width:102%}.news_portal_block_posts .layout3 .np-secondary-block-wrap{margin-left:-2%}.news_portal_block_posts .layout3 .np-secondary-block-wrap .np-single-post{border:medium none;float:left;margin-bottom:0;margin-left:2%;padding:0;width:31.33%}.news_portal_block_posts .layout3 .np-secondary-block-wrap .np-single-post .np-post-thumb,.news_portal_block_posts .layout3 .np-secondary-block-wrap .np-single-post .np-post-content{float:none;width:100%}.news_portal_block_posts .layout3 .np-secondary-block-wrap .np-single-post .np-post-content{margin-top:10px}.news_portal_block_posts .layout4 .np-block-posts-wrapper{display:flex;flex-wrap:wrap}.news_portal_block_posts .layout4 .np-block-posts-wrapper .np-alt-grid-post{display:flex;flex-direction:column;width:33.33%}.news_portal_block_posts .layout4 .np-block-posts-wrapper .np-alt-grid-post .np-post-content{background:#f2f2f2 none repeat scroll 0 0;height:242px;overflow:hidden;padding:11px 15px 15px}.news_portal_block_posts .layout4 .np-block-posts-wrapper .np-alt-grid-post:nth-child(2){flex-direction:column-reverse}.news_portal_block_posts .layout4 .np-block-posts-wrapper .np-alt-grid-post .np-post-content .np-post-excerpt{line-height:27px;margin-top:10px;overflow:hidden;height:110px}.middle-primary .news_portal_featured_posts .np-single-post-wrap{float:left;margin-bottom:2%;margin-left:2%;width:31.33%}.middle-primary .news_portal_featured_posts .np-featured-posts-wrapper{margin-left:-2%}.middle-primary .news_portal_featured_posts .np-single-post img{width:100%}.middle-primary .news_portal_featured_posts .np-single-post-wrap{width:48%}.middle-aside .news_portal_featured_posts .np-single-post-wrap{margin-bottom:20px;width:98%}.middle-aside .news_portal_featured_posts .np-single-post-wrap{width:98%}.middle-aside .news_portal_featured_posts .np-single-post-wrap:last-child{margin-bottom:0}.news_portal_default_tabbed ul.widget-tabs{margin:0;list-style:none}.news_portal_default_tabbed ul.widget-tabs li{background:#029fb2 none repeat scroll 0 0;display:inline-block;margin-right:-4px;padding:5px 0;text-align:center;width:50%;position:relative}.news_portal_default_tabbed ul.widget-tabs li a{color:#fff;font-weight:600;text-transform:uppercase;display:block}.news_portal_default_tabbed ul.widget-tabs li.ui-tabs-active,.news_portal_default_tabbed ul.widget-tabs li:hover{background:#028A9A;-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}.news_portal_default_tabbed ul.widget-tabs li.ui-tabs-active:before,.news_portal_default_tabbed ul.widget-tabs li:hover:before{border-bottom:5px solid #fff;border-left:5px solid #fff0;border-right:5px solid #fff0;bottom:0;content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0}.news_portal_default_tabbed .np-tabbed-section{margin-top:20px}.news_portal_default_tabbed .np-tabbed-section{border:1px solid #e1e1e1;border-top:none;margin-top:0;padding:20px}.news_portal_default_tabbed .np-post-meta span{margin-right:10px}.news_portal_default_tabbed #comments ul{margin:0;list-style:none}.news_portal_default_tabbed #comments ul .np-comment-avatar{float:left;width:25%}.news_portal_default_tabbed #comments ul .np-comment-desc-wrap{float:right;width:71%}.news_portal_default_tabbed #comments ul .np-comment-avatar img{width:100%}.np-block-title-nav-wrap{position:relative}.np-block-title-nav-wrap .carousel-nav-action{position:absolute;right:0;top:0}.np-block-title-nav-wrap .carousel-nav-action .carousel-controls{background:#333 none repeat scroll 0 0;color:#fff;display:inline-block;font-size:13px;margin-left:0;padding:5px 13px;cursor:pointer;-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}.np-block-title-nav-wrap .carousel-nav-action .carousel-controls:hover{background:#029FB2}.news_portal_carousel .np-post-meta span,.news_portal_carousel .np-post-meta span a,.news_portal_block_posts .layout3 .np-primary-block-wrap .np-post-meta span,.news_portal_block_posts .layout3 .np-primary-block-wrap .np-post-meta span a{color:#cfcfcf}.news_portal_recent_posts .np-recent-posts-wrapper ul{list-style:none;margin:0;padding:0}.news_portal_recent_posts .np-recent-posts-wrapper .np-single-post{margin-bottom:10px;padding-bottom:10px}.news_portal_recent_posts .np-recent-posts-wrapper .np-post-thumb{float:left;width:30%}.news_portal_recent_posts .np-recent-posts-wrapper .np-post-content{float:left;margin-left:4%;width:66%}.mt-social-icons-wrapper{text-align:center}.news_portal_social_media .social-link{display:inline-block;vertical-align:top}.news_portal_social_media .social-link a{background:#029fb2 none repeat scroll 0 0;color:#fff;display:block;margin-right:10px;padding:7px 14px}.news_portal_social_media .social-link a:hover{background:#028A9A}.news_portal_ads_banner{text-align:center}#colophon{background:#000 none repeat scroll 0 0;margin-top:40px}#top-footer{padding-top:40px}#top-footer .np-footer-widget-wrapper{margin-left:-2%}#top-footer.footer_column_one .np-footer-widget,#top-footer.footer_column_two .np-footer-widget,#top-footer.footer_column_three .np-footer-widget,#top-footer.footer_column_four .np-footer-widget{float:left;margin-left:2%;width:31.33%}#top-footer .widget a,#top-footer .widget a:before,#top-footer .widget li:before{color:#cfcfcf}#top-footer .widget a:hover,#top-footer .widget a:hover:before,#top-footer .widget li::hover:before{color:#029fb2}#top-footer.footer_column_one .np-footer-widget{width:98%}#top-footer.footer_column_two .np-footer-widget{width:48%}#top-footer.footer_column_four .np-footer-widget{width:23%}#top-footer .widget-title{background:rgb(255 255 255 / .2) none repeat scroll 0 0;border-color:rgb(255 255 255 / .2);color:#fff}.bottom-footer{background:rgb(255 255 255 / .1) none repeat scroll 0 0;color:#bfbfbf;font-size:12px;padding:10px 0}.site-info{float:left}#footer-navigation ul{float:right;list-style:outside none none;margin:0}#footer-navigation ul li{display:inline-block;vertical-align:top}#footer-navigation ul li a{border-left:2px solid #7f7f7f;color:#cfcfcf;margin-left:10px;padding-left:10px}#footer-navigation ul li:first-child a{margin-left:0;border-left:none}#footer-navigation ul li a:hover{color:#029fb2}.archive article{border:none!important}.np-archive-post-content-wrapper{box-shadow:0 0 8px rgb(0 0 0 / .1);padding:20px;position:relative}.np-archive-post-content-wrapper:before{border-bottom:15px solid #fff;border-left:15px solid #fff0;border-right:15px solid #fff0;content:"";left:20px;position:absolute;top:-15px}article.no-image .np-archive-post-content-wrapper:before{display:none}.entry-meta>span{display:inline-block;font-size:13px;font-weight:400;margin-right:15px;text-transform:capitalize}.entry-meta span a,.entry-meta span{color:#767676;font-style:normal;-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}.np-archive-post-content-wrapper .entry-title{font-size:20px;margin:0 0 6px}.np-archive-post-content-wrapper .entry-title a{color:#333}.entry-title a:hover,.entry-meta span a:hover,.entry-meta span:hover{color:#029fb2}.np-archive-more .np-button{background:#fafafa none repeat scroll 0 0;border:1px solid #eee;border-radius:3px;color:#666;display:inline-block;font-size:13px;font-weight:600;;padding:4px 20px;text-decoration:none}.np-archive-more .np-button:hover{background:#029fb2;color:#fff;border-color:#029FB2}.np-archive-more .np-button i{margin-right:8px}.np-archive-grid-post-wrapper article{display:inline-block;margin-left:3%;margin-right:-4px;width:47%;vertical-align:top}.np-archive-grid-post-wrapper{margin-left:-3%}.home.archive-list article{border-top:1px solid #e1e1e1!important;padding-top:20px;padding-bottom:0!important}.home.archive-list article:first-child{border-top:none!important;padding-top:0}.archive.archive-list article{border-bottom:1px solid #e1e1e1!important;padding-top:0!important;padding-bottom:20px!important}.archive.archive-list article:last-child{border-bottom:none!important;padding-bottom:0!important}.archive-list article::after{clear:both;content:"";display:block}.archive-list .np-article-thumb{float:left;width:40%}.archive-list .np-archive-post-content-wrapper{box-shadow:none;float:right;padding:0;width:57%}.archive-list .np-archive-post-content-wrapper::before{display:none}.site-mode--dark.archive-list .np-archive-post-content-wrapper{background:none}.np-related-posts-wrap .np-post-title{margin:10px 0 5px}article.hentry h1.entry-title{font-size:26px;margin:10px 0}.np-related-section-wrapper{margin-top:80px}.np-related-section-wrapper .np-single-post{float:left;margin-left:2%;width:31.33%}.np-related-posts-wrap{margin-left:-2%}#content{margin-top:30px}.home #content{margin-top:0}.single .post-cats-list{margin:6px 0}.error404 #primary{float:none;padding:90px 0;width:100%}.error-404.not-found{border:1px solid #e1e1e1;margin:0 auto;max-width:700px}.error404 .page-title{background:#029FB2 none repeat scroll 0 0;color:#fff;font-size:20px;margin:0;padding:10px 0;text-align:center}.error-num{font-size:114px;font-weight:700;text-align:center}.error-num>span{font-size:34px;text-transform:uppercase}.error404 .page-content{font-size:14px;text-align:center}.error-404 .page-header .page-title{color:#fff}#np-scrollup{background-color:#029FB2;bottom:20px;color:#fff;display:none;height:40px;line-height:40px;position:fixed;right:20px;width:40px;text-align:center;font-size:16px;border-radius:3px;cursor:pointer;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}#np-scrollup{display:none}#np-scrollup:hover,#np-scrollup:focus,#np-scrollup:active{color:#fff;border-radius:100%}div.wpforms-container-full .wpforms-form input[type="submit"],div.wpforms-container-full .wpforms-form button[type="submit"],div.wpforms-container-full .wpforms-form .wpforms-page-button,div.wpforms-container-full .wpforms-form input[type="submit"]:hover,div.wpforms-container-full .wpforms-form button[type="submit"]:hover,div.wpforms-container-full .wpforms-form .wpforms-page-button:hover{background:#029FB2;border:none;padding:10px 20px}.news-portal-search-results-wrap{padding:15px 3px 0}.np-header-search-wrapper .search-form-main .search-form label{border-radius:0;padding:0;width:80%;display:inline-block;position:relative;margin-right:-4px}.search-form-main .news-portal-search-posts-wrap{max-height:600px;overflow-y:scroll;padding-right:8px}.news-portal-search-results-wrap .news-portal-search-article-item{display:flex;padding:10px 0;border-bottom:1px solid #e1e1e1}.news-portal-search-results-wrap .news-portal-search-article-item:last-child{border-bottom:none;padding-bottom:0}.news-portal-search-results-wrap .news-portal-search-article-item .news-portal-search-post-thumb-wrap{flex:0 1 20%;margin-right:15px}.news-portal-search-results-wrap .news-portal-search-article-item .news-portal-search-post-thumb-wrap img{display:block}.news-portal-search-results-wrap .news-portal-search-article-item .news-portal-search-post-element{flex:0 1 80%}.news-portal-search-results-wrap .news-portal-search-article-item.no-img-post .news-portal-search-post-thumb-wrap{flex:0;margin:0}.news-portal-search-results-wrap .news-portal-search-article-item .news-portal-search-post-element .news-portal-search-post-title{margin:0 0 6px;line-height:22px;font-size:14px}.news-portal-search-results-wrap .news-portal-search-article-item .news-portal-search-post-element .news-portal-search-post-title a{color:#333}.news-portal-search-results-wrap .news-portal-search-article-item .news-portal-search-post-element .news-portal-search-post-title a:hover{color:#029FB2}.news-portal-search-results-wrap .news-portal-search-article-item .news-portal-search-post-element .posted-on{font-size:12px;display:block;margin-top:-2px}.news-portal-search-results-wrap .news-portal-search-article-item .news-portal-search-post-element .byline{display:none}.news-portal-search-results-wrap .news-portal-search-article-item .news-portal-search-post-element .posted-on a,.news-portal-search-results-wrap .news-portal-search-article-item .news-portal-search-post-element .posted-on::before{color:#909090;font-style:normal}.news-portal-search-results-wrap .news-portal-search-article-item .news-portal-search-post-element .posted-on:hover a,.news-portal-search-results-wrap .news-portal-search-article-item .news-portal-search-post-element .posted-on:hover:before{color:#029FB2}.search-form.retrieving-posts label::before{content:"\f110";font-family:FontAwesome!important;font-weight:600;display:inline-block;color:#B6B6B6;position:absolute;right:5px;border-radius:50%;top:0;font-size:20px;-webkit-animation:tie-spin 3s infinite linear;animation:tie-spin 3s infinite linear}@keyframes tie-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.search-results-wrap.no-posts-found h2{margin:0;font-size:1.3rem}.search-results-wrap.no-posts-found p{margin:8px 0 0}.boxed_layout.site-mode--dark #page,.site-mode--dark #page{background:#222}.site-mode--dark .news_portal_block_posts .layout4 .np-block-posts-wrapper .np-alt-grid-post .np-post-content,.site-mode--dark .np-header-search-wrapper .search-form-main{background:#303030}.site-mode--dark .np-home-top-section .news_portal_featured_posts .np-block-wrapper{background:none}.site-mode--dark .news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-title a,.site-mode--dark .np-post-title.large-size a,.site-mode--dark .np-post-title.small-size a,.site-mode--dark .news-ticker-title>a,.site-mode--dark .np-archive-post-content-wrapper .entry-title a,.site-mode--dark h1.entry-title,.site-mode--dark .news_portal_block_posts .layout4 .np-post-title a{color:#fff}.site-mode--dark .cvmm-post-title a,.site-mode--dark .cvmm-timeline-title a,.site-mode--dark .cvmm-ticker-single-title,.site-mode--dark .cvmm-block-title span,.site-mode--dark .cvmm-ticker-wrapper .cvmm-ticker-single-title,.site-mode--dark .cvmm-ticker-wrapper .cvmm-ticker-single-title a,.site-mode--dark .cvmm-post-filter-cat-title-wrapper .cvmm-term-titles-wrap li{color:#fff}.site-mode--dark .cvmm-block-post-filter--layout-one .cvmm-post-wrapper{background:#303030}.site-mode--dark .cvmm-block-post-filter--layout-one .cvmm-post-block-trailing-post-wrap article{background:#404040}.site-mode--dark .widget_archive a,.site-mode--dark .widget_categories a,.site-mode--dark .widget_recent_entries a,.site-mode--dark .widget_meta a,.site-mode--dark .widget_recent_comments li,.site-mode--dark .widget_rss li,.site-mode--dark .widget_pages li a,.site-mode--dark .widget_nav_menu li a,.site-mode--dark .wp-block-latest-posts li a,.site-mode--dark .wp-block-archives li a,.site-mode--dark .wp-block-categories li a,.site-mode--dark .wp-block-page-list li a,.site-mode--dark .wp-block-latest-comments li{color:#fff}body.site-mode--dark,.site-mode--dark .news_portal_block_posts .layout4 .np-post-excerpt{color:#efefef}.site-mode--dark .np-archive-post-content-wrapper{background:#2f2f2f}.site-mode--dark .np-block-title,.site-mode--dark .widget-title,.site-mode--dark .page-header .page-title,.site-mode--dark .np-related-title{background:none;border:1px solid #616161;border-left:none;border-right:none}.site-mode--dark .np-ticker-block{border:1px solid #616161}.site-mode--dark .np-secondary-block-wrap .np-single-post,.site-mode--dark .news_portal_default_tabbed .np-single-post,.site-mode--dark .news_portal_default_tabbed #comments ul li,.site-mode--dark .news_portal_block_posts .layout2 .np-secondary-block-wrap .np-single-post:nth-child(4){border-bottom:1px solid #616161}.site-mode--dark.home .np-home-icon a::after,.site-mode--dark .np-home-icon a:hover::after,.site-mode--dark #site-navigation ul#primary-menu>li:hover>a::after,.site-mode--dark #site-navigation ul#primary-menu>li.current-menu-item>a::after{border-bottom:5px solid #222}.site-mode--dark .np-archive-post-content-wrapper::before{display:none}.site-mode--dark .widget_archive a,.site-mode--dark .widget_categories a,.site-mode--dark .widget_recent_entries a,.site-mode--dark .widget_meta a,.site-mode--dark .widget_recent_comments li,.site-mode--dark .widget_rss li,.site-mode--dark .widget_pages li a,.site-mode--dark .widget_nav_menu li a,.site-mode--dark .widget_archive a::before,.site-mode--dark .widget_categories a::before,.site-mode--dark .widget_recent_entries a::before,.site-mode--dark .widget_meta a::before,.site-mode--dark .widget_recent_comments li::before,.site-mode--dark .widget_rss li::before,.site-mode--dark .widget_pages li a::before,.site-mode--dark .widget_nav_menu li a::before,.site-mode--dark .wp-block-latest-posts li a::before,.site-mode--dark .wp-block-archives li a::before,.site-mode--dark .wp-block-categories li a::before,.site-mode--dark .wp-block-page-list li a::before,.site-mode--dark .wp-block-latest-comments li::before{color:#dfdfdf}.site-mode--dark .entry-meta span a,.site-mode--dark .entry-meta span{color:#cfcfcf}.site-mode--dark #respond,.site-mode--dark .comment-list .comment-body{background:none;color:#fff;border:1px solid #515151}.site-mode--dark #comments h3,.site-mode--dark #comments h2.comments-title,.site-mode--dark .comment-author .fn .url{color:#fff}.site-mode--dark.single h1.entry-title:hover,.site-mode--dark h1,.site-mode--dark h2,.site-mode--dark h3,.site-mode--dark h4,.site-mode--dark h5,.site-mode--dark h6{color:#fff}.site-mode--dark pre{color:#333}#news-portal-preloader{background:#fff none repeat scroll 0 0;height:100%;left:0;position:fixed;top:0;width:100%;z-index:99999}#news-portal-preloader .preloader-wrapper{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.news-portal-wave{margin:40px auto;width:50px;height:40px;text-align:center;font-size:10px}.news-portal-wave .np-rect{background-color:#029fb2;height:100%;width:6px;display:inline-block;-webkit-animation:news-portal-waveStretchDelay 1.2s infinite ease-in-out;animation:news-portal-waveStretchDelay 1.2s infinite ease-in-out}.news-portal-wave .np-rect1{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.news-portal-wave .np-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.news-portal-wave .np-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.news-portal-wave .np-rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}.news-portal-wave .np-rect5{-webkit-animation-delay:-0.8s;animation-delay:-0.8s}@-webkit-keyframes news-portal-waveStretchDelay{0%,40%,100%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes news-portal-waveStretchDelay{0%,40%,100%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.news-portal-three-bounce{margin:40px auto;width:80px;text-align:center}.news-portal-three-bounce .np-child{width:20px;height:20px;background-color:#029fb2;border-radius:100%;display:inline-block;-webkit-animation:news-portal-three-bounce 1.4s ease-in-out 0s infinite both;animation:news-portal-three-bounce 1.4s ease-in-out 0s infinite both}.news-portal-three-bounce .np-bounce1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.news-portal-three-bounce .np-bounce2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes news-portal-three-bounce{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes news-portal-three-bounce{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.news-portal-folding-cube{margin:40px auto;width:40px;height:40px;position:relative;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.news-portal-folding-cube .np-cube{float:left;width:50%;height:50%;position:relative;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.news-portal-folding-cube .np-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#029fb2;-webkit-animation:np-foldCubeAngle 2.4s infinite linear both;animation:np-foldCubeAngle 2.4s infinite linear both;-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.news-portal-folding-cube .np-cube2{-webkit-transform:scale(1.1) rotateZ(90deg);transform:scale(1.1) rotateZ(90deg)}.news-portal-folding-cube .np-cube3{-webkit-transform:scale(1.1) rotateZ(180deg);transform:scale(1.1) rotateZ(180deg)}.news-portal-folding-cube .np-cube4{-webkit-transform:scale(1.1) rotateZ(270deg);transform:scale(1.1) rotateZ(270deg)}.news-portal-folding-cube .np-cube2:before{-webkit-animation-delay:0.3s;animation-delay:0.3s}.news-portal-folding-cube .np-cube3:before{-webkit-animation-delay:0.6s;animation-delay:0.6s}.news-portal-folding-cube .np-cube4:before{-webkit-animation-delay:0.9s;animation-delay:0.9s}@-webkit-keyframes np-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0deg);transform:perspective(140px) rotateX(0deg);opacity:1}90%,100%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@keyframes np-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0deg);transform:perspective(140px) rotateX(0deg);opacity:1}90%,100%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@media (max-width:1200px){.boxed_layout #page{width:100%}.mt-container{padding:0 4%;width:100%}}@media (min-width:1000px){#site-navigation{display:block!important}}@media (max-width:1170px){#masthead .np-header-ads-area{width:65%;margin-top:5px}.np-slide-content-wrap .np-post-meta span,.news_portal_featured_posts .np-single-post .np-post-meta span{margin-right:8px}.news_portal_featured_posts .np-single-post .np-post-content .np-post-title a{font-size:14px}.news_portal_featured_posts .layout2 .np-single-post-wrap .np-post-content .np-post-title a{font-size:12px}}@media (max-width:979px){#masthead .np-header-ads-area{width:100%;text-align:center}#masthead .site-branding{text-align:center;float:none;margin-top:0}.news_portal_featured_slider .slider-posts{float:none;width:100%}.np-home-top-section .news_portal_featured_posts,.news_portal_featured_slider .featured-posts{margin-top:5px;width:100%}.news_portal_featured_slider .slider-posts img,.news_portal_featured_slider .featured-posts img{width:100%}.news_portal_featured_slider .featured-posts .np-single-post-wrap{margin-left:2%;margin-top:2%;padding-left:0;width:48%}.news_portal_featured_slider .featured-posts .featured-posts-wrapper{margin-left:-2%}.news_portal_featured_posts .np-single-post .np-post-content .np-post-title a{font-size:16px}.np-home-top-section .news_portal_slider .np-single-slide-wrap img{width:100%}.news_portal_featured_posts .np-featured-posts-wrapper{margin-left:0}.news_portal_featured_posts .np-single-post-wrap{margin:1% 0 1% 2%;width:48%}.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-title a{font-size:14px}.news_portal_recent_posts .np-recent-posts-wrapper .np-post-thumb img,.news_portal_default_tabbed .np-post-thumb img{width:100%}.news_portal_recent_posts .np-recent-posts-wrapper .np-post-thumb{float:left;width:30%}.news_portal_recent_posts .np-recent-posts-wrapper .np-post-thumb .np-post-title.small-size a{font-size:16px;font-weight:500}.news_portal_recent_posts .np-recent-posts-wrapper .np-post-title.small-size a,.news_portal_default_tabbed .np-post-title.small-size a{font-size:}}@media (max-width:768px){.np-home-middle-section .middle-primary,.np-home-middle-section .middle-aside{float:none;width:100%}.news_portal_recent_posts .np-recent-posts-wrapper .np-post-title.small-size a,.news_portal_default_tabbed .np-post-title.small-size a{font-size:16px}#top-footer.footer_column_one .np-footer-widget,#top-footer.footer_column_two .np-footer-widget,#top-footer.footer_column_three .np-footer-widget,#top-footer.footer_column_four .np-footer-widget{float:none;width:98%}.menu-toggle,.header-menu-close{display:block;color:#ffffff!important}#site-navigation{background:#029FB2 none repeat scroll 0 0;display:none;left:0;position:absolute;top:100%;width:100%;z-index:99}.np-header-menu-wrapper{position:relative}#site-navigation ul li{display:block;float:none;border-bottom:1px solid rgb(255 255 255 / .2)}#site-navigation ul li:last-child{border-bottom:none}#site-navigation ul li a.sub-toggle.sub-toggle{background:#fff none repeat scroll 0 0;color:#029FB2;cursor:pointer;display:block;height:24px;line-height:25px;position:absolute;right:15px;text-align:center;top:8px;width:24px;padding:0!important;font-size:12px}#site-navigation ul>li:hover>.sub-toggle,#site-navigation ul>li.current-menu-item .sub-toggle,#site-navigation ul>li.current-menu-ancestor .sub-toggle{background:#fff}.main-small-navigation li.current-menu-item>.sub-toggle{background:#fff none repeat scroll 0 0}.main-small-navigation li.current-menu-item>.sub-toggle i{color:#029FB2}.menu-primary-container .sub-menu,#site-navigation li.menu-item-has-children>a:before,#site-navigation ul li.page_item_has_children>a:before{display:none}#site-navigation ul.sub-menu,#site-navigation ul.children{position:static;min-width:100%;opacity:1;top:0;left:0;visibility:visible;display:none;background:none;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}#site-navigation ul>li:hover>.sub-menu,#site-navigation ul>li:hover>.children{top:0}#site-navigation ul#primary-menu>li:hover>a::after,#site-navigation ul#primary-menu>li.current-menu-item>a::after,#site-navigation ul#primary-menu>li.focus>a:after{display:none}#site-navigation ul.sub-menu li,#site-navigation ul.children li{border-bottom:1px solid rgb(255 255 255 / .2)}#primary,.home.blog #primary,#secondary,.home.blog #secondary{float:none;width:100%}#secondary{margin-top:30px}}@media (max-width:600px){.logged-in #page{margin-top:46px}body.logged-in{margin-top:-50px}.logged-in .is-sticky .np-header-menu-wrapper{top:0!important}.news_portal_featured_slider .featured-posts.np-single-post-wrap{width:98%}.news_portal_featured_posts .np-single-post-wrap{margin:2% 0 2% 2%;width:97%}.news_portal_block_posts .np-primary-block-wrap{width:100%;float:none}.news_portal_block_posts .np-secondary-block-wrap{float:none;margin-top:20px;width:100%}.news_portal_block_posts .layout2 .np-primary-block-wrap .np-single-post,.news_portal_block_posts .layout2 .np-secondary-block-wrap .np-single-post{float:none;width:97%}.news_portal_block_posts .layout2 .np-primary-block-wrap .np-single-post:first-child{margin-bottom:3%}.news_portal_block_posts .layout3 .np-secondary-block-wrap .np-single-post{float:none;width:97%}.news_portal_block_posts .layout3 .np-secondary-block-wrap .np-single-post{float:none;width:97%}.news_portal_block_posts .layout3 .np-secondary-block-wrap .np-single-post img{width:100%}.np-top-left-section-wrapper .date-section,.top-navigation{display:inline-block;float:none}.np-top-right-section-wrapper,.np-top-left-section-wrapper{display:block;float:none;text-align:center}.mt-social-icons-wrapper{display:inline-block;margin-top:8px}.site-info,#footer-navigation ul{float:none;text-align:center}.ticker-caption{float:none;text-align:center;width:100%}.ticker-content-wrapper{float:none;text-align:center;width:100%}.ticker-content-wrapper .post-cats-list{display:inline-block;float:none}.news-ticker-title>a{display:inline-block}.np-ticker-block .lSAction{top:40px}.np-archive-grid-post-wrapper article{width:97%;display:block;margin-right:0}.np-related-section-wrapper .np-single-post{width:98%}.np-related-section-wrapper .np-single-post{margin-top:20px;width:98%}.news_portal_block_posts .layout4 .np-block-posts-wrapper .np-alt-grid-post{display:block;margin-bottom:2%;width:100%}.news_portal_block_posts .layout4 .np-block-posts-wrapper .np-alt-grid-post .np-post-content{height:auto;margin-bottom:20px}.news_portal_block_posts .layout4 .np-block-posts-wrapper .np-alt-grid-post:last-child .np-post-content{margin-bottom:0}.news_portal_block_posts .layout4 .np-block-posts-wrapper .np-alt-grid-post img{width:100%}.np-ticker-block .lSAction{top:4px}.np-ticker-block .lSAction a{color:#fff}.middle-primary .news_portal_featured_posts .layout1 .np-single-post-wrap{width:98%}.news-ticker-title>a{font-size:14px;line-height:1.7}.ticker-content-wrapper .post-cats-list{display:none}.error404 #primary{padding:20px 0 10px}.archive-list .np-article-thumb{float:none;width:100%}.archive-list .np-archive-post-content-wrapper{width:100%;float:none;margin-top:20px}}@media (max-width:480px){.np-home-top-section .news_portal_featured_posts .np-block-wrapper.layout2{padding:10px}.np-related-section-wrapper .np-single-post{width:98%}.news_portal_featured_slider .featured-posts .np-single-post-wrap{width:98%}}.addtoany_content{clear:both;margin:16px auto}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.a2a_kit a:empty,.a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined){display:none}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.site .a2a_kit.addtoany_list a:focus,.addtoany_list a:hover,.widget .addtoany_list a:hover{background:none;border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}/*! elementor-icons - v5.50.0 - 07-06-2026 */
@font-face{ font-display:swap;font-family:eicons;src:url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.50.0);src:url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.50.0#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.50.0) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.50.0) format("woff"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.50.0) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.50.0#eicon) format("svg");font-weight:400;font-style:normal }[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-contact:before{content:"\ebd2"}.eicon-layout:before{content:"\ebd8"}.eicon-components:before{content:"\ebd9"}.eicon-tab-content:before{content:"\ebda"}.eicon-tab-menu:before{content:"\ebdb"}.eicon-atomic-label:before{content:"\e9ee"}.eicon-atomic-form:before{content:"\e9ef"}.eicon-atomic-submit-button:before{content:"\e9f0"}.eicon-atomic-input:before{content:"\e9f1"}.eicon-atomic-text-area:before{content:"\e9f2"}.eicon-atomic-select:before{content:"\e9f3"}.eicon-atomic-checkbox:before{content:"\e9f4"}.eicon-atomic-radiobutton:before{content:"\e9f5"}.eicon-atomic-file-upload:before{content:"\ebe9"}.eicon-atomic-time-picker:before{content:"\ebea"}.eicon-atomic-date-picker:before{content:"\ebeb"}.eicon-upgrade-crown-full:before{content:"\ef03"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap;margin-inline:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{border-width:0;border-inline-start-width:1px;border-style:solid;height:100%;inset-inline-end:-8px;inset-inline-start:auto;position:relative;width:auto}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{inset-block-end:0;position:absolute;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{align-items:var(--icon-vertical-align,center);display:flex;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;inset-block-start:var(--icon-vertical-offset,initial);position:relative}.elementor-widget .elementor-icon-list-icon svg{height:var(--e-icon-list-icon-size,1em);width:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{font-size:var(--e-icon-list-icon-size);width:1.25em}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-start .elementor-icon-list-item,.elementor-widget.elementor-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-align-end .elementor-icon-list-item,.elementor-widget.elementor-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-align-start) .elementor-icon-list-item:after{inset-inline-end:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-widescreen-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-widescreen-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-widescreen-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-laptop-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-laptop-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-laptop-align-start) .elementor-icon-list-item:after{inset-inline-end:0}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet_extra-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile_extra-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}#left-area ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items{padding:0}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)){font-size:0;line-height:1}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;align-items:center;background-color:#69727d;cursor:pointer;display:inline-flex;justify-content:center;text-align:center}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{color:#fff;opacity:.9}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);src:url("/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url("/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:'Font Awesome 5 Brands';font-weight:400}/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fas,.far,.fal,.fad,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-threads:before{content:'\e9cb'}.fa-threads-square:before{content:'\e9cc'}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-x-twitter:before{content:"\e9ca"}.fa-x-twitter-square:before{content:"\e9c9"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:swap;src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);src:url("/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url("/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900}.lvc-post-views{padding:12px 25px;border-radius:7px;border:1px solid #8883;display:inline-flex;margin:0 0 1.5em;line-height:1;align-items:center;justify-content:center;gap:5px;font-size:.9em}.lvc-view-icon{width:1em}.lvc-views-minimal{display:inline-flex;align-items:center;gap:6px;font-size:.9rem}.lvc-views-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:#5a03ff;border-radius:20px;font-size:.9rem;font-weight:500;color:#fff}.lvc-views-badge .lvc-count{font-weight:700}.lvc-views-compact{display:inline-flex;align-items:center;gap:4px;font-size:.8rem}.lvc-icon svg{width:max(14px, 0.8rem)}.lvc-views-default{display:inline-flex;align-items:center;line-height:1;gap:10px;padding:10px 16px;border-radius:4px;border:1px solid #8882}.lvc-views-default .lvc-icon{font-size:18px}.lvc-views-default .lvc-count{font-weight:600}.lvc-popular-posts-list{list-style:none;margin:0;padding:0}.lvc-popular-post-item{display:flex;align-items:flex-start;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #8881}.lvc-popular-post-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.lvc-post-thumb{flex-shrink:0;margin-right:12px;width:90px}.lvc-post-thumb a{display:block;overflow:hidden;border-radius:4px}.lvc-thumb-img{width:100%;height:auto;display:block;transition:transform 0.3s ease}.lvc-post-thumb a:hover .lvc-thumb-img{transform:scale(1.05)}.lvc-post-content{flex:1;min-width:0}.lvc-post-title{font-size:max(0.8rem, 14px);margin:0 0 5px 0}.lvc-post-title a{text-decoration:none;transition:all 0.2s ease}.lvc-post-title a:hover{text-decoration:underline}.lvc-post-meta{font-size:12px;color:#aaa;display:flex;gap:5px 12px;flex-wrap:wrap}.lvc-meta-date,.lvc-meta-views{display:inline-block}@media (max-width:767px){.lvc-post-thumb{width:75px;margin-right:12px}}@media screen{caption,th,td{text-align:right}ul,ol{margin:0 20px 15px 0}li>ul,li>ol{margin-right:15px;margin-left:0}textarea{padding-right:3px;padding-left:0}.screen-reader-text:hover,.screen-reader-text:active,.screen-reader-text:focus{right:5px;left:auto}.alignleft{float:right;margin-left:15px;margin-right:0}.alignright{float:left;margin-right:15px;margin-left:0}.widget_search .search-field{float:right}.widget_archive a,.widget_categories a,.widget_recent_entries a,.widget_meta a,.widget_recent_comments li,.widget_rss li,.widget_pages li a,.widget_nav_menu li a{padding-right:22px;padding-left:0}.widget_archive a::before,.widget_categories a::before,.widget_recent_entries a::before,.widget_meta a::before,.widget_recent_comments li::before,.widget_rss li:before,.widget_pages li a:before,.widget_nav_menu li a:before{right:0;left:auto}.widget_recent_entries .post-date{padding-right:24px;padding-left:0}.widget_nav_menu .sub-menu{padding-right:10px;padding-left:0}.widget_tag_cloud .tagcloud a{margin:0 0 10px 5px}.cat-links{margin-left:10px;margin-right:0}.edit-link .post-edit-link:before{margin-left:5px;margin-right:0}article.hentry .entry-footer>span{margin-left:15px;margin-right:0}.posted-on:before{margin-left:5px;margin-right:0}.cat-links:before{margin-left:5px;margin-right:0}.comments-link:before{margin-left:5px;margin-right:0}.byline:before{margin-left:5px;margin-right:0}.tags-links:before{margin-left:3px;margin-right:0}.nav-links .nav-previous,.nav-links .nav-next{float:right}.nav-links .nav-next{text-align:left;float:left}.nav-links .nav-previous a:before{margin-left:5px;margin-right:0}.nav-links .nav-next a:after{margin-right:5px;margin-left:0}.entry-thumbnail{float:right}.entry-excerpt{float:left}.short-content+.bttn{float:left}.comments-area ol.children{margin:0 15px 0 0}.comment-author img{margin-left:15px;margin-right:0}.comment-metadata{padding-right:57px;padding-left:0}.comment-content{padding-right:58px;padding-left:0}.commentmetadata{float:left}#cancel-comment-reply-link:before{margin:0 20px 0 5px}.gallery{margin-right:-2%;margin-left:0}.gallery-item{margin-right:2%;margin-left:0}.mt-column-wrapper{margin-right:-2%;margin-left:0}.mt-column-1{float:right;margin-right:2%;margin-left:0}.mt-column-2{float:right;margin-right:2%;margin-left:0}.mt-column-3{float:right;margin-right:2%;margin-left:0}.mt-column-4{float:right;margin-right:2%;margin-left:0}#primary,.home.blog #primary{float:right}#secondary,.home.blog #secondary{float:left}.left-sidebar #primary{float:left}.left-sidebar #secondary{float:right}.np-top-left-section-wrapper{float:right}.np-top-left-section-wrapper .date-section{float:right;margin-left:10px;margin-right:0}.np-top-left-section-wrapper .date-section::before{margin-left:8px;margin-right:0}.top-navigation{float:right}.top-navigation ul li{border-right:1px solid #fff;border-left:none}.np-top-right-section-wrapper{float:left}.np-top-right-section-wrapper .social-link{float:right}.np-top-right-section-wrapper .social-link a{margin:0 10px 0 0}#masthead .site-branding{float:right}#masthead .np-header-ads-area{float:left}.np-header-menu-wrapper .mt-container::before{right:50%;left:auto;margin-right:-480px;margin-left:0}.np-home-icon a{float:right}#site-navigation{float:right}#site-navigation ul li{margin-left:-3px;margin-right:0}#site-navigation ul li a{border-right:none;border-left:1px solid rgb(0 0 0 / .08)}#site-navigation ul.sub-menu,#site-navigation ul.children{right:0;left:auto}#site-navigation ul.sub-menu ul,#site-navigation ul.children ul{left:-100%;right:auto}#site-navigation ul li.menu-item-has-children>a:before,#site-navigation ul li.page_item_has_children>a:before{left:10px;right:auto}#site-navigation ul#primary-menu li.menu-item-has-children a,#site-navigation #primary-menu li.page_item_has_children a{padding-left:30px;padding-right:15px}.np-header-menu-wrapper::before,.np-header-menu-wrapper::after{right:-5px;left:auto}.np-header-menu-wrapper::after{right:auto;left:-5px}.np-header-menu-block-wrap::before,.np-header-menu-block-wrap::after{border-left:5px solid #03717f;border-right:none;right:-5px;left:auto}.np-header-menu-block-wrap::after{right:auto;left:-5px}.np-header-search-wrapper{float:left}.np-header-search-wrapper .search-form-main{left:0;right:auto}.np-header-search-wrapper .search-form-main:before{border-right:none;border-left:10px solid #fff0;left:15px;right:auto}.np-header-search-wrapper .search-form-main .search-field{float:right}.np-header-search-wrapper .search-form-main .search-submit{float:right}.menu-toggle{float:right}.ticker-caption{float:right;margin-left:20px;margin-right:0}.ticker-content-wrapper{float:right}.ticker-content-wrapper .post-cats-list{float:right;margin-left:15px;margin-right:0}.np-ticker-block .lSAction{left:10px;right:auto}.post-cats-list a{margin-left:5px;margin-right:0}.news_portal_featured_slider .slider-posts{float:right;direction:ltr}.np-slide-content-wrap,.news_portal_carousel .np-single-post .np-post-content,.news_portal_block_posts .layout3 .np-primary-block-wrap .np-single-post .np-post-content{right:0;left:auto}.np-slide-content-wrap .np-post-meta span,.news_portal_featured_posts .np-single-post .np-post-meta span{margin-left:15px;margin-right:0}.news_portal_featured_slider .slider-posts .lSAction{left:20px;right:auto}.news_portal_featured_slider .featured-posts{float:left}.news_portal_featured_slider .featured-posts .np-single-post-wrap{float:right;padding-right:5px;padding-left:0}.news_portal_featured_slider .featured-posts .np-single-post .np-post-content{right:0;left:auto}.news_portal_featured_posts .np-featured-posts-wrapper{margin-right:-2%;margin-left:0}.news_portal_featured_posts .np-single-post-wrap{float:right;margin-right:2%;margin-left:0}.news_portal_featured_posts .np-single-post .np-post-content{float:right}.news_portal_featured_posts .np-single-post-wrap .np-post-thumb{float:right}.news_portal_featured_posts .np-single-post-wrap .np-post-content{float:right;margin-right:4%;margin-left:0}.np-home-middle-section .middle-primary{float:right}.np-home-middle-section .middle-aside{float:left}.np-block-title,.widget-title,.page-header .page-title,.np-related-title{border-right:none;border-left:none;text-align:right}.news_portal_block_posts .np-primary-block-wrap{float:right}.np-block-posts-wrapper{direction:ltr}.news_portal_block_posts .np-secondary-block-wrap{float:left}.np-post-meta span{margin-left:15px;margin-right:0}.np-secondary-block-wrap .np-post-thumb,.news_portal_default_tabbed .np-post-thumb{float:right}.np-secondary-block-wrap .np-post-content,.news_portal_default_tabbed .np-post-content{float:left}.news_portal_block_posts .layout2 .np-primary-block-wrap,.news_portal_block_posts .layout2 .np-secondary-block-wrap{margin-right:-3%;margin-left:0}.news_portal_block_posts .layout2 .np-primary-block-wrap .np-single-post,.news_portal_block_posts .layout2 .np-secondary-block-wrap .np-single-post{margin-right:3%;margin-left:-4px}.news_portal_block_posts .layout3 .np-secondary-block-wrap{margin-right:-2%;margin-left:0}.news_portal_block_posts .layout3 .np-secondary-block-wrap .np-single-post{float:right;margin-right:2%;margin-left:0}.middle-primary .news_portal_featured_posts .np-single-post-wrap{float:right;margin-right:2%;margin-left:0}.middle-primary .news_portal_featured_posts .np-featured-posts-wrapper{margin-right:-2%;margin-left:0}.news_portal_default_tabbed ul.widget-tabs li{margin-left:-4px;margin-right:0}.news_portal_default_tabbed ul.widget-tabs li.ui-tabs-active:before,.news_portal_default_tabbed ul.widget-tabs li:hover:before{border-right:none;border-left:5px solid #fff0;right:50%;left:auto}.news_portal_default_tabbed .np-post-meta span{margin-left:10px;margin-right:0}.news_portal_default_tabbed #comments ul .np-comment-avatar{float:right}.news_portal_default_tabbed #comments ul .np-comment-desc-wrap{float:left}.np-block-title-nav-wrap .carousel-nav-action{left:0;right:auto}.np-block-title-nav-wrap .carousel-nav-action .carousel-controls{margin-right:0;margin-left:0}.news_portal_recent_posts .np-recent-posts-wrapper .np-post-thumb{float:right}.news_portal_recent_posts .np-recent-posts-wrapper .np-post-content{float:right;margin-right:4%;margin-left:0}.news_portal_social_media .social-link a{margin-left:10px;margin-right:0}#top-footer .np-footer-widget-wrapper{margin-right:-2%;margin-left:0}#top-footer.footer_column_one .np-footer-widget,#top-footer.footer_column_two .np-footer-widget,#top-footer.footer_column_three .np-footer-widget,#top-footer.footer_column_four .np-footer-widget{float:right;margin-right:2%;margin-left:0}#top-footer .widget-title{border-color:rgba(255,.2) 255,255,}.site-info{float:right}#footer-navigation ul{float:left}#footer-navigation ul li a{border-right:2px solid #7f7f7f;border-left:none;margin-right:10px;margin-left:0;padding-right:10px;padding-left:0}#footer-navigation ul li:first-child a{margin-right:0;margin-left:0}.np-archive-post-content-wrapper:before{border-right:none;border-left:15px solid #fff0;right:20px;left:auto}.entry-meta span{margin-left:15px;margin-right:0}.np-archive-more .np-button i{margin-left:8px;margin-right:0}.np-archive-grid-post-wrapper article{margin-right:0;margin-left:-4px}.np-archive-grid-post-wrapper{margin-right:-3%;margin-left:0}.np-related-section-wrapper .np-single-post{float:right;margin-right:2%;margin-left:0}.np-related-posts-wrap{margin-right:-2%;margin-left:0}#np-scrollup{left:20px;right:auto}}/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

 @font-face{ font-display:swap;font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal }:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.elementor-element,.elementor-lightbox{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px}.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure{line-height:0}.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source{display:none}.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button{color:hsla(0,0%,93%,.9);cursor:pointer;display:inline-flex;font-size:25px;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg{fill:hsla(0,0%,93%,.9);height:1em;width:1em}.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev{left:10px}.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next{right:10px}.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled{opacity:.3}.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper~.swiper-pagination-custom,.elementor-element .swiper~.swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction{bottom:5px}.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button{transform:translate3d(0,-50%,1px)}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets{bottom:5px;left:0;width:100%}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-progressbar,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-progressbar{height:4px;left:0;top:0;width:100%}.elementor-element.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper{padding-bottom:30px}.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper{position:relative}.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper{position:static}.elementor-element.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper{width:calc(100% - 60px)}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev{left:0}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next{right:0}@keyframes elementor-animation-pulse{25%{transform:scale(1.1)}75%{transform:scale(.9)}}.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover{animation-name:elementor-animation-pulse;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)){font-size:0;line-height:1}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;align-items:center;background-color:#69727d;cursor:pointer;display:inline-flex;justify-content:center;text-align:center}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{color:#fff;opacity:.9}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-inline:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-inline:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-inline:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-inline:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-inline:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-inline:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-inline:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-inline:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-inline:0}}div.sp-location-weather-widget{text-align:center;padding:20px}div.sp-location-weather-widget .sp-hide{display:none}div.sp-location-weather-widget .sp-location-weather-image{display:inline-block}div.sp-location-weather-widget img{border-radius:0;box-shadow:0 0 0}div.sp-location-weather-widget span{display:block}div.sp-location-weather-widget .weather-type{color:#b4b4b4;text-transform:uppercase;font-size:12px}div.sp-location-weather-widget .weather-temp{font-size:60px;font-weight:700;color:#525b6e;line-height:80px}div.sp-location-weather-widget .weather-date{text-transform:uppercase;font-size:14px;margin-bottom:10px}div.sp-location-weather-widget .weather-region{font-size:12px}