: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,
    rgba(6, 147, 227, 1) 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,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 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 rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.is-layout-grid) {
  gap: 0.5em;
}

.is-layout-flex > :is(*, div) {
  margin: 0;
}

.is-layout-grid > :is(*, div) {
  margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

: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-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-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;
}

.elementor-kit-825303 {
  --e-global-color-primary: #0c0c0c;
  --e-global-color-secondary: #000000;
  --e-global-color-text: #000000;
  --e-global-color-accent: #61ce70;
  --e-global-typography-primary-font-family: "calibri";
  --e-global-typography-primary-font-size: 20px;
  --e-global-typography-primary-font-weight: 700;
  --e-global-typography-secondary-font-family: "calibri";
  --e-global-typography-secondary-font-size: 18px;
  --e-global-typography-secondary-font-weight: 700;
  --e-global-typography-text-font-family: "calibri";
  --e-global-typography-text-font-size: 16px;
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "calibri";
  --e-global-typography-accent-font-weight: 500;
  color: #000000;
  font-family: "calibri", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #e8e8e8;
  --e-preloader-animation: eicon-spin;
  --e-preloader-animation-duration: 1000ms;
  --e-preloader-delay: 0ms;
  --e-preloader-color: #949494;
  --e-preloader-size: 45px;
}

.elementor-kit-825303 a {
  font-family: "calibri", Sans-serif;
}

.elementor-kit-825303 a:hover {
  color: #fdb813;
}

.elementor-kit-825303 h1 {
  color: #000000;
  font-family: "calibri", Sans-serif;
  font-weight: 700;
}

