body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #fff;
  --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--color--dark-gray: #111;
  --wp--preset--color--light-gray: #767676;
  --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--duotone--dark-grayscale: url("#wp-duotone-dark-grayscale");
  --wp--preset--duotone--grayscale: url("#wp-duotone-grayscale");
  --wp--preset--duotone--purple-yellow: url("#wp-duotone-purple-yellow");
  --wp--preset--duotone--blue-red: url("#wp-duotone-blue-red");
  --wp--preset--duotone--midnight: url("#wp-duotone-midnight");
  --wp--preset--duotone--magenta-yellow: url("#wp-duotone-magenta-yellow");
  --wp--preset--duotone--purple-green: url("#wp-duotone-purple-green");
  --wp--preset--duotone--blue-orange: url("#wp-duotone-blue-orange");
  --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;
}
:where(.is-layout-flex) {
  gap: 0.5em;
}
body .is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}
body .is-layout-flex {
  display: flex;
}
body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}
body .is-layout-flex > * {
  margin: 0;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
.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;
}
.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6;
}

.wp-block-audio figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .wp-block-audio figcaption {
  color: hsla(0, 0%, 100%, 0.65);
}
.wp-block-audio {
  margin: 0 0 1em;
}
.wp-block-code {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: Menlo, Consolas, monaco, monospace;
  padding: 0.8em 1em;
}
.wp-block-embed figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .wp-block-embed figcaption {
  color: hsla(0, 0%, 100%, 0.65);
}
.wp-block-embed {
  margin: 0 0 1em;
}
.blocks-gallery-caption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .blocks-gallery-caption {
  color: hsla(0, 0%, 100%, 0.65);
}
.wp-block-image figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .wp-block-image figcaption {
  color: hsla(0, 0%, 100%, 0.65);
}
.wp-block-image {
  margin: 0 0 1em;
}
.wp-block-pullquote {
  border-top: 4px solid;
  border-bottom: 4px solid;
  margin-bottom: 1.75em;
  color: currentColor;
}
.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  color: currentColor;
  text-transform: uppercase;
  font-size: 0.8125em;
  font-style: normal;
}
.wp-block-quote {
  border-left: 0.25em solid;
  margin: 0 0 1.75em;
  padding-left: 1em;
}
.wp-block-quote cite,
.wp-block-quote footer {
  color: currentColor;
  font-size: 0.8125em;
  position: relative;
  font-style: normal;
}
.wp-block-quote.has-text-align-right {
  border-left: none;
  border-right: 0.25em solid;
  padding-left: 0;
  padding-right: 1em;
}
.wp-block-quote.has-text-align-center {
  border: none;
  padding-left: 0;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-plain {
  border: none;
}
.wp-block-search .wp-block-search__label {
  font-weight: 700;
}
.wp-block-search__button {
  border: 1px solid #ccc;
  padding: 0.375em 0.625em;
}
:where(.wp-block-group.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-separator.has-css-opacity {
  opacity: 0.4;
}
.wp-block-separator {
  border: none;
  border-bottom: 2px solid;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-separator.has-alpha-channel-opacity {
  opacity: 1;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100px;
}
.wp-block-separator.has-background:not(.is-style-dots) {
  border-bottom: none;
  height: 1px;
}
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  height: 2px;
}
.wp-block-table {
  margin: "0 0 1em 0";
}
.wp-block-table thead {
  border-bottom: 3px solid;
}
.wp-block-table tfoot {
  border-top: 3px solid;
}
.wp-block-table td,
.wp-block-table th {
  word-break: normal;
}
.wp-block-table figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .wp-block-table figcaption {
  color: hsla(0, 0%, 100%, 0.65);
}
.wp-block-video figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .wp-block-video figcaption {
  color: hsla(0, 0%, 100%, 0.65);
}
.wp-block-video {
  margin: 0 0 1em;
}
.wp-block-template-part.has-background {
  padding: 1.25em 2.375em;
  margin-top: 0;
  margin-bottom: 0;
}

body {
  color: #8d9297;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
}
h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
}
h2 {
  color: #252525;
  font-family: Poppins;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
}
h3 {
  color: #252525;
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}
h4 {
  color: #252525;
  font-family: Poppins;
  font-weight: 700;
  font-size: 21px;
  line-height: 30px;
}
h5 {
  color: #252525;
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
h6 {
  color: #252525;
  font-family: Poppins;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}
a {
  color: #252525;
}
a:hover {
  color: #bf0a30;
}
a:active {
  color: #bf0a30;
}
.widget {
  color: #8d9297;
}
.widget .widget-title {
  font-size: 20px;
  line-height: 28px;
}
.page-loader {
  background: url("wp-content/uploads/sites/2/2019/11/zegen-page-loader.gif")
    50% 50% no-repeat rgb(249, 249, 249);
}
.container,
.boxed-container,
.boxed-container .site-footer.footer-fixed,
.custom-container {
  width: 1170px;
}
body .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1170px;
}
.zegen-content > .zegen-content-inner {
}
.header-inner .main-logo img {
  max-height: 70px;
}
.header-inner .sticky-logo img {
  max-height: 65px;
}
.mobile-header-inner .mobile-logo img {
  max-height: 45px;
}
header.zegen-header {
}
.topbar {
  font-family: Poppins;
  font-weight: 400;
  background: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.07);
}
.topbar a,
.mobile-topbar-wrap a {
  color: #ffffff;
}
.topbar a:hover,
.mobile-topbar-wrap a:hover {
  color: #bf0a30;
}
.topbar a:active,
.topbar a:focus,
.mobile-topbar-wrap a:focus,
.mobile-topbar-wrap a:active {
  color: #bf0a30;
}
.mobile-topbar-wrap {
  font-family: Poppins;
  font-weight: 400;
  background: #000000;
}
.topbar-items > li {
  height: 50px;
  line-height: 50px;
}
.header-sticky .topbar-items > li,
.sticky-scroll.show-menu .topbar-items > li {
  height: 60px;
  line-height: 60px;
}
.topbar-items > li img {
  max-height: 50px;
}
.logobar {
  background: #7f7f7f;
}
.logobar a {
}
.logobar a:hover {
}
.logobar a:active,
.logobar a:focus,
.logobar .zegen-main-menu > li.current-menu-item > a,
.logobar .zegen-main-menu > li.current-menu-ancestor > a,
.logobar a.active {
}
.logobar-items > li {
  height: 100px;
  line-height: 100px;
}
.header-sticky .logobar-items > li,
.sticky-scroll.show-menu .logobar-items > li {
  height: 100px;
  line-height: 100px;
}
.logobar-items > li img {
  max-height: 100px;
}
.header-sticky .logobar,
.sticky-scroll.show-menu .logobar {
}
.header-sticky .logobar a,
.sticky-scroll.show-menu .logobar a {
}
.header-sticky .logobar a:hover,
.sticky-scroll.show-menu .logobar a:hover {
}
.header-sticky .logobar a:active,
.sticky-scroll.show-menu .logobar a:active,
.header-sticky .logobar .zegen-main-menu .current-menu-item > a,
.header-sticky .logobar .zegen-main-menu .current-menu-ancestor > a,
.sticky-scroll.show-menu .logobar .zegen-main-menu .current-menu-item > a,
.sticky-scroll.show-menu .logobar .zegen-main-menu .current-menu-ancestor > a,
.header-sticky .logobar a.active,
.sticky-scroll.show-menu .logobar a.active {
}
.header-sticky .logobar img.custom-logo,
.sticky-scroll.show-menu .logobar img.custom-logo {
  max-height: 100px;
}
.navbar {
  color: #000000;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #ffffff;
}
.navbar a {
  color: #000000;
}
.navbar a:hover {
  color: #bf0a30;
}
.navbar a:active,
.navbar a:focus,
.navbar .zegen-main-menu > .current-menu-item > a,
.navbar .zegen-main-menu > .current-menu-ancestor > a,
.navbar a.active {
  color: #bf0a30;
}
.navbar-items > li {
  height: 90px;
  line-height: 90px;
}
.header-sticky .navbar-items > li,
.sticky-scroll.show-menu .navbar-items > li {
  height: 70px;
  line-height: 70px;
}
.navbar-items > li img {
  max-height: 90px;
}
.header-sticky .navbar,
.sticky-scroll.show-menu .navbar {
  color: #000000;
}
.header-sticky .navbar a,
.sticky-scroll.show-menu .navbar a {
}
.header-sticky .navbar a:hover,
.sticky-scroll.show-menu .navbar a:hover {
}
.header-sticky .navbar a:active,
.sticky-scroll.show-menu .navbar a:active,
.header-sticky .navbar .zegen-main-menu .current-menu-item > a,
.header-sticky .navbar .zegen-main-menu .current-menu-ancestor > a,
.sticky-scroll.show-menu .navbar .zegen-main-menu .current-menu-item > a,
.sticky-scroll.show-menu .navbar .zegen-main-menu .current-menu-ancestor > a,
.header-sticky .navbar a.active,
.sticky-scroll.show-menu .navbar a.active {
}
.sticky-scroll.show-menu .navbar img.custom-logo {
  max-height: 70px;
}
.secondary-menu-area {
  width: 350px;
}
.secondary-menu-area {
  left: -350px;
}
.secondary-menu-area.left-overlay,
.secondary-menu-area.left-push {
  left: -350px;
}
.secondary-menu-area.right-overlay,
.secondary-menu-area.right-push {
}
.secondary-menu-area .secondary-menu-area-inner {
}
.secondary-menu-area a {
}
.secondary-menu-area a:hover {
}
.secondary-menu-area a:active {
}
.sticky-header-space {
}
.sticky-header-space li a {
}
.sticky-header-space li a:hover {
}
.sticky-header-space li a:active {
}
.mobile-header-items > li {
  height: 60px;
  line-height: 60px;
}
.mobile-header {
  background: #ffffff;
}
.mobile-header-items li a {
}
.mobile-header-items li a:hover {
}
.mobile-header-items li a:active {
}
.header-sticky .mobile-header-items > li,
.show-menu .mobile-header-items > li {
  height: 60px;
  line-height: 60px;
}
.mobile-header .header-sticky,
.mobile-header .show-menu {
  background: #ffffff;
}
.header-sticky .mobile-header-items li a,
.show-menu .mobile-header-items li a {
}
.header-sticky .mobile-header-items li a:hover,
.show-menu .mobile-header-items li a:hover {
}
.header-sticky .mobile-header-items li a:hover,
.show-menu .mobile-header-items li a:hover {
}
.mobile-bar {
}
.mobile-bar li a {
}
.mobile-bar li a:hover {
}
.mobile-bar li a:active,
ul > li.current-menu-item > a,
ul > li.current-menu-parent > a,
ul > li.current-menu-ancestor > a,
.zegen-mobile-menu li.menu-item a.active {
}
ul.zegen-main-menu > li > a,
ul.zegen-main-menu > li > .main-logo {
  color: #000000;
  font-family: Poppins;
  font-weight: 600;
  font-size: 14px;
}
ul.dropdown-menu {
}
ul.dropdown-menu > li {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: capitalize;
}
ul.dropdown-menu > li a,
ul.mega-child-dropdown-menu > li a,
.header-sticky ul.dropdown-menu > li a,
.sticky-scroll.show-menu ul.dropdown-menu > li a,
.header-sticky ul.mega-child-dropdown-menu > li a,
.sticky-scroll.show-menu ul.mega-child-dropdown-menu > li a {
  color: #000000;
}
ul.dropdown-menu > li a:hover,
ul.mega-child-dropdown-menu > li a:hover,
.header-sticky ul.dropdown-menu > li a:hover,
.sticky-scroll.show-menu ul.dropdown-menu > li a:hover,
.header-sticky ul.mega-child-dropdown-menu > li a:hover,
.sticky-scroll.show-menu ul.mega-child-dropdown-menu > li a:hover {
  color: #bf0a30;
}
ul.dropdown-menu > li a:active,
ul.mega-child-dropdown-menu > li a:active,
.header-sticky ul.dropdown-menu > li a:active,
.sticky-scroll.show-menu ul.dropdown-menu > li a:active,
.header-sticky ul.mega-child-dropdown-menu > li a:active,
.sticky-scroll.show-menu ul.mega-child-dropdown-menu > li a:active,
ul.dropdown-menu > li.current-menu-item > a,
ul.dropdown-menu > li.current-menu-parent > a,
ul.dropdown-menu > li.current-menu-ancestor > a,
ul.mega-child-dropdown-menu > li.current-menu-item > a {
  color: #bf0a30;
}
.zegen-single-post .page-title-wrap-inner {
  color: #ffffff;
  background-image: url(wp-content/uploads/sites/2/2019/10/childrens_ministry-1.jpg);
  padding-top: 80px;
  padding-bottom: 120px;
}
.zegen-single-post .page-title-wrap a {
  color: #bf0a30;
}
.zegen-single-post .page-title-wrap a:hover {
  color: #ffffff;
}
.zegen-single-post .page-title-wrap a:active {
  color: #bf0a30;
}
.zegen-single-post .page-title-wrap-inner > .page-title-overlay {
  background: rgba(0, 21, 47, 0.86);
}
.zegen-blog .page-title-wrap-inner {
  color: #ffffff;
  background-image: url(wp-content/uploads/sites/2/2019/10/childrens_ministry-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 120px;
}
.zegen-blog .page-title-wrap a {
  color: #bf0a30;
}
.zegen-blog .page-title-wrap a:hover {
  color: #ffffff;
}
.zegen-blog .page-title-wrap a:active {
  color: #bf0a30;
}
.zegen-blog .page-title-wrap-inner > .page-title-overlay {
  background: rgba(0, 21, 47, 0.86);
}
.zegen-page .page-title-wrap-inner {
  color: #ffffff;
  background-image: url(wp-content/uploads/sites/2/2019/10/childrens_ministry-1.jpg);
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 115px;
}
.zegen-page .page-title-wrap a {
  color: #bf0a30;
}
.zegen-page .page-title-wrap a:hover {
  color: #ffffff;
}
.zegen-page .page-title-wrap a:active {
  color: #bf0a30;
}
.zegen-page .page-title-wrap-inner > .page-title-overlay {
  background: rgba(0, 21, 47, 0.86);
}
.zegen-woo .page-title-wrap-inner {
  color: #ffffff;
  background-image: url(wp-content/uploads/sites/2/2019/10/childrens_ministry-1.jpg);
  padding-top: 80px;
  padding-bottom: 120px;
}
.zegen-woo .page-title-wrap a {
  color: #ffffff;
}
.zegen-woo .page-title-wrap a:hover {
  color: #bf0a30;
}
.zegen-woo .page-title-wrap a:active {
  color: #bf0a30;
}
.zegen-woo .page-title-wrap-inner > .page-title-overlay {
  background: rgba(0, 21, 47, 0.86);
}
.zegen-single-product .page-title-wrap-inner {
}
.zegen-single-product .page-title-wrap a {
}
.zegen-single-product .page-title-wrap a:hover {
}
.zegen-single-product .page-title-wrap a:active {
}
.zegen-single-product .page-title-wrap-inner > .page-title-overlay {
}
.single-post-template article.post {
  color: #616161;
}
.single-post-template .post-format-wrap {
}
.single-post-template .post-quote-wrap > .blockquote,
.single-post-template .post-link-inner,
.single-post-template .post-format-wrap .post-audio-wrap {
}
.blog-template .post-format-wrap {
}
.blog-template .post-quote-wrap > .blockquote,
.blog-template .post-link-inner,
.blog-template .post-format-wrap .post-audio-wrap {
}
.archive-template .post-format-wrap {
}
.archive-template .post-quote-wrap > .blockquote,
.archive-template .post-link-inner,
.archive-template .post-format-wrap .post-audio-wrap {
}
.post-quote-wrap > .blockquote {
  border-left-color: #bf0a30;
}
.single-post-template .post-quote-wrap > .blockquote {
  background-color: rgba(0, 0, 0, 0.7);
}
.blog-template .post-quote-wrap > .blockquote {
  background-color: rgba(0, 0, 0, 0.7);
}
.archive-template .post-quote-wrap > .blockquote {
  background-color: rgba(0, 0, 0, 0.7);
}
.single-post-template .post-link-inner {
  background-color: rgba(0, 0, 0, 0.7);
}
.blog-template .post-link-inner {
  background-color: rgba(0, 0, 0, 0.7);
}
.archive-template .post-link-inner {
  background-color: rgba(0, 0, 0, 0.7);
}
.post-overlay-items {
}
.post-overlay-items a {
}
.post-overlay-items a:hover {
}
.post-overlay-items a:hover {
}
.site-footer {
  color: #f7f7f7;
  background-image: url(wp-content/uploads/sites/2/2019/10/footer-bg-im-1.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: inherit;
}
.site-footer .widget {
  color: #f7f7f7;
}
.site-footer a {
}
.site-footer a:hover {
}
.site-footer a:hover {
}
.footer-top-wrap {
  color: #ffffff;
  font-family: Dancing Script;
  font-weight: 700;
  text-align: center;
  padding-top: 70px;
  padding-right: 15px;
  padding-bottom: 76px;
  padding-left: 15px;
}
.footer-top-wrap:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 22, 47, 0.81);
}
.footer-top-wrap .widget {
  color: #ffffff;
  font-family: Dancing Script;
  font-weight: 700;
  text-align: center;
}
.footer-top-wrap a {
}
.footer-top-wrap a:hover {
}
.footer-top-wrap a:hover {
}
.footer-top-wrap .widget .widget-title {
  color: #ffffff;
}
.footer-middle-wrap {
  color: #f7f7f7;
  background-color: rgba(0, 22, 47, 0.92);
  padding-top: 70px;
  padding-bottom: 80px;
  margin-top: 0px;
}
.footer-middle-wrap .widget {
  color: #f7f7f7;
}
.footer-middle-wrap a {
  color: #f7f7f7;
}
.footer-middle-wrap a:hover {
  color: #bf0a30;
}
.footer-middle-wrap a:active {
  color: #bf0a30;
}
.footer-middle-wrap .widget .widget-title {
  color: #ffffff;
}
.footer-bottom {
  font-size: 13px;
  background-color: #000f21;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-bottom .widget {
  font-size: 13px;
}
.footer-bottom a {
  color: #ffffff;
}
.footer-bottom a:hover {
  color: #bf0a30;
}
.footer-bottom a:active {
  color: #ffffff;
}
.theme-color {
  color: #bf0a30;
}
.gradient-bg {
  background: -webkit-linear-gradient(-155deg, #bf0a30 0, #00152f 100%);
  background: linear-gradient(-155deg, #bf0a30 0, #00152f 100%);
}
.theme-color-bg {
  background-color: #bf0a30;
}
.theme-color-hbg:hover {
  background-color: #bf0a30 !important;
}
.secondary-color {
  color: #00152f;
}
.default-color {
  color: #bf0a30 !important;
}
::selection {
  background: #bf0a30;
}
b {
  color: #bf0a30;
}
b {
  color: #bf0a30;
}
.top-sliding-toggle.fa-minus {
  border-top-color: #bf0a30;
}
.owl-dot.active span {
  background: #bf0a30;
  border-color: #bf0a30;
}
.owl-prev,
.owl-next {
  color: #bf0a30;
}
.owl-prev:hover,
.owl-next:hover {
  color: #bf0a30;
}
.owl-prev:after,
.owl-next:after {
  background-color: #bf0a30;
}
.typo-a-white a:hover {
  color: #bf0a30;
}
.header-button a,
.zegen-header ul.dropdown-menu li .nav-link:before {
  background-color: #bf0a30;
}
.classic-navbar .zegen-main-menu,
.header-navbar-text-1 .h-donate-btn,
.charitable-donation-form .donation-amounts .donation-amount.selected label {
  background: #bf0a30;
}
.classic-navbar .zegen-main-menu:before {
  border-bottom-color: #bf0a30;
}
.topbar-items .header-phone span,
.topbar-items .header-email span,
.topbar-items .header-address span,
ul.mobile-topbar-items.nav li span {
  color: #bf0a30;
}
.header-inner .logobar-inner .media i {
  color: #bf0a30;
}
.header-inner .logobar-inner .media i:after {
  background: #bf0a30;
}
.dropdown:hover > .dropdown-menu {
  border-color: #bf0a30;
}
.navbar ul ul ul.dropdown-menu li .nav-link:focus,
ul.nav ul ul.dropdown-menu li .nav-link:focus {
  color: #bf0a30;
}
.navbar ul ul li.menu-btn a,
.zegen-mobile-menu ul.sub-menu > li.current-menu-parent > a,
.zegen-mobile-menu ul.sub-menu > li.current-menu-ancestor > a {
  color: #bf0a30;
}
.page-title-wrap:before {
  background: #bf0a30;
}
.widget .widget-title::before,
.widget .widget-title::after {
  background: #bf0a30;
}
.search-form .input-group input.form-control::-webkit-input-placeholder,
.search-form .input-group input.form-control::-moz-placeholder,
.search-form .input-group input.form-control::-ms-input-placeholder,
.search-form .input-group input.form-control:-moz-placeholder {
  color: #bf0a30 !important;
}
input[type="submit"] {
  background: #bf0a30;
}
.btn,
button,
.btn.bordered:hover {
  background: #bf0a30;
}
.btn.classic:hover {
  background: #bf0a30;
}
.btn.link {
  color: #bf0a30;
}
.btn.bordered {
  color: #bf0a30;
}
.btn.inverse:hover,
.about-widget.widget-content .author-url a {
  background-color: #bf0a30;
}
.btn.btn-default.theme-color {
  background: #bf0a30;
}
.btn.btn-default.secondary-color {
  background: #00152f;
}
.rev_slider_wrapper .btn.btn-outline:hover {
  background-color: #bf0a30;
  border-color: #bf0a30;
}
.rev_slider .btn.btn-default {
  border-color: #bf0a30 !important;
}
select:focus,
input:focus,
textarea:focus {
  border-color: #bf0a30;
}
.close:before,
.close:after {
  background: #bf0a30;
}
.nav-link:focus,
.nav-link:hover {
  color: #bf0a30;
}
.zmm-dropdown-toggle {
  color: #bf0a30;
}
ul li.theme-color a {
  color: #bf0a30 !important;
}
.top-meta ul li a.read-more,
.bottom-meta ul li a.read-more {
  color: #bf0a30;
}
.single-post-template blockquote {
  border-color: #bf0a30;
}
.single-post .post-meta li i.before-icon::before {
  color: #bf0a30;
}
.single-post .entry-meta ul li a:hover {
  color: #bf0a30;
}
.post-comments-wrapper p.form-submit input {
  background-color: #bf0a30;
  border-color: #bf0a30 !important;
}
.single-post .author-info {
  border-color: #bf0a30;
}
.post-navigation .nav-links .nav-next a,
.post-navigation .nav-links .nav-previous a {
  border-color: #bf0a30;
}
.post-navigation .nav-links .nav-next a:hover,
.post-navigation .nav-links .nav-previous a:hover {
  background-color: #bf0a30;
}
.custom-post-nav > .prev-nav-link > a:hover,
.custom-post-nav > .next-nav-link > a:hover {
  color: #bf0a30;
}
.calendar_wrap th,
tfoot td {
  background: #bf0a30;
}
.widget_calendar caption {
  border-color: #bf0a30;
}
.widget_archive li:before {
  color: #bf0a30;
}
.site-footer .widget_archive li:before {
  color: #bf0a30;
}
.widget.widget_tag_cloud a.tag-cloud-link:hover {
  background: #bf0a30;
  border-color: #bf0a30;
}
.null-instagram-feed p a {
  background: #bf0a30;
}
.widget .menu-item-object-zegen-ministries a {
  background: #bf0a30;
}
.site-footer
  .widget
  .menu-item-object-zegen-ministries.current-menu-item
  a:hover {
  color: #bf0a30;
}
.widget-area .widget .menu-item-object-zegen-ministries.current-menu-item a,
.widget-area .widget .menu-item-object-zegen-ministries a:hover {
  border-left-color: #bf0a30;
}
.widget .menu-item-object-zegen-ministries a {
  border-color: #bf0a30;
}
.grid-layout .article-inner .top-meta a.read-more::before,
.grid-layout .article-inner .entry-footer .bottom-meta a.read-more::before,
.zegen-single-post .post-comments .comment-reply-link:before,
.comment-meta .comment-reply-link:before {
  color: #bf0a30;
}
.zozo_advance_tab_post_widget .nav-tabs .nav-item.show .nav-link,
.widget .nav-tabs .nav-link.active {
  background: #bf0a30;
}
.back-to-top,
.back-to-top:after {
  background: #bf0a30;
}
.entry-title a:hover {
  color: #bf0a30;
}
.title-separator.separator-border {
  background-color: #bf0a30;
}
.section-title-wrapper .title-wrap > .sub-title::before {
  background-color: #bf0a30;
}
.twitter-3 .tweet-info {
  border-color: #bf0a30;
}
.twitter-wrapper.twitter-dark a {
  color: #bf0a30;
}
.price-text {
  color: #bf0a30;
}
.pricing-style-1.pricing-list-active .pricing-inner-wrapper,
.pricing-style-1 .btn-default:hover {
  background-color: #bf0a30;
}
.pricing-style-1 .pricing-table-info .price-text,
.pricing-style-1 .pricing-table-info > .price-before {
  color: #bf0a30;
}
.pricing-style-3 .pricing-inner-wrapper,
.pricing-style-1 .btn-default:hover {
  border-color: #bf0a30;
}
.pricing-style-2 .price-text p {
  color: #bf0a30;
}
.pricing-style-3 .pricing-title::before,
.pricing-style-3 .pricing-title::after,
.pricing-style-2 .pricing-table-info:after,
.pricing-style-3 ul.pricing-features-list li:before {
  background-color: #bf0a30;
}
.theme-gradient-bg {
  background: -webkit-linear-gradient(
    -150deg,
    #00152f 35%,
    #bf0a30 65%
  ) !important;
  background: linear-gradient(-150deg, #00152f 35%, #bf0a30 65%) !important;
}
.compare-pricing-wrapper .pricing-table-head,
.compare-features-wrap {
  background: #bf0a30;
}
.compare-pricing-style-3.compare-pricing-wrapper .btn:hover {
  background: #bf0a30;
}
.counter-wrapper.dashed-secondary-color.counter-style-1 {
  border-color: #bf0a30;
}
.counter-wrapper.dashed-theme-color.counter-style-1 {
  border-color: #bf0a30;
}
.counter-value span.counter-suffix {
  color: #bf0a30;
}
.counter-wrapper.counter-style-2 .counter-value h3 {
  background: -webkit-linear-gradient(-150deg, #00152f 35%, #bf0a30 65%);
  background: linear-gradient(-150deg, #00152f 35%, #bf0a30 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.day-counter-modern .day-counter > *:after {
  background: rgba(191, 10, 48, 0.1);
}
span.typing-text,
.typed-cursor {
  color: #bf0a30;
}
.testimonial-light .client-name:hover {
  color: #bf0a30;
}
.testimonial-wrapper.testimonial-1 a.client-name:hover,
.testimonial-wrapper.testimonial-1 .client-designation {
  color: #bf0a30;
}
.testimonial-wrapper.testimonial-1 .testimonial-inner::after,
.testimonial-wrapper.testimonial-modern .testimonial-inner:after,
.testimonial-wrapper.testimonial-default .owl-item .testimonial-inner,
.testimonial-list .testimonial-list-item .testimonial-thumb:before,
.single-zegen-testimonial .testimonial-info .testimonial-img:before {
  background-color: #bf0a30;
}
.zegen-content .testimonial-2 .testimonial-inner:hover,
.zegen-content .testimonial-2 .testimonial-inner:hover .testimonial-thumb img {
  border-color: #bf0a30;
}
.testimonial-wrapper.testimonial-3
  .testimonial-inner
  .testimonial-info
  .client-name,
.testimonial-wrapper.testimonial-3
  .testimonial-inner
  .testimonial-excerpt
  .testimonial-excerpt-icon
  i,
.testimonial-wrapper.testimonial-default
  .testimonial-inner
  > *.testimonial-excerpt:before {
  color: #bf0a30 !important;
}
.events-date {
  border-color: #bf0a30;
}
.event-classic .event-inner .entry-title {
  border-left-color: #bf0a30;
}
.event-inner .event-schedule-inner .tab-content i,
.event-inner .post-more > a,
.event-date,
.event-wrapper.event-dark .event-inner .post-title-head > a:hover,
.media.event-list-item .read-more,
.event-website > a {
  color: #bf0a30;
}
.event-info h4,
.event-venue h4,
.event-contact-title h4,
.event-wrapper.event-modern .event-date:after,
.event-wrapper.event-modern .event-date:before,
.event-wrapper.event-default .event-inner .event-date,
.media.event-list-item .event-date:after,
.event-list-item .event-date:before,
.event-classic .event-inner .event-date {
  background-color: #bf0a30;
}
.event-details-wrap ul li:before {
  background: -webkit-linear-gradient(-150deg, #00152f 35%, #bf0a30 65%);
  background: linear-gradient(-150deg, #00152f 35%, #bf0a30 65%);
}
.event-details-wrap ul li:after {
  border-color: #bf0a30;
}
.nav.pagination > li.nav-item.active a,
.nav.pagination > li.nav-item span,
.nav.pagination > li.nav-item a,
.nav.pagination > li.nav-item:focus a {
  background: #bf0a30;
}
.custom-post-nav .prev-nav-link > a,
.custom-post-nav .next-nav-link > a,
.post-comments .page-numbers.current,
.post-comments .page-numbers:hover {
  background: #bf0a30;
}
.page-links > .page-number,
.page-links .page-number:hover,
.post-comments .page-numbers.current,
.page-links span.current .page-number,
.post-comments .page-numbers:hover,
.page-links .post-page-numbers.current,
.page-links .post-page-numbers:hover {
  background: #bf0a30;
}
.zegen-sticky-wrapper.text_trigger a,
a.zegen-sticky-trigger {
  background: #bf0a30;
}
.team-wrapper.team-default .team-inner .team-designation h6,
.team-info .team-title h2,
.team-default .client-name {
  color: #bf0a30;
}
.team-wrapper.team-dark .team-inner {
  background-color: #00152f;
}
.team-wrapper.team-default .team-inner > .team-thumb:after {
  background-color: #bf0a30;
}
.team-modern .team-name a::after,
span.animate-bubble-box:before {
  background: #bf0a30;
  filter: drop-shadow(0 1px 2px rgba(191, 10, 48, 0.5));
}
span.animate-bubble-box:after {
  background: #bf0a30;
  filter: drop-shadow(0 1px 2px rgba(191, 10, 48, 0.5));
}
.team-modern span.animate-bubble-box:before,
.team-modern span.animate-bubble-box:after,
.widget ul li.menu-item a:before {
  color: #bf0a30;
}
span.animate-bubble-box {
  box-shadow: 0 0 1px 0 rgba(191, 10, 48, 0.1),
    0 0 1px 0 rgba(191, 10, 48, 0.1) inset;
}
.team-wrapper.team-modern .team-inner > .team-thumb {
  border-color: #bf0a30;
}
.team-wrapper.team-modern .team-inner:hover > .team-designation h6 {
  color: #bf0a30;
}
.timeline-style-2 .timeline > li > .timeline-panel {
  border-color: #bf0a30;
}
.timeline-sep-title {
  color: #bf0a30;
}
.timeline-style-2 .timeline > li > .timeline-panel:before {
  border-left-color: #bf0a30;
  border-right-color: #bf0a30;
}
.timeline-style-2 .timeline > li > .timeline-panel:after {
  border-left-color: #bf0a30;
  border-right-color: #bf0a30;
}
.timeline-style-3 .timeline > li > .timeline-sep-title {
  background: #bf0a30;
}
.cd-horizontal-timeline .events {
  background: #bf0a30;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #bf0a30;
  border-color: #bf0a30;
}
.cd-timeline-navigation a {
  border-color: #bf0a30;
}
.cd-horizontal-timeline .events-content em {
  color: #bf0a30;
}
.cd-horizontal-timeline .events-content li {
  border-color: #bf0a30;
}
.cd-horizontal-timeline .events-content li .tl-triangle {
  border-bottom-color: #bf0a30;
}
.cd-horizontal-timeline .events-content li > h2 {
  color: #bf0a30;
}
.portfolio-wrapper.portfolio-style-modern .post-overlay-items a:hover,
.portfolio-meta-list > li a:hover {
  color: #bf0a30 !important;
}
.portfolio-masonry-layout .portfolio-angle .portfolio-title h4:after {
  background-color: #bf0a30;
}
.portfolio-style-classic .post-overlay-items > .portfolio-popup-icon a,
.portfolio-style-classic .post-overlay-items > .portfolio-link-icon a,
.portfolio-style-modern .post-overlay-items > .portfolio-link-icon a,
.portfolio-style-modern .post-overlay-items > .portfolio-popup-icon a {
  background-color: #bf0a30;
}
.portfolio-default .portfolio-wrap .portfolio-content-wrap {
  background-color: #bf0a30;
}
.portfolio-default .portfolio-overlay .portfolio-title a:after {
  background-color: rgba(191, 10, 48, 0.5);
}
.portfolio-style-default .portfolio-link-icon a,
.portfolio-style-default .portfolio-popup-icon a {
  background-color: #bf0a30;
}
.portfolio-classic
  .portfolio-wrap
  .portfolio-content-wrap
  .portfolio-read-more
  a,
.portfolio-angle
  .portfolio-wrap
  .portfolio-content-wrap
  .portfolio-read-more
  a {
  color: #bf0a30;
}
.portfolio-classic
  .portfolio-wrap
  .portfolio-content-wrap
  .portfolio-read-more
  a:hover,
.portfolio-angle
  .portfolio-wrap
  .portfolio-content-wrap
  .portfolio-read-more
  a:hover {
  background-color: #bf0a30;
}
.portfolio-single.portfolio-model-2 .portfolio-details .portfolio-meta-wrap {
  background: #bf0a30;
}
.portfolio-model-4
  .portfolio-info
  .portfolio-meta
  .portfolio-meta-list
  > li
  ul.portfolio-categories
  a:hover {
  color: #bf0a30;
}
.single-zegen-portfolio .portfolio-title h3::after,
.single-zegen-portfolio .portfolio-related-slider h4::after,
.portfolio-related-slider .related-title {
  background-color: #bf0a30;
}
.portfolio-creative .portfolio-wrap:hover .portfolio-content-wrap,
.portfolio-video .popup-video-post .video-play-icon {
  background-color: #bf0a30;
}
span.portfolio-meta-icon {
  color: #bf0a30;
}
.portfolio-filter.filter-1 ul > li.active > a,
.portfolio-filter.filter-1 ul > li > a:hover {
  background-color: #bf0a30;
}
.portfolio-filter.filter-1 ul > li > a,
.portfolio-filter.filter-1 ul > li > a:hover {
  border: solid 1px #bf0a30;
}
.portfolio-filter.filter-1 ul > li > a {
  border-color: #bf0a30;
}
.portfolio-filter.filter-1 a.portfolio-filter-item {
  color: #bf0a30;
}
.portfolio-masonry-layout .portfolio-classic .portfolio-content-wrap {
  background: #bf0a30;
}
.portfolio-filter.filter-2 .active a.portfolio-filter-item {
  color: #bf0a30;
}
.portfolio-filter.filter-2 li a:after {
  background-color: #bf0a30;
}
.portfolio-slide .portfolio-content-wrap {
  background: #bf0a30;
}
.portfolio-minimal .portfolio-overlay-wrap:before,
.portfolio-minimal .portfolio-overlay-wrap:after {
  border-color: #bf0a30;
}
.portfolio-classic .portfolio-overlay-wrap:before {
  border-color: #bf0a30;
}
.portfolio-archive-title a:hover {
  color: #bf0a30;
}
.portfolio-filter.filter-3 a.portfolio-filter-item {
  color: #bf0a30;
}
.portfolio-filter.filter-3 li.active a.portfolio-filter-item {
  background: #bf0a30;
}
.icon-theme-color {
  color: #bf0a30;
}
.feature-box-wrapper .btn.bordered:hover {
  border-color: #bf0a30;
}
.feature-box-wrapper.feature-ser:hover .feature-box-btn .btn.link,
.feature-box-wrapper.feature-ser:hover .feature-box-btn .btn.link:after,
.feature-box-wrapper.fb-cus-list1 .fbox-content a,
.feature-box-wrapper.cus-feature1.feature-box-classic-pro:hover
  .feature-box-title
  a:hover,
.feature-box-wrapper.cus-feature1 a.btn.btn-bg-dark.btn-link,
.feature-box-wrapper.cus-feature1:hover a.btn.btn-bg-dark.btn-link:hover {
  color: #bf0a30;
}
.feature-ser:hover .feature-box-btn .btn.link::after {
  background: #bf0a30;
}
.feature-box-wrapper.border-hover-color:hover,
.feature-box-wrapper.cus-feature1:hover a.btn.btn-bg-dark.btn-link {
  border-bottom-color: #bf0a30 !important;
}
.feature-box-wrapper > .feature-box-title .section-title .title-bottom-line {
  background-color: #bf0a30;
}
.feature-box-btn .btn.link {
  color: #bf0a30;
}
.feature-box-btn .btn.link::after {
  color: #bf0a30;
}
.feature-box-wrapper.radius-design:hover,
.feature-box-wrapper.radius-design.section-active {
  background-color: #bf0a30 !important;
  border-color: #bf0a30 !important;
}
.feature-box-wrapper.radius-design .invisible-number {
  color: #bf0a30;
}
.feature-box-style-1 .feature-box-btn .btn.link:hover,
.feature-box-style-1 .feature-box-btn .btn.link:hover::after {
  color: #bf0a30;
}
.feature-box-style-2:hover {
  background-color: #bf0a30;
}
.feature-box-style-3 .invisible-number {
  color: #bf0a30;
}
.feature-box-style-3::after {
  background-color: #bf0a30;
}
.feature-box-wrapper:hover .feature-box-icon.theme-hcolor-bg {
  background: -webkit-linear-gradient(-150deg, #00152f 35%, #bf0a30 65%);
  background: linear-gradient(-150deg, #00152f 35%, #bf0a30 65%);
}
[class^="imghvr-shutter-out-"]:before,
[class*=" imghvr-shutter-out-"]:before,
[class^="imghvr-shutter-in-"]:after,
[class^="imghvr-shutter-in-"]:before,
[class*=" imghvr-shutter-in-"]:after,
[class*=" imghvr-shutter-in-"]:before,
[class^="imghvr-reveal-"]:before,
[class*=" imghvr-reveal-"]:before {
  background-color: #bf0a30;
}
.image-grid-inner:after {
  background: #bf0a30;
}
.ministries-wrapper a.read-more.btn {
  color: #bf0a30;
}
.ministries-modern .ministries-inner {
  border-bottom-color: #bf0a30;
}
.ministries-modern .ministries-inner .ministries-thumb:before {
  background-color: rgba(191, 10, 48, 0.88);
}
.ministries-wrapper.ministries-classic .ministries-inner a.read-more.btn,
.ministries-modern .ministries-inner .ministries-icon-img {
  background-color: #bf0a30;
}
.sermon-view-wrapper,
.sermon-wrapper .sermon-play-list li a,
.sermon-wrapper .sermon-tool-list li a,
.sermon-modern .sermon-inner .post-more > a,
.sermon-list .sermon-list-item .post-more > a {
  background-color: #bf0a30;
}
.sermon-info a,
.sermon-info a time:before,
.sermon-inner .post-more > a,
.event-wrapper.custom-event-1.event-modern .event-inner .event-location {
  color: #bf0a30;
}
.active .round-tab-head {
  background-image: -webkit-linear-gradient(
    0deg,
    #bf0a30 0,
    rgba(191, 10, 48, 0.4) 100%
  );
}
.top-meta ul li i,
.bottom-meta ul li i,
.single-post .bottom-meta .post-meta > ul > li.nav-item .post-category a:hover,
.single-post-template .post-quote-wrap blockquote:before,
.post-link-inner h4:before,
.side-noimg.themebg-color,
.single-post .author-info ul.social-icons > li > a {
  color: #bf0a30;
}
.blog-style-3 .post-thumb,
.blog-style-classic-pro .post-more,
.blog-style-list a.read-more {
  border-color: #bf0a30;
}
.blog-wrapper .blog-inner .top-meta a.read-more::before,
.blog-wrapper .blog-inner .bottom-meta a.read-more::before,
article.post .bottom-meta a.read-more::before,
.ministries-read-more .read-more::before {
  background: #bf0a30;
}
.blog-wrapper .blog-inner .top-meta a.read-more::after,
.blog-wrapper .blog-inner .bottom-meta a.read-more::after,
.ministries-read-more .read-more::after {
  background: -webkit-linear-gradient(
    left,
    #bf0a30 0,
    rgba(237, 66, 102, 0) 100%
  );
  background: linear-gradient(to right, #bf0a30 0, rgba(237, 66, 102, 0) 100%);
  background: -moz-linear-gradient(left, #bf0a30 0, rgba(237, 66, 102, 0) 100%);
}
.sticky-date .post-date,
.zegen-toggle-post-wrap .switch input:checked + .slider {
  background-color: #bf0a30;
}
.zegen-toggle-post-wrap .switch input:focus + .slider {
  box-shadow: 0 0 1px #bf0a30;
}
.grid-layout article:before,
.team-wrapper.team-default .team-inner:before {
  border-bottom-color: #bf0a30;
}
.blog-style-classic .post-date > a {
  background: #bf0a30;
}
.blog-style-classic-pro .post-date a,
.blog-style-list .post-date a {
  background: #bf0a30;
}
.contact-widget-info > p > span:before,
.contact-info-wrapper .icons::before,
.secondary-menu-area .contact-widget-info span a:hover {
  color: #bf0a30;
}
.contact-info-wrapper.contact-info-style-2 .contact-mail a:hover {
  color: #bf0a30;
}
.wpcf7 input[type="submit"] {
  background: #bf0a30;
}
.contact-form-grey .wpcf7 input.wpcf7-submit,
.contact-form-classic .wpcf7 input[type="submit"] {
  background: #bf0a30;
}
.content-carousel-wrapper .owl-nav > *:hover {
  color: #bf0a30;
}
.shape-arrow .wpb_column:nth-child(2) .feature-box-wrapper,
.shape-arrow .wpb_column:last-child .feature-box-wrapper {
  background: #bf0a30;
}
.shape-arrow .wpb_column:first-child .feature-box-wrapper::before,
.shape-arrow .wpb_column:nth-child(3) .feature-box-wrapper::before {
  border-top-color: #bf0a30;
  border-bottom-color: #bf0a30;
}
.shape-arrow .wpb_column .feature-box-wrapper::before,
.shape-arrow .wpb_column .feature-box-wrapper::after,
.shape-arrow .wpb_column:nth-child(2) .feature-box-wrapper::before,
.shape-arrow .wpb_column:nth-child(2) .feature-box-wrapper::after,
.shape-arrow .wpb_column:last-child .feature-box-wrapper::before,
.shape-arrow .wpb_column:last-child .feature-box-wrapper::after {
  border-left-color: #bf0a30;
}
.wpbc_booking_form_structure .wpbc_structure_form .form-group .btn-default {
  background: -webkit-linear-gradient(-144deg, #00152f 15%, #bf0a30 85%);
  background: linear-gradient(-144deg, #00152f 15%, #bf0a30 85%);
}
.campaign-loop.campaign-grid li.campaign:hover h3 {
  color: #bf0a30;
}
.woocommerce p.stars a {
  color: #bf0a30;
}
.woocommerce .product .onsale,
.woo-thumb-wrap .product-icons-pack > a {
  background-color: #bf0a30;
}
.woocommerce ul.products li.product .price,
.woocommerce .product .price,
.woocommerce .product .price ins,
.woocommerce.single .product .price ins {
  color: #bf0a30;
}
.woocommerce div.product .product_title {
  color: #bf0a30;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  background-color: #bf0a30;
}
.woocommerce .product .button,
.woocommerce.single .product .button,
.woocommerce #review_form #respond .form-submit input,
.woocommerce button.button,
.woocommerce button.button.disabled,
.woocommerce button.button.alt.disabled,
.woocommerce ul.products li.product .woo-thumb-wrap .button:hover,
.woocommerce ul.products li.product .woo-thumb-wrap .added_to_cart,
.woocommerce ul.products li.product .woo-thumb-wrap .added_to_cart:hover {
  background: #bf0a30;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #bf0a30;
}
.dropdown-menu.cart-dropdown-menu .mini-view-cart a,
.zegen-sticky-cart .mini-view-cart a,
.dropdown-menu.wishlist-dropdown-menu .mini-view-wishlist a,
.zegen-sticky-wishlist .mini-view-wishlist a {
  background: #bf0a30;
}
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce input.button.alt,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled[disabled],
.cart_totals .wc-proceed-to-checkout a.checkout-button,
.woocommerce button.button.alt {
  background: #bf0a30;
}
.woocommerce-info,
.woocommerce-message {
  border-top-color: #bf0a30;
}
.woocommerce-info::before,
.woocommerce-message::before {
  color: #bf0a30;
}
.form-control:focus {
  border-color: #bf0a30 !important;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li a:active,
.woocommerce nav.woocommerce-pagination ul li a:focus {
  background-color: #bf0a30;
  border-color: #bf0a30;
}
.woo-top-meta select {
  background-image: url(wp-content/themes/zegen/assets/images/icon-select.png);
}
.widget-area .widget-title::after {
  background-color: #bf0a30;
}
.widget_categories ul li a:before,
.widget_meta ul li a:before,
.widget_archive ul li a:before {
  color: #bf0a30;
}
.widget_categories ul li a:hover,
.widget_meta ul li a:hover,
.widget_archive ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget-area .widget_pages li a:hover,
.widget_recent_entries ul li > .post-date,
.entry-meta .post-category:before {
  color: #bf0a30;
}
.zegen_latest_post_widget li a:hover,
.zegen_popular_post_widget li a:hover,
.comments-wrap span:before,
.elementor-widget-wp-widget-zegen_latest_post_widget
  li
  .side-item-meta
  > span:before,
.zegen_popular_post_widget li .side-item-meta > span:before,
.widget.zegen_latest_post_widget li .side-item-meta > span:before {
  color: #bf0a30;
}
.anim .popup-video-post.popup-trigger-icon:after,
.anim .popup-video-post.popup-trigger-icon:before,
.anim .popup-video-post.popup-trigger-icon,
span.popup-modal-dismiss.ti-close,
.contact-info-wrapper .contact-info-title:after {
  background-color: #bf0a30;
}
a.modal-box-trigger.modal-trigger-icon {
  color: #bf0a30;
}
.round-tab-wrapper,
.elementor-widget-container.round-tab-wrapper:after,
.elementor-widget-container.round-tab-wrapper:before {
  border-color: #bf0a30;
}
.zegen_mailchimp_widget input.zozo-mc.btn {
  background-color: #bf0a30;
}
.mailchimp-wrapper.mailchimp-light
  .input-group
  .input-group-btn
  .mc-submit-btn {
  background-color: #bf0a30;
}
.widget .footer-info .media::before {
  color: #bf0a30;
}
.custom-top-footer .primary-bg {
  background-color: #bf0a30;
}
.custom-top-footer .secondary-bg {
  background-color: #00152f;
}
.current_page_item a {
  color: #bf0a30;
}
.mptt-shortcode-wrapper ul.mptt-menu.mptt-navigation-tabs li.active a,
.mptt-shortcode-wrapper ul.mptt-menu.mptt-navigation-tabs li:hover a {
  border-color: #bf0a30;
}
.booking_form .datepick-inline .calendar-links,
.booking_form .datepick-inline td.datepick-days-cell.date2approve {
  background: #bf0a30;
}
ul.social-icons.social-hbg-theme > li a:hover {
  background: #bf0a30;
}
.woo-icon-count {
  background: #bf0a30;
}
footer .widget .btn.link.before-icon {
  color: #bf0a30;
}
.custom-fbtn .btn {
  border-color: #bf0a30;
}
.related-slider-content-wrap:hover .related-slider-content {
  background: rgba(191, 10, 48, 0.8);
}
.error-404-area .page-title-default .breadcrumb a:hover,
.error-404 .error-txt {
  color: #bf0a30;
}
@media only screen and (max-width: 991px) {
  .bg-after-991 {
    background: #bf0a30;
  }
}
.post-comments span.author {
  color: #bf0a30;
}
.comment-text span.reply,
.page-header a.home-link,
.error-404 .page-header:before,
.error-404 .page-header:after {
  background-color: #bf0a30;
}
.page-links > span.page-number,
a span.page-number:hover,
a span.page-number:active,
a span.page-number:focus {
  border-color: #bf0a30;
}
span.page-number,
a span.page-number:hover {
  background: #bf0a30;
}
.single-post .custom-post-nav > .prev-nav-link > .post-nav-text,
.single-post .custom-post-nav > .next-nav-link > .post-nav-text,
.single-campaign .custom-post-nav > .prev-nav-link > .post-nav-text,
.single-campaign .custom-post-nav > .next-nav-link > .post-nav-text {
  background: #bf0a30;
}
.post-navigation-wrapper.clearfix {
  border-color: #bf0a30;
}
.wp-block-button__link,
.wp-block-file .wp-block-file__button {
  background: #bf0a30;
}
.wp-block-quote,
blockquote.wp-block-quote.is-style-large,
.wp-block-quote[style*="text-align:right"],
.wp-block-quote[style*="text-align: right"] {
  border-color: #bf0a30;
}
.is-style-outline {
  color: #bf0a30;
}

.home-three .custom-container.navbar-inner,
.home-three .custom-container.topbar-inner {
  width: 100%;
  padding-left: 25px;
}
.header-inner.home-three .sticky-scroll.show-menu .navbar img.custom-logo {
  max-height: 65px;
}
.sec-pad-col
  .elementor-column-gap-default
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated {
  padding: 0;
}
.header-inner.home-three span.ti-mobile {
  vertical-align: -1.5px;
}
.woocommerce-checkout .zegen-content > .zegen-content-inner {
  border-top: 0;
  padding-bottom: 30px;
}

.campaign-raised .amount,
.campaign-figures .amount,
.donors-count,
.time-left,
.charitable-form-field a:not(.button),
.charitable-form-fields .charitable-fieldset a:not(.button),
.charitable-notice,
.charitable-notice .errors a {
  color: #bf0a30;
}
.campaign-progress-bar .bar,
.donate-button,
.charitable-donation-form .donation-amount.selected,
.charitable-donation-amount-form .donation-amount.selected {
  background-color: #bf0a30;
}
.charitable-donation-form .donation-amount.selected,
.charitable-donation-amount-form .donation-amount.selected,
.charitable-notice,
.charitable-drag-drop-images li:hover a.remove-image,
.supports-drag-drop .charitable-drag-drop-dropzone.drag-over {
  border-color: #bf0a30;
}