.elementor-kit-825303 h2 {
  color: #000000;
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-kit-825303 h3 {
  color: #000000;
  font-family: "calibri", Sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.elementor-kit-825303 h5 {
  color: #000000;
  font-family: "calibri", Sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
}

.elementor-kit-825303 button {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  color: #fdfdfd;
  background-color: var(--e-global-color-primary);
}

.elementor-kit-825303 button:hover,
.elementor-kit-825303 button:focus {
  color: #ffffff;
  background-color: #ffd700;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1240px;
}

.elementor-widget:not(:last-child) {
  margin-block-end: 20px;
}

.elementor-element {
  --widgets-spacing: 20px 20px;
}

@media (max-width: 1024px) {
  .elementor-kit-825303 h2 {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-kit-825303 button {
    font-size: var(--e-global-typography-text-font-size);
  }

  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1024px;
  }
}

@media (max-width: 767px) {
  .elementor-kit-825303 h2 {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-kit-825303 button {
    font-size: var(--e-global-typography-text-font-size);
  }

  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 767px;
  }
}

/* Start custom CSS */

.single.single-post footer .footer_top_box {
  display: none;
}

.elementor-kit-825303 {
  color: red;
}

.most-post ol li a {
  color: #000 !important;
  font-size: 18px;
  float: right;
  font-weight: 600;
  display: inline-flex;
  width: 88%;
  margin-top: 10px;
}

.most-post ol li {
  padding-bottom: 15px;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 5px;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: 160px;
  margin: auto !important;
  padding: 10px 20px;
  border-radius: 5px;
  left: calc(50% - 80px);
}

.heading_title .trending_story_heading {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.heading_title .trending_story_heading h5 {
  display: inline-block;
  padding: 0px 10px 0px 0px;
  min-width: max-content;
}

.heading_title .trending_story_heading hr {
  display: inline-block;
  width: 100%;
  height: 1px;
  border: none;
  background: #868484;
  padding: 0px 0px 01px 0px;
  margin: 0px;
}

@media (max-width: 1140px) {
  .breadcrumb1 {
    padding-left: 10px;
  }
}

li.mostread::marker {
  font-size: 30px !important;
  font-weight: 400;
  color: #e91802;
}

.elementor-kit-825303 h5 {
  margin: 0px;
  text-transform: capitalize;
}

li.mostread {
  margin-bottom: 00px;
}

li.mostread a:hover {
  color: #e91802 !important;
}

/* search */

.breadcrumb1 a {
  color: #000;
}

.breadcrumb1 {
  padding-top: 10px;
}

.breadcrumb1 span {
  color: #000;
}

.breadcrumb1 .rank-math-breadcrumb p a:hover {
  color: red;
}

.breadcrumb1 .rank-math-breadcrumb p a {
  color: #000;
}

.breadcrumb1 .rank-math-breadcrumb p a:nth-child(1),
.breadcrumb1 .rank-math-breadcrumb p span:nth-child(2) {
  display: none !important;
}

/* End custom CSS */
.elementor-widget-heading .elementor-heading-title {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-text-editor {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-icon.elementor-view-default .elementor-icon {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.elementor-widget-theme-post-title .elementor-heading-title {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-theme-post-content {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
  color: var(--e-global-color-text);
  fill: var(--e-global-color-text);
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus {
  color: var(--e-global-color-accent);
  fill: var(--e-global-color-accent);
}

.elementor-widget-nav-menu
  .elementor-nav-menu--main:not(.e--pointer-framed)
  .elementor-item:before,
.elementor-widget-nav-menu
  .elementor-nav-menu--main:not(.e--pointer-framed)
  .elementor-item:after {
  background-color: var(--e-global-color-accent);
}

.elementor-widget-nav-menu {
  --e-nav-menu-divider-color: var(--e-global-color-text);
}

.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-post-info .elementor-icon-list-text {
  color: var(--e-global-color-secondary);
}

.elementor-widget-post-info .elementor-icon-list-item {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title:where(.e-active, :hover)
  .e-tab-title-text {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title:where(.e-active, :hover)
  .e-tab-title-text
  a {
  color: var(--e-global-color-text);
}

.elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title:where(.e-active, :hover)
  .e-tab-duration {
  color: var(--e-global-color-text);
}

@media (max-width: 1024px) {
  .elementor-widget-heading .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-widget-text-editor {
    font-size: var(--e-global-typography-text-font-size);
  }

  .elementor-widget-theme-post-title .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-widget-theme-post-content {
    font-size: var(--e-global-typography-text-font-size);
  }

  .elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-widget-post-info .elementor-icon-list-item {
    font-size: var(--e-global-typography-text-font-size);
  }

  .elementor-widget-video-playlist
    .e-tabs-items-wrapper
    .e-tab-title:where(.e-active, :hover)
    .e-tab-title-text {
    font-size: var(--e-global-typography-text-font-size);
  }
}

@media (max-width: 767px) {
  .elementor-widget-heading .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-widget-text-editor {
    font-size: var(--e-global-typography-text-font-size);
  }

  .elementor-widget-theme-post-title .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-widget-theme-post-content {
    font-size: var(--e-global-typography-text-font-size);
  }

  .elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-widget-post-info .elementor-icon-list-item {
    font-size: var(--e-global-typography-text-font-size);
  }

  .elementor-widget-video-playlist
    .e-tabs-items-wrapper
    .e-tab-title:where(.e-active, :hover)
    .e-tab-title-text {
    font-size: var(--e-global-typography-text-font-size);
  }
}

.elementor-825347
  .elementor-element.elementor-element-4567c689
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  align-content: center;
  align-items: center;
}

.elementor-825347
  .elementor-element.elementor-element-4567c689:not(
    .elementor-motion-effects-element-type-background
  ) {
  background-color: #000000;
}

.elementor-825347 .elementor-element.elementor-element-4567c689 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 40px;
  padding: 10px 0px 12px 0px;
  z-index: 999999;
}

.elementor-825347
  .elementor-element.elementor-element-2f9fcde7
  > .elementor-element-populated {
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-825347
  .elementor-element.elementor-element-244f89d
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  align-content: center;
  align-items: center;
}

.elementor-825347 .elementor-element.elementor-element-244f89d {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-825347
  .elementor-element.elementor-element-96a4ea0
  > .elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-825347 .elementor-element.elementor-element-96a4ea0 {
  width: var(--container-widget-width, 45%);
  max-width: 45%;
  --container-widget-width: 45%;
  --container-widget-flex-grow: 0;
}

.elementor-825347
  .elementor-element.elementor-element-41e0303
  > .elementor-element-populated {
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-825347
  .elementor-element.elementor-element-395855d
  .elementor-menu-toggle {
  margin-left: auto;
}

.elementor-825347
  .elementor-element.elementor-element-395855d
  .elementor-nav-menu
  .elementor-item {
  font-family: "calibri", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.elementor-825347
  .elementor-element.elementor-element-395855d
  .elementor-nav-menu--main
  .elementor-item {
  color: #ffffff;
  fill: #ffffff;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.elementor-825347
  .elementor-element.elementor-element-395855d
  .elementor-nav-menu--main
  .elementor-item:hover,
.elementor-825347
  .elementor-element.elementor-element-395855d
  .elementor-nav-menu--main
  .elementor-item:focus {
  color: #fdb813;
  fill: #fdb813;
}

.elementor-825347 .elementor-element.elementor-element-395855d {
  --e-nav-menu-horizontal-menu-item-margin: calc(0px / 2);
  width: var(--container-widget-width, 100%);
  max-width: 100%;
  --container-widget-width: 100%;
  --container-widget-flex-grow: 0;
}

.elementor-825347
  .elementor-element.elementor-element-395855d
  .elementor-nav-menu--dropdown
  a,
.elementor-825347
  .elementor-element.elementor-element-395855d
  .elementor-menu-toggle {
  color: #ffffff;
}

.elementor-825347
  .elementor-element.elementor-element-395855d
  .elementor-nav-menu--dropdown {
  background-color: #000000;
}

.elementor-825347
  .elementor-element.elementor-element-395855d
  .elementor-nav-menu--dropdown
  .elementor-item {
  font-family: "calibri", Sans-serif;
  font-weight: 500;
}

.elementor-825347
  .elementor-element.elementor-element-395855d
  div.elementor-menu-toggle {
  color: #ffffff;
}

.elementor-825347
  .elementor-element.elementor-element-5712e7d.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}

.elementor-825347
  .elementor-element.elementor-element-5712e7d.elementor-column
  > .elementor-widget-wrap {
  justify-content: flex-start;
}

.elementor-825347
  .elementor-element.elementor-element-5712e7d
  > .elementor-element-populated {
  padding: 0px 0px 0px 0px;
}

.elementor-825347 .elementor-element.elementor-element-c6b028f {
  width: var(--container-widget-width, 45%);
  max-width: 45%;
  --container-widget-width: 45%;
  --container-widget-flex-grow: 0;
}

.elementor-825347 .elementor-element.elementor-element-7511a47 {
  text-align: right;
  width: auto;
  max-width: auto;
}

.elementor-825347
  .elementor-element.elementor-element-7511a47
  > .elementor-widget-container {
  margin: 0px 0px 0px 10px;
}

.elementor-825347
  .elementor-element.elementor-element-fe5f897
  .elementor-icon-wrapper {
  text-align: center;
}

.elementor-825347
  .elementor-element.elementor-element-fe5f897.elementor-view-default
  .elementor-icon {
  color: #fffefe;
  border-color: #fffefe;
}

.elementor-825347
  .elementor-element.elementor-element-fe5f897.elementor-view-default
  .elementor-icon:hover {
  color: #facf40;
  border-color: #facf40;
}

.elementor-825347 .elementor-element.elementor-element-fe5f897 .elementor-icon {
  font-size: 16px;
}

.elementor-825347
  .elementor-element.elementor-element-fe5f897
  > .elementor-widget-container {
  margin: 1px 1px 1px 1px;
  padding: 9px 9px 0px 9px;
}

.elementor-825347 .elementor-element.elementor-element-fe5f897 {
  width: auto;
  max-width: auto;
}

@media (max-width: 1024px) {
  .elementor-825347 .elementor-element.elementor-element-59eb70a5 {
    text-align: left;
  }

  .elementor-825347 .elementor-element.elementor-element-59eb70a5 img {
    max-width: 200px;
  }

  .elementor-825347
    .elementor-element.elementor-element-b886b52.elementor-column
    > .elementor-widget-wrap {
    justify-content: flex-end;
  }

  .elementor-825347 .elementor-element.elementor-element-96a4ea0 {
    width: var(--container-widget-width, 296.475px);
    max-width: 296.475px;
    --container-widget-width: 296.475px;
    --container-widget-flex-grow: 0;
  }

  .elementor-825347
    .elementor-element.elementor-element-41e0303.elementor-column
    > .elementor-widget-wrap {
    justify-content: flex-end;
  }

  .elementor-825347
    .elementor-element.elementor-element-395855d
    .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    margin-top: 20px !important;
  }

  .elementor-825347 .elementor-element.elementor-element-395855d {
    --container-widget-width: 33.85px;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 33.85px);
    max-width: 33.85px;
  }
}

@media (min-width: 768px) {
  .elementor-825347 .elementor-element.elementor-element-7da4711e {
    width: 14.132%;
  }

  .elementor-825347 .elementor-element.elementor-element-2f9fcde7 {
    width: 61.958%;
  }

  .elementor-825347 .elementor-element.elementor-element-b886b52 {
    width: 3.844%;
  }

  .elementor-825347 .elementor-element.elementor-element-41e0303 {
    width: 96%;
  }

  .elementor-825347 .elementor-element.elementor-element-5712e7d {
    width: 23.891%;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .elementor-825347 .elementor-element.elementor-element-7da4711e {
    width: 50%;
  }

  .elementor-825347 .elementor-element.elementor-element-2f9fcde7 {
    width: 50%;
  }

  .elementor-825347 .elementor-element.elementor-element-b886b52 {
    width: 85%;
  }

  .elementor-825347 .elementor-element.elementor-element-41e0303 {
    width: 11%;
  }

  .elementor-825347 .elementor-element.elementor-element-5712e7d {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .elementor-825347 .elementor-element.elementor-element-7da4711e {
    width: 50%;
  }

  .elementor-825347
    .elementor-element.elementor-element-7da4711e
    > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-825347 .elementor-element.elementor-element-59eb70a5 {
    text-align: left;
  }

  .elementor-825347 .elementor-element.elementor-element-59eb70a5 img {
    width: 80%;
    max-width: 100%;
  }

  .elementor-825347
    .elementor-element.elementor-element-59eb70a5
    > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
  }

  .elementor-825347 .elementor-element.elementor-element-2f9fcde7 {
    width: 50%;
  }

  .elementor-825347 .elementor-element.elementor-element-b886b52 {
    width: 75%;
  }

  .elementor-825347
    .elementor-element.elementor-element-b886b52.elementor-column
    > .elementor-widget-wrap {
    justify-content: flex-end;
  }

  .elementor-825347 .elementor-element.elementor-element-41e0303 {
    width: 25%;
  }

  .elementor-825347
    .elementor-element.elementor-element-41e0303.elementor-column
    > .elementor-widget-wrap {
    justify-content: flex-end;
  }

  .elementor-825347
    .elementor-element.elementor-element-41e0303
    > .elementor-element-populated {
    padding: 0px 0px 0px 0px;
  }

  .elementor-825347
    .elementor-element.elementor-element-395855d
    .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    margin-top: 20px !important;
  }

  .elementor-825347
    .elementor-element.elementor-element-395855d
    > .elementor-widget-container {
    padding: 0px 30px 0px 0px;
  }
}

/* Start custom CSS for nav-menu, class: .elementor-element-395855d */

.docked_menu {
  position: fixed;
  width: 100% !important;
}

/* End custom CSS */
.elementor-1004533 .elementor-element.elementor-element-5cd3a86b {
  margin-top: 3px;
  margin-bottom: 0px;
  padding: 0px 10px 10px 10px;
}

.elementor-1004533
  .elementor-element.elementor-element-229417b9
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(
    .elementor-widget__width-initial
  ):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-1004533
  .elementor-element.elementor-element-229417b9
  > .elementor-element-populated {
  padding: 0px 0px 0px 0px;
}

.elementor-1004533
  .elementor-element.elementor-element-585d6e34
  > .elementor-widget-container {
  padding: 0px 0px 0px 0px;
}

.elementor-1004533
  .elementor-element.elementor-element-707a69e2
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  align-content: center;
  align-items: center;
}

.elementor-1004533
  .elementor-element.elementor-element-707a69e2:hover
  > .elementor-background-overlay {
  opacity: 0.5;
}

.elementor-1004533 .elementor-element.elementor-element-707a69e2 {
  padding: 0px 0px 10px 0px;
}

.elementor-1004533
  .elementor-element.elementor-element-4b6b8cb7.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}

.elementor-1004533
  .elementor-element.elementor-element-4b6b8cb7.elementor-column
  > .elementor-widget-wrap {
  justify-content: center;
}

.elementor-1004533
  .elementor-element.elementor-element-4b6b8cb7
  > .elementor-element-populated {
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #b8b8b8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 10px 26px 0px 0px;
}

.elementor-1004533
  .elementor-element.elementor-element-4b6b8cb7
  > .elementor-element-populated {
  border-radius: 0px 0px 0px 0px;
}

.elementor-1004533 .elementor-element.elementor-element-7ec03dbb {
  --grid-template-columns: repeat(0, auto);
  --icon-size: 18px;
  --grid-column-gap: 10px;
  --grid-row-gap: 0px;
  width: var(--container-widget-width, 284px);
  max-width: 284px;
  --container-widget-width: 284px;
  --container-widget-flex-grow: 0;
}

.elementor-1004533
  .elementor-element.elementor-element-7ec03dbb
  .elementor-widget-container {
  text-align: left;
}

.elementor-1004533
  .elementor-element.elementor-element-7ec03dbb
  .elementor-social-icon {
  background-color: #000000;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #d6d6d6;
}

.elementor-1004533
  .elementor-element.elementor-element-7ec03dbb
  .elementor-social-icon
  i {
  color: #ffffff;
}

.elementor-1004533
  .elementor-element.elementor-element-7ec03dbb
  .elementor-social-icon:hover {
  background-color: #ffd700;
}

.elementor-1004533 .elementor-element.elementor-element-784c5e7e {
  text-align: left;
  width: var(--container-widget-width, 3.148%);
  max-width: 3.148%;
  --container-widget-width: 3.148%;
  --container-widget-flex-grow: 0;
}

.elementor-1004533
  .elementor-element.elementor-element-784c5e7e
  > .elementor-widget-container {
  margin: 0px 0px 0px 0px;
}

.elementor-1004533 .elementor-element.elementor-element-157a122c {
  text-align: left;
  width: var(--container-widget-width, 13.849%);
  max-width: 13.849%;
  --container-widget-width: 13.849%;
  --container-widget-flex-grow: 0;
}

.elementor-1004533
  .elementor-element.elementor-element-157a122c
  .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-1004533
  .elementor-element.elementor-element-157a122c
  > .elementor-widget-container {
  margin: 10px 0px 10px 15px;
  padding: 0px 0px 0px 14px;
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  border-color: #000000;
  border-radius: 0px 0px 0px 0px;
}

.elementor-1004533 .elementor-element.elementor-element-226c2979 {
  --grid-template-columns: repeat(0, auto);
  --icon-size: 18px;
  --grid-column-gap: 10px;
  --grid-row-gap: 0px;
  width: var(--container-widget-width, 88px);
  max-width: 88px;
  --container-widget-width: 88px;
  --container-widget-flex-grow: 0;
}

.elementor-1004533
  .elementor-element.elementor-element-226c2979
  .elementor-widget-container {
  text-align: left;
}

.elementor-1004533
  .elementor-element.elementor-element-226c2979
  .elementor-social-icon {
  background-color: #000000;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #d6d6d6;
}

.elementor-1004533
  .elementor-element.elementor-element-226c2979
  .elementor-social-icon
  i {
  color: #ffffff;
}

.elementor-1004533
  .elementor-element.elementor-element-226c2979
  .elementor-social-icon:hover {
  background-color: #ffd700;
}

.elementor-1004533
  .elementor-element.elementor-element-36cb6e4c.elementor-column
  > .elementor-widget-wrap {
  justify-content: flex-end;
}

.elementor-1004533 .elementor-element.elementor-element-109b1044 {
  text-align: center;
  width: var(--container-widget-width, 30.239%);
  max-width: 30.239%;
  --container-widget-width: 30.239%;
  --container-widget-flex-grow: 0;
}

.elementor-1004533
  .elementor-element.elementor-element-337cdee7.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}

.elementor-1004533
  .elementor-element.elementor-element-337cdee7.elementor-column
  > .elementor-widget-wrap {
  justify-content: center;
}

.elementor-1004533 .elementor-element.elementor-element-549256b4 {
  width: var(--container-widget-width, 64.509%);
  max-width: 64.509%;
  --container-widget-width: 64.509%;
  --container-widget-flex-grow: 0;
}

.elementor-1004533
  .elementor-element.elementor-element-5f6317e6.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}

.elementor-1004533
  .elementor-element.elementor-element-5f6317e6.elementor-column
  > .elementor-widget-wrap {
  justify-content: center;
}

.elementor-1004533 .elementor-element.elementor-element-7b70b55f {
  width: var(--container-widget-width, 77.141%);
  max-width: 77.141%;
  --container-widget-width: 77.141%;
  --container-widget-flex-grow: 0;
}

.elementor-1004533
  .elementor-element.elementor-element-34886ad4.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}

.elementor-1004533 .elementor-element.elementor-element-1ef1908a {
  width: var(--container-widget-width, 26.668%);
  max-width: 26.668%;
  --container-widget-width: 26.668%;
  --container-widget-flex-grow: 0;
}

.elementor-1004533
  .elementor-element.elementor-element-7d123ec7
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  align-content: center;
  align-items: center;
}

.elementor-1004533
  .elementor-element.elementor-element-7d123ec7:not(
    .elementor-motion-effects-element-type-background
  ) {
  background-color: #000000;
}

.elementor-1004533 .elementor-element.elementor-element-7d123ec7 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 5% 5% 3% 5%;
}

.elementor-1004533 .elementor-element.elementor-element-23974c9f {
  text-align: left;
}

.elementor-1004533 .elementor-element.elementor-element-23974c9f img {
  width: 128px;
}

.elementor-1004533
  .elementor-element.elementor-element-65ef6373
  .elementor-repeater-item-0ae6ff4.elementor-social-icon {
  background-color: #424242;
}

.elementor-1004533
  .elementor-element.elementor-element-65ef6373
  .elementor-repeater-item-0ae6ff4.elementor-social-icon
  i {
  color: #ffffff;
}

.elementor-1004533
  .elementor-element.elementor-element-65ef6373
  .elementor-repeater-item-4f9a336.elementor-social-icon {
  background-color: #424242;
}

.elementor-1004533 .elementor-element.elementor-element-65ef6373 {
  --grid-template-columns: repeat(2, auto);
  --icon-size: 1em;
  --grid-column-gap: 10px;
  --grid-row-gap: 0px;
}

.elementor-1004533
  .elementor-element.elementor-element-65ef6373
  .elementor-widget-container {
  text-align: center;
}

.elementor-1004533
  .elementor-element.elementor-element-65ef6373
  .elementor-social-icon:hover {
  background-color: #e91802;
}

.elementor-1004533
  .elementor-element.elementor-element-33a651f2
  .elementor-nav-menu
  .elementor-item {
  font-size: 13px;
  font-weight: 600;
}

.elementor-1004533
  .elementor-element.elementor-element-33a651f2
  .elementor-nav-menu--main
  .elementor-item {
  color: #ffffff;
  fill: #ffffff;
  padding-top: 3px;
  padding-bottom: 3px;
}

.elementor-1004533
  .elementor-element.elementor-element-33a651f2
  .elementor-nav-menu--main
  .elementor-item:hover,
.elementor-1004533
  .elementor-element.elementor-element-33a651f2
  .elementor-nav-menu--main
  .elementor-item:focus {
  color: #fdb813;
  fill: #fdb813;
}

.elementor-1004533 .elementor-element.elementor-element-33a651f2 {
  width: var(--container-widget-width, 103.556%);
  max-width: 103.556%;
  --container-widget-width: 103.556%;
  --container-widget-flex-grow: 0;
}

.elementor-1004533
  .elementor-element.elementor-element-42620c4
  .elementor-nav-menu
  .elementor-item {
  font-size: 13px;
  font-weight: 600;
}

.elementor-1004533
  .elementor-element.elementor-element-42620c4
  .elementor-nav-menu--main
  .elementor-item {
  color: #ffffff;
  fill: #ffffff;
  padding-top: 3px;
  padding-bottom: 3px;
}

.elementor-1004533
  .elementor-element.elementor-element-42620c4
  .elementor-nav-menu--main
  .elementor-item:hover,
.elementor-1004533
  .elementor-element.elementor-element-42620c4
  .elementor-nav-menu--main
  .elementor-item:focus {
  color: #fdb813;
  fill: #fdb813;
}

.elementor-1004533 .elementor-element.elementor-element-42620c4 {
  width: var(--container-widget-width, 110.667%);
  max-width: 110.667%;
  --container-widget-width: 110.667%;
  --container-widget-flex-grow: 0;
}

.elementor-1004533
  .elementor-element.elementor-element-77f6c532
  .elementor-nav-menu
  .elementor-item {
  font-size: 13px;
  font-weight: 600;
}

.elementor-1004533
  .elementor-element.elementor-element-77f6c532
  .elementor-nav-menu--main
  .elementor-item {
  color: #ffffff;
  fill: #ffffff;
  padding-top: 3px;
  padding-bottom: 3px;
}

.elementor-1004533
  .elementor-element.elementor-element-77f6c532
  .elementor-nav-menu--main
  .elementor-item:hover,
.elementor-1004533
  .elementor-element.elementor-element-77f6c532
  .elementor-nav-menu--main
  .elementor-item:focus {
  color: #fdb813;
  fill: #fdb813;
}

.elementor-1004533 .elementor-element.elementor-element-77f6c532 {
  width: var(--container-widget-width, 89.925%);
  max-width: 89.925%;
  --container-widget-width: 89.925%;
  --container-widget-flex-grow: 0;
}

.elementor-1004533
  .elementor-element.elementor-element-635ca966
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(
    .elementor-widget__width-initial
  ):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 10px;
}

.elementor-1004533 .elementor-element.elementor-element-297c1035 {
  text-align: right;
}

.elementor-1004533
  .elementor-element.elementor-element-297c1035
  .elementor-heading-title {
  color: #ffffff;
  font-family: "calibri", Sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.elementor-1004533
  .elementor-element.elementor-element-297c1035
  > .elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-1004533 .elementor-element.elementor-element-7db5aa72 {
  text-align: right;
}

.elementor-1004533
  .elementor-element.elementor-element-7db5aa72
  > .elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

@media (min-width: 768px) {
  .elementor-1004533 .elementor-element.elementor-element-36cb6e4c {
    width: 32.417%;
  }

  .elementor-1004533 .elementor-element.elementor-element-337cdee7 {
    width: 11.373%;
  }

  .elementor-1004533 .elementor-element.elementor-element-5f6317e6 {
    width: 20.292%;
  }

  .elementor-1004533 .elementor-element.elementor-element-34886ad4 {
    width: 35.917%;
  }

  .elementor-1004533 .elementor-element.elementor-element-4bf40e80 {
    width: 9.16%;
  }

  .elementor-1004533 .elementor-element.elementor-element-75a24675 {
    width: 23.506%;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .elementor-1004533 .elementor-element.elementor-element-4b6b8cb7 {
    width: 100%;
  }

  .elementor-1004533 .elementor-element.elementor-element-2d6f81a2 {
    width: 50%;
  }

  .elementor-1004533 .elementor-element.elementor-element-4bf40e80 {
    width: 50%;
  }

  .elementor-1004533 .elementor-element.elementor-element-75a24675 {
    width: 25%;
  }

  .elementor-1004533 .elementor-element.elementor-element-4b9cc83b {
    width: 25%;
  }

  .elementor-1004533 .elementor-element.elementor-element-3839919a {
    width: 25%;
  }

  .elementor-1004533 .elementor-element.elementor-element-635ca966 {
    width: 25%;
  }
}

@media (max-width: 1024px) {
  .elementor-1004533
    .elementor-element.elementor-element-4b6b8cb7
    > .elementor-element-populated {
    padding: 0px 0px 0px 010px;
  }

  .elementor-1004533 .elementor-element.elementor-element-7ec03dbb {
    --grid-template-columns: repeat(0, auto);
    --grid-column-gap: 10px;
    --grid-row-gap: 10px;
  }

  .elementor-1004533
    .elementor-element.elementor-element-7ec03dbb
    .elementor-widget-container {
    text-align: center;
  }

  .elementor-1004533
    .elementor-element.elementor-element-7ec03dbb
    > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
  }

  .elementor-1004533 .elementor-element.elementor-element-784c5e7e {
    --container-widget-width: 50px;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 50px);
    max-width: 50px;
  }

  .elementor-1004533
    .elementor-element.elementor-element-157a122c
    .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-1004533 .elementor-element.elementor-element-226c2979 {
    --grid-template-columns: repeat(0, auto);
    --grid-column-gap: 10px;
    --grid-row-gap: 10px;
  }

  .elementor-1004533
    .elementor-element.elementor-element-226c2979
    .elementor-widget-container {
    text-align: center;
  }

  .elementor-1004533
    .elementor-element.elementor-element-226c2979
    > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
  }

  .elementor-1004533 .elementor-element.elementor-element-109b1044 {
    width: var(--container-widget-width, 85.656px);
    max-width: 85.656px;
    --container-widget-width: 85.656px;
    --container-widget-flex-grow: 0;
  }

  .elementor-1004533
    .elementor-element.elementor-element-2d6f81a2
    > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0px 0px 0px 20px;
  }

  .elementor-1004533 .elementor-element.elementor-element-23974c9f {
    text-align: left;
    width: var(--container-widget-width, 337.1px);
    max-width: 337.1px;
    --container-widget-width: 337.1px;
    --container-widget-flex-grow: 0;
  }

  .elementor-1004533
    .elementor-element.elementor-element-23974c9f
    > .elementor-widget-container {
    padding: 0px 0px 0px 0px;
  }

  .elementor-1004533
    .elementor-element.elementor-element-4bf40e80.elementor-column
    > .elementor-widget-wrap {
    justify-content: center;
  }

  .elementor-1004533
    .elementor-element.elementor-element-4bf40e80
    > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-1004533 .elementor-element.elementor-element-65ef6373 {
    --grid-template-columns: repeat(2, auto);
    width: var(--container-widget-width, 373.1px);
    max-width: 373.1px;
    --container-widget-width: 373.1px;
    --container-widget-flex-grow: 0;
  }

  .elementor-1004533
    .elementor-element.elementor-element-75a24675
    > .elementor-element-populated {
    margin: 10% 0% 0% 0%;
    --e-column-margin-right: 0%;
    --e-column-margin-left: 0%;
    padding: 0% 0% 0% 0%;
  }

  .elementor-1004533
    .elementor-element.elementor-element-33a651f2
    > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-1004533
    .elementor-element.elementor-element-4b9cc83b
    > .elementor-element-populated {
    margin: 10% 0% 0% 0%;
    --e-column-margin-right: 0%;
    --e-column-margin-left: 0%;
    padding: 0% 0% 0% 0%;
  }

  .elementor-1004533
    .elementor-element.elementor-element-3839919a
    > .elementor-element-populated {
    margin: 10% 0% 0% 0%;
    --e-column-margin-right: 0%;
    --e-column-margin-left: 0%;
    padding: 0% 0% 0% 0%;
  }

  .elementor-1004533
    .elementor-element.elementor-element-77f6c532
    > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-1004533
    .elementor-element.elementor-element-635ca966
    > .elementor-element-populated {
    margin: 10% 0% 0% 0%;
    --e-column-margin-right: 0%;
    --e-column-margin-left: 0%;
    padding: 0% 0% 0% 0%;
  }

  .elementor-1004533 .elementor-element.elementor-element-297c1035 {
    text-align: left;
  }

  .elementor-1004533 .elementor-element.elementor-element-7db5aa72 {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .elementor-1004533
    .elementor-element.elementor-element-4b6b8cb7.elementor-column
    > .elementor-widget-wrap {
    justify-content: center;
  }

  .elementor-1004533
    .elementor-element.elementor-element-4b6b8cb7
    > .elementor-element-populated {
    padding: 0px 0px 0px 0px;
  }

  .elementor-1004533
    .elementor-element.elementor-element-7ec03dbb
    .elementor-widget-container {
    text-align: center;
  }

  .elementor-1004533 .elementor-element.elementor-element-7ec03dbb {
    width: var(--container-widget-width, 100%);
    max-width: 100%;
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
  }

  .elementor-1004533
    .elementor-element.elementor-element-157a122c
    .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-1004533
    .elementor-element.elementor-element-226c2979
    .elementor-widget-container {
    text-align: center;
  }

  .elementor-1004533 .elementor-element.elementor-element-226c2979 {
    width: var(--container-widget-width, 100%);
    max-width: 100%;
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
  }

  .elementor-1004533 .elementor-element.elementor-element-36cb6e4c {
    width: 100%;
  }

  .elementor-1004533
    .elementor-element.elementor-element-36cb6e4c.elementor-column.elementor-element[data-element_type="column"]
    > .elementor-widget-wrap.elementor-element-populated {
    align-content: center;
    align-items: center;
  }

  .elementor-1004533
    .elementor-element.elementor-element-36cb6e4c.elementor-column
    > .elementor-widget-wrap {
    justify-content: center;
  }

  .elementor-1004533 .elementor-element.elementor-element-109b1044 {
    text-align: left;
    width: var(--container-widget-width, 100px);
    max-width: 100px;
    --container-widget-width: 100px;
    --container-widget-flex-grow: 0;
  }

  .elementor-1004533 .elementor-element.elementor-element-549256b4 {
    width: var(--container-widget-width, 84.836px);
    max-width: 84.836px;
    --container-widget-width: 84.836px;
    --container-widget-flex-grow: 0;
  }

  .elementor-1004533 .elementor-element.elementor-element-7b70b55f {
    width: var(--container-widget-width, 147.375px);
    max-width: 147.375px;
    --container-widget-width: 147.375px;
    --container-widget-flex-grow: 0;
  }

  .elementor-1004533
    .elementor-element.elementor-element-34886ad4.elementor-column
    > .elementor-widget-wrap {
    justify-content: center;
  }

  .elementor-1004533
    .elementor-element.elementor-element-34886ad4
    > .elementor-element-populated {
    padding: 0px 0px 20px 0px;
  }

  .elementor-1004533 .elementor-element.elementor-element-1ef1908a {
    text-align: center;
    width: var(--container-widget-width, 111.672px);
    max-width: 111.672px;
    --container-widget-width: 111.672px;
    --container-widget-flex-grow: 0;
  }

  .elementor-1004533 .elementor-element.elementor-element-7d123ec7 {
    padding: 15% 5% 5% 5%;
  }

  .elementor-1004533 .elementor-element.elementor-element-23974c9f {
    text-align: center;
  }

  .elementor-1004533
    .elementor-element.elementor-element-4bf40e80
    > .elementor-element-populated {
    margin: 20px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
  }

  .elementor-1004533
    .elementor-element.elementor-element-65ef6373
    .elementor-widget-container {
    text-align: center;
  }

  .elementor-1004533 .elementor-element.elementor-element-75a24675 {
    width: 100%;
  }

  .elementor-1004533 .elementor-element.elementor-element-33a651f2 {
    width: var(--container-widget-width, 100%);
    max-width: 100%;
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
  }

  .elementor-1004533 .elementor-element.elementor-element-4b9cc83b {
    width: 100%;
  }

  .elementor-1004533
    .elementor-element.elementor-element-4b9cc83b.elementor-column
    > .elementor-widget-wrap {
    justify-content: center;
  }

  .elementor-1004533
    .elementor-element.elementor-element-42620c4
    .elementor-nav-menu--main
    .elementor-item {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .elementor-1004533 .elementor-element.elementor-element-42620c4 {
    width: var(--container-widget-width, 100%);
    max-width: 100%;
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
    align-self: center;
  }

  .elementor-1004533 .elementor-element.elementor-element-3839919a {
    width: 100%;
  }

  .elementor-1004533
    .elementor-element.elementor-element-3839919a.elementor-column
    > .elementor-widget-wrap {
    justify-content: center;
  }

  .elementor-1004533 .elementor-element.elementor-element-77f6c532 {
    width: var(--container-widget-width, 100%);
    max-width: 100%;
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
  }

  .elementor-1004533 .elementor-element.elementor-element-297c1035 {
    text-align: center;
  }

  .elementor-1004533 .elementor-element.elementor-element-7db5aa72 {
    text-align: center;
  }
}

.elementor-825338 .elementor-element.elementor-element-599435d {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-825338
  .elementor-element.elementor-element-e4312a2
  > .elementor-element-populated {
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-825338 .elementor-element.elementor-element-e6b9e85 {
  text-align: justify;
  width: initial;
  max-width: initial;
}

.elementor-825338
  .elementor-element.elementor-element-e6b9e85
  > .elementor-widget-container {
  margin: 9px 0px 0px 15px;
}

.elementor-825338
  .elementor-element.elementor-element-f6c5a5e
  > .elementor-element-populated {
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-825338
  .elementor-element.elementor-element-7cc1b49
  > .elementor-widget-container {
  margin: -11px 0px 0px 0px;
  padding: 0px 0px 1px 0px;
}

.elementor-825338 .elementor-element.elementor-element-7cc1b49 {
  width: 100%;
  max-width: 100%;
}

.elementor-825338
  .elementor-element.elementor-element-9218fbd
  > .elementor-widget-container {
  margin: 1px 1px 1px 2px;
}

.elementor-825338 .elementor-element.elementor-element-7e7d125 {
  text-align: left;
}

.elementor-825338
  .elementor-element.elementor-element-7e7d125
  > .elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-825338 .elementor-element.elementor-element-23f70ea {
  margin-top: 0px;
  margin-bottom: 20px;
}

.elementor-825338
  .elementor-element.elementor-element-91d0a16
  > .elementor-element-populated {
  border-style: solid;
  border-width: 0px 0px 0px 10px;
  border-color: #a9a9a9;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px 0px 0px 10px;
}

.elementor-825338
  .elementor-element.elementor-element-b655374
  .elementor-icon-list-text {
  color: #000000;
}

.elementor-825338
  .elementor-element.elementor-element-b655374
  .elementor-icon-list-item {
  font-weight: 400;
  font-style: italic;
}

.elementor-825338
  .elementor-element.elementor-element-e6c8dfc
  > .elementor-widget-container {
  margin: -5px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-825338 .elementor-element.elementor-element-e6c8dfc {
  width: var(--container-widget-width, 100%);
  max-width: 100%;
  --container-widget-width: 100%;
  --container-widget-flex-grow: 0;
}

.elementor-825338 .elementor-element.elementor-element-f76e625 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-825338
  .elementor-element.elementor-element-699fa5e
  > .elementor-element-populated {
  border-style: none;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 10px 0px 10px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 15px 5px 0px 0px;
}

.elementor-825338
  .elementor-element.elementor-element-d37f8bb.elementor-column
  > .elementor-widget-wrap {
  justify-content: flex-start;
}

.elementor-825338
  .elementor-element.elementor-element-d688a81.elementor-column
  > .elementor-widget-wrap {
  justify-content: flex-start;
}

.elementor-825338
  .elementor-element.elementor-element-d688a81
  > .elementor-element-populated {
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
}

.elementor-825338 .elementor-element.elementor-element-6bf2e2a5 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 10px 10px 10px;
}

@media (min-width: 768px) {
  .elementor-825338 .elementor-element.elementor-element-e4312a2 {
    width: 7.105%;
  }

  .elementor-825338 .elementor-element.elementor-element-f6c5a5e {
    width: 92.895%;
  }

  .elementor-825338 .elementor-element.elementor-element-687addd {
    width: 74.724%;
  }

  .elementor-825338 .elementor-element.elementor-element-abed114 {
    width: 16.276%;
  }

  .elementor-825338 .elementor-element.elementor-element-d37f8bb {
    width: 27.807%;
  }

  .elementor-825338 .elementor-element.elementor-element-d688a81 {
    width: 34.842%;
  }

  .elementor-825338 .elementor-element.elementor-element-938865e {
    width: 37.017%;
  }
}

@media (max-width: 1024px) {
  .elementor-825338 .elementor-element.elementor-element-b655374 {
    width: var(--container-widget-width, 181.547px);
    max-width: 181.547px;
    --container-widget-width: 181.547px;
    --container-widget-flex-grow: 0;
  }
}

@media (max-width: 767px) {
  .elementor-825338
    .elementor-element.elementor-element-699fa5e
    > .elementor-element-populated {
    padding: 0px 0px 0px 0px;
  }

  .elementor-825338
    .elementor-element.elementor-element-e059eef
    > .elementor-widget-container {
    padding: 0px 0px 0px 0px;
  }
}

/* Start custom CSS for shortcode, class: .elementor-element-fe26792 */
#credit-author {
  font-weight: bold;
  font-size: 18px;
}

/* End custom CSS */

.heateor_sss_horizontal_sharing .heateor_sss_svg {
  color: #fff;
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
}

.heateor_sss_horizontal_sharing span.heateor_sss_svg:hover {
  border-color: transparent;
}

/* Target only YouTube iframes */

.elementor-heading-title {
  padding-bottom: 10px !important;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0px !important;
}

.most-post ol li a:hover {
  color: #d3911c !important;
}

a.wpp-post-title {
  color: #d3911c !important;
}

input[type="text"] {
  font-size: 12px !important;
}

.most-post ol li a {
  font-size: 14px !important;
  width: 100% !important;
}

.elementor-1004533 .elementor-element.elementor-element-7d123ec7 {
  padding: 1% !important;
}

button,
input {
  font-size: 0.9vw !important;
}

[type="submit"],
button {
  margin-top: 35px;
}

.elementor-825347
  .elementor-element.elementor-element-395855d
  .elementor-nav-menu
  .elementor-item {
  font-size: 13px !important;
}
.menu-item {
  padding-left: 26px !important;
}
.democracy-menu.menu-item {
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 12px;
  padding-left: 22px;
  background-image: url("/img/democracy-favicon.png");
}

.sa-menu.menu-item {
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 12px;
  padding-left: 22px;
  background-image: url("/img/zar.png");
}

.politics-menu.menu-item {
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 12px;
  padding-left: 22px;
  background-image: url("/img/politics.png");
}

.business-menu.menu-item {
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 12px;
  padding-left: 22px;
  background-image: url("/img/business.png");
}

.sport-menu.menu-item {
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 12px;
  padding-left: 22px;
  background-image: url("/img/sport.png");
}

.menu-item.menu-item-908495 {
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 12px;
  padding-left: 22px;
  background-image: url("/img/opinion.png");
}

.elections-menu.menu-item {
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 12px;
  padding-left: 22px;
  background-image: url("/img/elections-icon.png");
}

p {
  font-weight: bold;
}

[type="submit"],
button {
  background-color: #0035b9 !important;
  border-radius: 20px !important;
}

.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
  display: inline-block;
}

.elementor-widget-theme-post-title .elementor-heading-title {
  font-family: "Poppins", sans-serif !important;
  font-weight: bold;
  padding-left: 2px !important;
}

@media (min-width: 768px) {
  .elementor-825338 .elementor-element.elementor-element-abed114 {
    width: 385px !important;
    /* width: 460px !important; */
    padding-left: 30px;
  }
}

.elementor-825338
  .elementor-element.elementor-element-f76e625
  > .elementor-container {
  /*max-width: 300px !important;*/
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.elementor-825338 .elementor-element.elementor-element-e4312a2 {
  width: 75px !important;
}

.elementor-825338
  .elementor-element.elementor-element-e4312a2
  > .elementor-element-populated {
  width: 75px;
  position: absolute;
}

.breadcrumb1 {
  padding-left: 0px !important;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
  padding-left: 7%;
  padding-right: 7%;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  z-index: 0 !important;
}

.elementor-kit-825303 {
  color: black !important;
}

a:hover {
  color: #d99929 !important;
}

.elementor-widget-theme-post-content a {
  font-weight: bold;
  font-style: italic;
  color: #d3911c !important;
}

a.elementor-icon.elementor-social-icon.elementor-social-icon-.elementor-repeater-item-4f4c0e7 {
  margin-bottom: -10px;
  background-image: url("/img/twitter-x-logo.png");
}

a.elementor-icon.elementor-social-icon.elementor-social-icon-.elementor-repeater-item-4f9a336 {
  background-image: url("/img/twitter-x-logo.png");
}

.elementor-widget-theme-post-title .elementor-heading-title {
  padding-bottom: 20px;
  padding-left: 7px;
}

input {
  width: 100%;
}

.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
  font-family: "Poppins", sans-serif !important;
}

.elementor-widget:not(:last-child) {
  font-family: "Poppins", sans-serif !important;
}

p {
  font-family: "Poppins", sans-serif !important;
}

.elementor-kit-825303 a {
  font-family: "Poppins", sans-serif !important;
  font-weight: bold;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  /*overflow:hidden;*/
  background: hsla(212, 5%, 95%, 1);
  font-family: "Raleway", sans-serif;

  & h1 {
    /*text-align:center;*/
    margin-top: 35px;
    color: hsla(0, 0%, 20%, 1);
    letter-spacing: 1px;
    text-shadow: 1px 1px hsla(212, 5%, 95%, 1), -1px -1px hsla(212, 5%, 95%, 1);
  }
}

article {
  padding-top: 100px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .most-post ol li a {
    font-size: 13px !important;
    width: 100%;
    font-weight: 900 !important;
    margin-top: 13px !important;
  }
}

li.mostread::marker {
  font-size: 0px !important;
}

.elementor-825347 .elementor-element.elementor-element-4567c689 {
  padding-top: 10px !important;
  padding-bottom: 0px !important;
  padding-left: 7% !important;
  z-index: 9 !important;
}

.single.single-post footer .footer_top_box {
  display: block !important;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: 200px !important;
}

.pp-multiple-authors-boxes-wrapper {
  display: none;
}

.pp-multiple-authors-layout-boxed ul {
  display: none;
}

.elementor-825347 .elementor-element.elementor-element-2f9fcde7 {
  align-content: center;
  align-items: center;
}

.elementor-kit-825303 a {
  color: #000000;
}

@media handheld, only screen and (max-width: 1020px) {
  .breadcrumb1 {
    padding-left: 75px !important;
  }
}

@media handheld, only screen and (max-width: 767px) {
  .breadcrumb1 {
    padding-left: 75px !important;
  }
}

@media handheld, only screen and (max-width: 630px) {
  .breadcrumb1 {
    margin-left: 0px;
  }
}

@media handheld, only screen and (max-width: 320px) {
  .breadcrumb1 {
    padding-left: 0px;
  }
}

nav.rank-math-breadcrumb {
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: -10px;
}

nav.rank-math-breadcrumb a:hover {
  color: #fdb813 !important;
}
a:hover,
a:focus {
  text-decoration: none;
}

nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

nav ul,
nav li {
  outline: 0;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  src: local("Titillium WebLight"), local("TitilliumWeb-Light");
}

.world-menu.menu-item-904959 {
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 12px;
  padding-left: 22px;
  background-image: url("/img/world.png");
}

.swiper-wrapper img {
  height: 100% !important;
}

@media (max-width: 767px) {
  ul.elementor-nav-menu {
    margin-left: 3rem !important;
  }
}

.elementor-widget-image {
  text-align: center;
}

.elementor-widget-image a {
  display: inline-block;
}

.elementor-widget-image img {
  vertical-align: middle;
  display: inline-block;
}

.elementor-heading-title {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.maintext,
.elementor-825338 .elementor-element.elementor-element-23f70ea {
  max-width: 900px;
  margin: 20px auto;
}

.maintext h2 {
  font-size: 25px;
}

.maintext .mlink {
  font-style: normal;
}

.maintext p {
  font-weight: normal;
  margin: 10px 0;
}

.elementor-widget-theme-post-title .elementor-heading-title {
  letter-spacing: normal;
  font-size: 26px;
  line-height: 1.3;
  padding-bottom: 0;
}

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

[data-id="d0e29b9"] {
  margin-top: 20px;
}

.slider {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 24px auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.slider img {
  width: 100%;
  height: auto;
  display: block;
}

.slider .swiper-button-next,
.slider .swiper-button-prev {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.slider .swiper-button-next:after,
.slider .swiper-button-prev:after {
  font-size: 16px;
  color: #111;
}

.slider .swiper-button-next:hover,
.slider .swiper-button-prev:hover {
  background: #fff;
}

.slider .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 0.5;
}

.slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}

@media (min-width: 641px) {
  .slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

#calculator {
  text-align: center;
  padding: 10px;
  background-color: transparent !important;
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, .4); */
  animation: fadeIn 0.5s ease-in-out;
  width: 90%;
  border-radius: 10px;
  margin-bottom: 30px;
}

#slider-container {
  position: relative;
  margin-bottom: 2px;
  height: 110px;
}

#slider {
  width: 100%;
  /*margin-bottom: 20px;*/
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out 0.5s forwards;
  -webkit-appearance: none;
  appearance: none;
  height: 20px !important;
  background: #5cb95c;
  border-radius: 10px;
  outline: none;
  padding: 0;
  position: relative;
  z-index: 2;
}

#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #3498db;
  margin-top: 0px !important;
  z-index: 3;
}

#current-value {
  width: 30%;
  margin: 0 auto;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  margin-top: -5px;
  margin-bottom: 10px;
  border-left: 2px solid #5cb95c;
  border-right: 2px solid #5cb95c;
  border-bottom: 2px solid #5cb95c;
}

.slider-labels {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.slider-labels span {
  position: relative;
}

.slider-labels span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #000;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}

.result {
  font-size: 16px;
  margin-bottom: 7px;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out 1s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.places {
  border: 5px solid #d5322a;
  padding: 10px;
  background-color: #f8f8f8;
  margin: 20px auto 30px;
  font-size: 18px;
  color: #333;
  margin-top: 35px !important;
  font-weight: bold;
  border-radius: 10px;
}

html {
  scroll-behavior: smooth;
}

#contact-form {
  max-width: 500px;
  margin: 30px auto 60px;
  /* padding: 25px;
  background-color: #f8f8f8;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.contact-form-title {
  text-align: center;
  /* color: #1a5276; */
  text-transform: uppercase;
  background-color: #000 !important;
  color: white;
  padding: 30px 20px;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}

#contact-form .contact-form-title {
  color: #fff;
}

@media (max-width: 768px) {
  #contact-form {
    padding: 15px;
    margin: 20px auto 60px;
  }

  .contact-form-title {
    font-size: 20px;
  }

  #comments-list {
    margin-left: 0;
  }
}

:visited {
  color: #324fe1;
}

h2 {
  font-size: 16px;
  margin: 0;
}

img {
  vertical-align: bottom;
}

ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

.comment-item {
  align-items: flex-start;
}

img.rounded-circle.form-img {
  object-fit: contain;
}

input {
  background-color: var(--surface5, unset);
}

button {
  font-family: inherit;
}

ul {
  text-align: start;
  margin-left: 13px;
}

.input-group {
  display: flex;
}

.input-group input {
  background: #fff;
  flex: 1;
  width: 100%;
  height: 50px;
  border-radius: 16pc;
  border: 1px solid #ccc;
  padding: 10px;
}

.like-counter,
.comment-text {
  margin: 0;
  font-family: "raleway-regular", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #212120;
  background-color: #f5f5f5;
  cursor: pointer;
}

.like-counter > * {
  font-size: 13px;
}

.comment-text {
  background-color: #f2f2f2;
  padding: 15px;
  margin: 0 0 10px;
  border-radius: 10px;
}

.author-span {
  color: #0b5ed7;
  padding-right: 10px;
}

.coment-like {
  width: 100%;
}

.like-span1 {
  cursor: pointer;
}

.like-line {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.like-counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  width: auto;
  border-radius: 15px;
  padding: 0 5px;
}

.smile-box {
  position: relative;
  width: 85%;
}

#comment-submit {
  animation: none;
  border-radius: 8px;
}

.like-line {
  margin: 0 0 10px;
  font-size: 13px;
}

.like-span1::after {
  content: "1 dag gelede";
  padding-left: 20px;
}

.form-img {
  height: 36px;
  width: 36px;
  border-radius: 50%;
}

.btn1 {
  background-color: #0b5ed7;
  color: #fff;
  border: none;
  font-size: 20px;
}

.like-counter img {
  margin: 0;
}

.comments-group {
  padding: 0;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.comment-item {
  display: flex;
  font-weight: normal;
  list-style-type: none !important;
}

.comment-text img {
  display: block;
  margin-top: 10px;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.input-group {
  align-items: center;
}

#comment-submit {
  margin-top: 0;
}

.pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-the-content
  .pp-author-boxes-avatar
  img {
  width: 80px !important;
  height: 80px !important;
}

.pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-the-content
  .pp-author-boxes-avatar
  img {
  border-radius: 50% !important;
}

.pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-the-content
  .pp-author-boxes-meta
  a {
  background-color: #655997 !important;
}

.pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-the-content
  .pp-author-boxes-meta
  a {
  color: #ffffff !important;
}

.pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-the-content
  .pp-author-boxes-meta
  a:hover {
  color: #ffffff !important;
}

.pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-the-content
  .ppma-author-user_email-profile-data {
  background-color: #655997 !important;
}

.pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-the-content
  .ppma-author-user_email-profile-data {
  border-radius: 100% !important;
}

.pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-the-content
  .ppma-author-user_email-profile-data {
  color: #ffffff !important;
}

.pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-the-content
  .ppma-author-user_email-profile-data:hover {
  color: #ffffff !important;
}

.pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-the-content
  .pp-multiple-authors-boxes-li {
  border-style: solid !important;
}

.pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-the-content
  .pp-multiple-authors-boxes-li {
  color: #3c434a !important;
}

.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-tablet-0
  .elementor-widget-container {
  line-height: 1;
  font-size: 0;
}

.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);
  line-height: var(--icon-size, 25px);
  width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em));
  height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em));
}

.elementor-social-icon {
  --e-social-icon-icon-color: #fff;
  display: inline-flex;
  background-color: #69727d;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.elementor-social-icon i {
  color: var(--e-social-icon-icon-color);
}

.elementor-social-icon:last-child {
  margin: 0;
}

.elementor-social-icon:hover {
  opacity: 0.9;
  color: #fff;
}

.elementor-social-icon-apple {
  background-color: #999;
}

.elementor-social-icon-facebook-f {
  background-color: #3b5998;
}

.elementor-social-icon-instagram {
  background-color: #262626;
}

.elementor-social-icon-rss {
  background-color: #f26522;
}

.elementor-social-icon-youtube {
  background-color: #cd201f;
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
  border-radius: 10%;
}

:root {
  --ppa-color-scheme: #655997;
  --ppa-color-scheme-active: #514779;
}

.info * {
  text-align: left;
}
.earnings-container {
  max-width: 900px;
  margin: 30px auto;
  font-family: Arial, sans-serif;
}

.person {
  display: flex;
  align-items: start;
  margin: 20px 0;
}

.avatar {
  width: 80px;
  height: 80px;
  border-radius: 50% !important;
  /* border: 4px solid #0a67b3; */
  margin-right: 20px;
}

.info {
  flex: 1;
}

.name {
  font-weight: bold;
  font-size: 20px;
  color: #000;
}

.job {
  color: #0a67b3;
  font-size: 15px;
  margin-bottom: 10px;
}

.amount-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 5px;
}

.amount-box {
  background: #00c000;
  color: white;
  font-weight: bold;
  font-size: 24px;
  padding: 5px 15px;
  border-radius: 3px;
  min-width: 100px;
  text-align: center;
}
@media only screen and (max-width: 520px) {
  .amount-box {
    font-size: 18px;
  }
}
.growth {
  color: #0a5da6;
  font-size: 20px;
  font-weight: bold;
  min-width: 100px;
}

.bar-bg {
  background: #eee;
  height: 20px;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.bar-fill {
  background: #00c000;
  height: 100%;
  width: 0%;
  transition: width 1s ease;
}

#maincontent h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "GH Guardian Headline", "Guardian Egyptian Web", Georgia, serif;
}

#maincontent h3 {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.3;
  margin-bottom: 15px;
  font-family: "GH Guardian Headline", "Guardian Egyptian Web", Georgia, serif;
}

#maincontent b {
  font-weight: bold;
}

#maincontent .dcr-16w5gq9 {
  line-height: 1.6;
}

#maincontent ul li {
  font-family: GuardianTextEgyptian, "Guardian Text Egyptian Web", Georgia,
    serif;
  font-size: 1.0625rem;
  line-height: 1.6;
}
.wpp-list li {
  overflow: hidden;
  float: none;
  clear: both;
  margin-bottom: 1rem;
}

.wpp-list li:last-of-type {
  margin-bottom: 0;
}
.wpp-meta,
.post-stats {
  display: block;
  font-size: 0.8em;
}

.wpp-meta:empty,
.post-stats:empty {
  display: none;
}
