/*
 Theme Name:   Divi Child
 Theme URI:    http://www.elegantthemes.com/gallery/divi/
 Description:  Divi Child Theme — Bizz Value Oracle Consulting
 Author:       Elegant Themes
 Author URI:   http://www.elegantthemes.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ═══════════════════════════════════════════════
   DESIGN TOKENS
═══════════════════════════════════════════════ */
:root {
  --b1:    #103b7e;
  --b2:    #0e2e68;
  --b3:    #0b1e52;
  --red:   #C74634;
  --red2:  #A8341F;
  --white: #FFFFFF;
  --off:   #F5F7FF;
  --light: #EBF0FA;
  --text:  #1C2B4A;
  --muted: #5B6F8A;
  --faint: #9AAAC0;
  --bdr:   #D8DEF0;
  --r:     10px;
  --rsm:   6px;
}

/* ═══════════════════════════════════════════════
   GLOBAL TYPOGRAPHY
═══════════════════════════════════════════════ */
body,
.et_pb_text,
.et_pb_blurb_description,
p {
  font-family: 'Inter', sans-serif;
  color: var(--text);
}

h1, h2, h3, h4,
.et_pb_slide_title,
.et_pb_module_header,
.et_pb_blurb_title {
  font-family: 'Manrope', sans-serif;
  letter-spacing: -0.025em;
}

/* ═══════════════════════════════════════════════
   TICKER BAR
═══════════════════════════════════════════════ */
.bv-ticker {
  background: #0b1e52;
  background: var(--b3, #0b1e52);
  padding: 9px 5%;
  /*display: flex !important;*/
  display: none !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: sticky;
  top: 0;
  z-index: 99999;
  width: 100%;
  box-sizing: border-box;
}

/* Push Divi's fixed/sticky header below the ticker bar (~37px tall) */
#main-header,
#main-header.et-fixed-header {
  /*top: 45px !important;*/
}
.bv-ticker__badge {
  background: #C74634;
  background: var(--red, #C74634);
  color: #fff;
  font-size: .63rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 3px;
  white-space: nowrap;
  flex-shrink: 0;
}
.bv-ticker__link {
  font-size: .8125rem;
  font-weight: 500;
  color: rgba(255,255,255,.7);
  text-decoration: none;
  transition: color .2s;
}
.bv-ticker__link:hover { color: #fff; }
.bv-ticker__link span  { color: rgba(255,255,255,.3); }

/* ═══════════════════════════════════════════════
   HIDE DIVI'S DEFAULT HEADER
═══════════════════════════════════════════════ */
#main-header,
#main-header.et-fixed-header { display: none !important; }

/* Push page content down to account for ticker + custom header */
#page-container { padding-top: 0 !important; }

/* ═══════════════════════════════════════════════
   CUSTOM HEADER
═══════════════════════════════════════════════ */
#bv-header {
  position: sticky;
  /*top: 45px;  sits below the ticker */
  z-index: 9998;
  background: #103b7e;
  background: var(--b1, #103b7e);
  height: 70px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  transition: box-shadow .3s;
  width: 100%;
}
#bv-header.bv-header--scrolled {
  box-shadow: 0 4px 28px rgba(0,0,0,.32);
}

.bv-header-inner {
  max-width: 100%;
  height: 100%;
  padding: 0 5%;
  display: flex;
  align-items: center;
  gap: 24px;
  box-sizing: border-box;
}

/* ── Logo ── */
.bv-logo {
  text-decoration: none;
  font-family: 'Manrope', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -.025em;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.bv-logo img {
  height: 40px;
  width: auto;
  display: block;
}
.bv-logo-w { color: #fff; }
.bv-logo em { color: #C74634; color: var(--red, #C74634); font-style: normal; }

/* ── Navigation (center) ── */
.bv-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
.bv-nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
}
.bv-nav-menu > li { position: relative; }
.bv-nav-menu > li > a {
  display: block;
  padding: 10px 14px;
  font-family: 'Inter', sans-serif;
  font-size: .875rem;
  font-weight: 500;
  color: rgba(255,255,255,.75);
  text-decoration: none;
  transition: color .2s;
  white-space: nowrap;
}
.bv-nav-menu > li > a:hover,
.bv-nav-menu > li:hover > a { color: #fff; }

/* Arrow for items with children */
.bv-nav-menu > li.menu-item-has-children > a::after {
  content: ' ▾';
  font-size: .6rem;
  color: rgba(255,255,255,.4);
  margin-left: 2px;
}

/* ── Dropdown ── */
.bv-nav-menu li ul {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  background: #fff;
  border: 1px solid #D8DEF0;
  border: 1px solid var(--bdr, #D8DEF0);
  border-radius: 10px;
  border-radius: var(--r, 10px);
  box-shadow: 0 8px 32px rgba(11,30,82,.22);
  min-width: 210px;
  padding: 8px 0;
  list-style: none;
  margin: 0;
  z-index: 100;
}
.bv-nav-menu li:hover > ul { display: block; }
.bv-nav-menu li ul li a {
  display: block;
  padding: 9px 18px;
  font-family: 'Inter', sans-serif;
  font-size: .8125rem;
  color: #1C2B4A;
  color: var(--text, #1C2B4A);
  text-decoration: none;
  white-space: nowrap;
  transition: background .15s, color .15s;
}
.bv-nav-menu li ul li a:hover {
  background: #F5F7FF;
  background: var(--off, #F5F7FF);
  color: #103b7e;
  color: var(--b1, #103b7e);
}

/* ── Right side: Contact button + burger ── */
.bv-header-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.bv-contact-btn {
  background: #C74634;
  background: var(--red, #C74634);
  color: #fff !important;
  padding: 9px 22px;
  border-radius: 6px;
  border-radius: var(--rsm, 6px);
  font-family: 'Inter', sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: background .2s, transform .15s;
  white-space: nowrap;
}
.bv-contact-btn:hover {
  background: #A8341F;
  background: var(--red2, #A8341F);
  transform: translateY(-1px);
}

/* ── Burger button (mobile) ── */
.bv-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  width: 28px;
  height: 28px;
}
.bv-burger span {
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform .25s, opacity .25s;
}

/* ═══════════════════════════════════════════════
   MOBILE HEADER  (≤ 768px)
═══════════════════════════════════════════════ */
@media (max-width: 768px) {
  .bv-burger { display: flex; }
  .bv-contact-btn { display: none; }

  .bv-nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 0; right: 0;
    background: #103b7e;
    background: var(--b1, #103b7e);
    border-top: 1px solid rgba(255,255,255,.1);
    box-shadow: 0 8px 24px rgba(0,0,0,.3);
    z-index: 800;
    justify-content: flex-start;
    padding: 16px 5%;
    box-sizing: border-box;
  }
  .bv-nav.bv-nav--open { display: flex; }
  .bv-nav-menu { flex-direction: column; align-items: flex-start; gap: 0; width: 100%; }
  .bv-nav-menu > li { width: 100%; }
  .bv-nav-menu > li > a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
  .bv-nav-menu li ul { display: block; position: static; box-shadow: none; border: none; background: transparent; padding: 0 0 0 16px; }
  .bv-nav-menu li ul li a { color: rgba(255,255,255,.6); padding: 8px 0; }
  .bv-nav-menu li ul li a:hover { background: transparent; color: #fff; }
}

/* ═══════════════════════════════════════════════
   HERO SECTION
   In Divi → use a Full-Width Header or Section
   with gradient background b1→b3 (145deg)
═══════════════════════════════════════════════ */
.bv-hero-section.et_pb_section {
  background: linear-gradient(145deg, var(--b1) 0%, var(--b2) 55%, var(--b3) 100%) !important;
  padding: 100px 5% 88px;
  overflow: hidden;
  position: relative;
}

/* Eye-brow pill — add CSS class "bv-pill" to a Text module */
.bv-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 100px;
  padding: 6px 14px;
  margin-bottom: 32px;
  font-size: .72rem;
  font-weight: 600;
  color: rgba(255,255,255,.8);
  letter-spacing: .05em;
  text-transform: uppercase;
}
.bv-pill__dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--red);
  display: inline-block;
  animation: pdot 2.4s ease-in-out infinite;
}
@keyframes pdot { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.3;transform:scale(.65)} }

/* Hero H1 */
.bv-hero-section h1,
.bv-hero-section .et_pb_title_container h1 {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(2.6rem, 5.2vw, 5rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -.028em;
  color: #fff;
  max-width: 900px;
  margin-bottom: 26px;
}
.bv-hero-section h1 strong { font-weight: 800; }
.bv-hero-section h1 .red   { color: var(--red); }

/* Hero sub-text — add CSS class "bv-hero-sub" to Text module */
.bv-hero-sub,
.bv-hero-sub p {
  font-size: 1.075rem;
  line-height: 1.72;
  color: rgba(255,255,255,.68);
  max-width: 540px;
  margin-bottom: 40px;
}

/* ═══════════════════════════════════════════════
   BUTTONS
   Use Divi Button module; add CSS class:
   "bv-btn-r" (red/primary)  "bv-btn-g" (ghost)
═══════════════════════════════════════════════ */
.bv-btn-r a,
a.bv-btn-r {
  background: var(--red) !important;
  color: #fff !important;
  border-radius: var(--rsm) !important;
  border: none !important;
  font-size: .9375rem !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 20px rgba(199,70,52,.38);
  transition: background .2s, transform .15s, box-shadow .2s !important;
}
.bv-btn-r a:hover, a.bv-btn-r:hover {
  background: var(--red2) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(199,70,52,.5);
}
.bv-btn-g a,
a.bv-btn-g {
  background: rgba(255,255,255,.09) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: var(--rsm) !important;
  font-size: .9375rem !important;
  font-weight: 500 !important;
  backdrop-filter: blur(8px);
  transition: background .2s, border-color .2s !important;
}
.bv-btn-g a:hover, a.bv-btn-g:hover {
  background: rgba(255,255,255,.15) !important;
  border-color: rgba(255,255,255,.5) !important;
}

/* ═══════════════════════════════════════════════
   ORACLE PARTNER BAND
   Use a Divi Section; add CSS class "bv-pband"
═══════════════════════════════════════════════ */
.bv-pband.et_pb_section {
  background: #fff !important;
  border-bottom: 1px solid var(--bdr);
  padding: 52px 5%;
}
.bv-partner-badge {
  background: var(--b1);
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-align: center;
  line-height: 1.6;
  padding: 12px 18px;
  border-radius: 8px;
  white-space: nowrap;
  display: inline-block;
  animation: badge-glow 3.5s ease-in-out infinite;
}
@keyframes badge-glow {
  0%,100% { box-shadow: 0 0 0 2px rgba(199,70,52,.35), 0 4px 16px rgba(16,59,126,.18); }
  50%      { box-shadow: 0 0 0 5px rgba(199,70,52,.65), 0 8px 28px rgba(16,59,126,.32); }
}

/* ═══════════════════════════════════════════════
   STATS BAR
   Section CSS class: "bv-stats"
═══════════════════════════════════════════════ */
.bv-stats.et_pb_section {
  background: var(--b2) !important;
  padding: 72px 5%;
}
.bv-stats .et_pb_number_counter .title,
.bv-stats .et_pb_counter_title {
  font-size: .875rem;
  color: rgba(255,255,255,.5) !important;
}
.bv-stats .et_pb_number_counter .percent,
.bv-stats .et_pb_counter_amount {
  font-family: 'Manrope', sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  color: #fff !important;
  line-height: 1;
  letter-spacing: -.03em;
}

/* ═══════════════════════════════════════════════
   SERVICES GRID
   Section CSS class: "bv-services"
   Each Blurb module: add CSS class "bv-svc-card"
═══════════════════════════════════════════════ */
.bv-services.et_pb_section {
  background: #fff !important;
  padding: 96px 5%;
}

/* Section header text */
.bv-services .sec-ey {
  display: block;
  font-size: .7rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--red); margin-bottom: 0px;
}
.bv-services .et_pb_text h2 {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  font-weight: 800; letter-spacing: -.025em; line-height: 1.18;
  color: var(--text); margin-bottom: 16px;
}
.bv-services .sec-sub {
  font-size: 1rem; line-height: 1.72;
  color: var(--muted); max-width: 560px; margin-bottom: 0;
  display: block;
}

/* Equal-height cards: flex chain column → blurb → content → description */
.bv-services .et_pb_column {
  display: flex;
  flex-direction: column;
}
.bv-svc-card.et_pb_blurb {
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--bdr);
  border-radius: var(--r);
  padding: 32px 26px;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: transform .26s, box-shadow .26s, border-color .26s;
}

/* Top gradient bar — slides in on hover */
.bv-svc-card.et_pb_blurb::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--b1), var(--red));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .32s ease;
}
.bv-svc-card.et_pb_blurb:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(16,59,126,.13);
  border-color: rgba(16,59,126,.2);
}
.bv-svc-card.et_pb_blurb:hover::before { transform: scaleX(1); }

/* Flex chain to stretch description and pin "Learn more" at bottom */
.bv-svc-card .et_pb_blurb_content {
  flex: 1; display: flex; flex-direction: column;
}
.bv-svc-card .et_pb_blurb_container {
  flex: 1; display: flex; flex-direction: column;
}

/* Icon box — matches .svc-ico in the design template */
/* margin-top makes room for the absolutely-positioned .svc-tag above it */
.bv-svc-card .et_pb_main_blurb_image {
  width: 42px; height: 42px;
  background: var(--off);
  border: 1px solid var(--bdr);
  border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  margin: 30px 0 14px 0;
  flex-shrink: 0;
}
.bv-svc-card .et_pb_main_blurb_image img {
  width: 20px !important; height: 20px !important; display: block;
}
.bv-svc-card .et_pb_main_blurb_image .et-pb-icon {
  font-size: 20px !important; color: var(--b1) !important; line-height: 1;
}

/* Tag badge — absolutely positioned above the icon box */
.bv-svc-card .svc-tag {
  position: absolute;
  top: -90px;   /* aligns with card padding-top */
  left: 0px;  /* aligns with card padding-left */
  display: inline-block;
  font-size: .65rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--b1);
  background: rgba(16,59,126,.08);
  padding: 3px 9px; border-radius: 3px;
}

/* Card title — matches .svc-t */
.bv-svc-card .et_pb_module_header {
  font-family: 'Manrope', sans-serif;
  font-size: 1.05rem; font-weight: 700;
  color: var(--text); margin-bottom: 9px; line-height: 1.35;
}

/* Description — matches .svc-d, flex:1 pins "Learn more" at bottom */
.bv-svc-card .et_pb_blurb_description {
  flex: 1;
  font-size: .875rem; line-height: 1.7; color: var(--muted);
}
.bv-svc-card .et_pb_blurb_description p {
  color: var(--muted);
}

/* "Learn more" link — matches .svc-lnk */
.bv-svc-card .svc-lnk {
  display: inline-flex; align-items: center; gap: 5px;
  margin-top: 14px; font-size: .8125rem; font-weight: 600;
  color: var(--b1); text-decoration: none;
  transition: gap .18s;
}
.bv-svc-card .svc-lnk:hover { gap: 9px; }

/* ═══════════════════════════════════════════════
   WHY US
   Section CSS class: "bv-why"
   Each Blurb module: add CSS class "bv-why-card"
═══════════════════════════════════════════════ */
.bv-why.et_pb_section {
  background: var(--b2) !important;
  padding: 60px 5%;
}

/* Section header text colours on dark background */
.bv-why .sec-ey {
  display: block;
  font-size: .7rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,170,110,.9);   /* warm orange — matches template */
  margin-bottom: 0px;
}
.bv-why .et_pb_text h2 { color: #fff; }
.bv-why .sec-sub {
  display: block;
  font-size: 1rem; line-height: 1.72;
  color: rgba(255,255,255,.58);
  max-width: 560px; margin-bottom: 0;
}

/* Collapse gutter between cards to ~2px (matches template gap:2px) */
.bv-why .et_pb_row.bv-why-row { max-width: 1160px !important; }
.bv-why .bv-why-row .et_pb_column {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

/* Card base — matches .why-col */
.bv-why-card.et_pb_blurb {
  background: rgba(255,255,255,.04) !important;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 4px;
  padding: 40px 34px;
  transition: background .25s, border-color .25s;
  display: flex; flex-direction: column;
}
.bv-why-card.et_pb_blurb:hover {
  background: rgba(255,255,255,.09) !important;
  border-color: rgba(255,255,255,.14);
}

/* Decorative number "01" "02" "03" — generated by CSS, no HTML needed */
.bv-why-card .et_pb_blurb_content { display: flex; flex-direction: column; }
.bv-why-card .et_pb_blurb_content::before {
  font-family: 'Manrope', sans-serif;
  font-size: 2.6rem; font-weight: 800;
  color: var(--red); opacity: .32;
  line-height: 1; display: block; margin-bottom: 16px;
    text-align: left;
}
.bv-why .et_pb_column:nth-child(1) .bv-why-card .et_pb_blurb_content::before { content: "01"; }
.bv-why .et_pb_column:nth-child(2) .bv-why-card .et_pb_blurb_content::before { content: "02"; }
.bv-why .et_pb_column:nth-child(3) .bv-why-card .et_pb_blurb_content::before { content: "03"; }

/* Card title — matches .why-tt */
.bv-why-card .et_pb_module_header {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem; font-weight: 700;
  color: #fff; margin-bottom: 10px; line-height: 1.3;
}

/* Card description — matches .why-d */
.bv-why-card .et_pb_blurb_description {
  font-size: .875rem; line-height: 1.72;
  color: rgba(255,255,255,.52);
}
.bv-why-card .et_pb_blurb_description p {
  color: rgba(255,255,255,.52);
}

/* ═══════════════════════════════════════════════
   TESTIMONIALS
   Section CSS class: "bv-testi"
═══════════════════════════════════════════════ */
.bv-testi.et_pb_section {
  background: var(--light) !important;
  border-top: 1px solid var(--bdr);
  padding: 60px 5%;
}

.bv-testi .sec-ey {
  display: block;
  font-size: .7rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--red); margin-bottom: 0px;
}

/* JS adds .bv-testi-js → hides inactive slides */
.bv-testi-js .et_pb_testimonial { display: none !important; }
.bv-testi-js .et_pb_testimonial.bv-testi-active { display: block !important; }

/* Slide reset */
.bv-testi .et_pb_testimonial {
  background: transparent !important;
  padding: 0 !important; border: none !important; box-shadow: none !important;
}

/* Quote — matches template .tq */
.bv-testi .et_pb_testimonial_content {
  font-family: 'Manrope', sans-serif !important;
  font-size: clamp(1.1rem, 2vw, 1.45rem) !important;
  font-weight: 500 !important; font-style: italic !important;
  line-height: 1.62 !important; color: var(--text) !important;
  max-width: 820px; margin-bottom: 30px !important;
}

/* Author row (.bv-ta injected by JS) — matches template .ta */
.bv-testi .bv-ta {
  display: flex; align-items: center; gap: 14px;
}

/* Avatar — 46px circle, initials via attr(data-initials) set by JS */
.bv-testi .et_pb_testimonial_portrait {
  width: 46px !important; height: 46px !important; min-width: 46px;
  border-radius: 50% !important;
  background: var(--b1) !important; background-image: none !important;
  display: flex !important; align-items: center; justify-content: center;
  flex-shrink: 0; overflow: hidden; margin-right: 10px;
}
.bv-testi .et_pb_testimonial_portrait::after {
  content: attr(data-initials);
  font-family: 'Manrope', sans-serif; font-weight: 800;
  font-size: .9rem; color: #fff; letter-spacing: .02em;
}

/* Author name — matches template .tan */
.bv-testi span.et_pb_testimonial_author {
  display: block;
  font-weight: 700 !important; font-size: .9375rem !important;
  color: var(--text) !important;
}

/* Role — matches template .tar */
.bv-testi .et_pb_testimonial_meta {
  font-size: .8125rem !important; font-style: normal !important;
  color: var(--muted) !important; margin: 0 !important;
}

/* Hide Divi's default quote icon */
.bv-testi .et_pb_quote_icon,
.bv-testi .et_pb_testimonial_arrow { display: none !important; }

/* Navigation dots — matches template .tdots / .tdot */
.bv-testi-dots { display: flex; gap: 8px; margin-top: 28px; }
.bv-testi-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(0,0,0,.14); border: none; padding: 0;
  cursor: pointer; transition: background .2s, transform .2s;
}
.bv-testi-dot.bv-testi-dot--active,
.bv-testi-dot:hover { background: var(--b1); transform: scale(1.3); }

/* ═══════════════════════════════════════════════
   CLIENT LOGOS
   Section CSS class: "bv-logos"
   Logo row classes: "bv-logos-row--top" / "bv-logos-row--bot"
═══════════════════════════════════════════════ */
.bv-logos.et_pb_section {
  background: #fff !important;
  padding: 60px 5%;
}
/* Eyebrow label */
.bv-logos .et_pb_row:first-child .et_pb_text p {
  text-align: center;
  font-size: .7rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--faint);
  margin: 0;
}
/* Logo grid rows — outer border + no gap between rows */
.bv-logos-row.et_pb_row {
  max-width: 1160px !important;
  width: 100% !important;
  padding: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-left: 1px solid var(--bdr);
  border-right: 1px solid var(--bdr);
}
.bv-logos-row--top.et_pb_row {
  border-top: 1px solid var(--bdr);
  border-radius: var(--r) var(--r) 0 0;
  overflow: hidden;
  margin-bottom: 0 !important;
}
.bv-logos-row--bot.et_pb_row {
  border-bottom: 1px solid var(--bdr);
  border-radius: 0 0 var(--r) var(--r);
  overflow: hidden;
  margin-top: 0 !important;
}
/* Each cell */
.bv-logos-row .et_pb_column {
  padding: 26px 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-right: 1px solid var(--bdr);
  border-bottom: 1px solid var(--bdr);
  background: #fff;
  transition: background .18s;
  text-align: center;
}

.bv-logos-row.et_pb_row_12 .et_pb_column {
	border-bottom: none;
}
.bv-logos-row .et_pb_column:last-child { border-right: none !important; }
.bv-logos-row .et_pb_column:hover { background: var(--off); }
/* Logo text — company name */
.bv-logos-row .et_pb_text p,
.bv-logos-row .et_pb_text_inner p {
  font-family: 'Manrope', sans-serif !important;
  font-size: .72rem !important;
  font-weight: 800 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  color: var(--bdr) !important;
  margin: 0 !important;
  transition: color .2s;
  user-select: none;
}
.bv-logos-row .et_pb_column:hover .et_pb_text p,
.bv-logos-row .et_pb_column:hover .et_pb_text_inner p { color: var(--b2) !important; }

/* ═══════════════════════════════════════════════
   CONTACT SECTION
   Section CSS class: "bv-contact"
   Left column class: "bv-contact-l"
   Right column class: "bv-contact-r"
═══════════════════════════════════════════════ */
.bv-contact.et_pb_section { padding: 0 !important; }
/* Full-width row — no centering or gap */
.bv-contact .et_pb_row {
  max-width: 100% !important; width: 100% !important;
  padding: 0 !important; margin: 0 !important;
}
/* Left column — dark blue */
.bv-contact-l.et_pb_column {
  background: var(--b1) !important;
  padding: 60px 3% 60px 3% !important;
  display: flex; flex-direction: column; justify-content: center;
}
/* Right column — off-white */
.bv-contact-r.et_pb_column {
  background: var(--off) !important;
  padding: 60px 3% 60px 3% !important;
  display: flex; flex-direction: column; justify-content: center;
}

/* ── Left column text ── */
.bv-contact-l .bv-ci-ey {
  display: block; font-size: .7rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,170,110,.9); margin-bottom: 12px;
}
.bv-contact-l .et_pb_text h2 {
  font-family: 'Manrope', sans-serif !important;
  font-size: clamp(1.75rem, 3vw, 2.4rem) !important;
  font-weight: 800 !important; letter-spacing: -.025em !important;
  line-height: 1.18 !important; color: #fff !important;
  max-width: 400px; margin-bottom: 14px !important;
}
.bv-contact-l .et_pb_text > .et_pb_text_inner > p {
  color: rgba(255,255,255,.62) !important;
  margin-bottom: 32px !important;
}
/* Contact info rows */
.bv-ci-row {
  display: flex; gap: 14px; align-items: flex-start;
  margin-bottom: 18px;
}
.bv-ci-ic {
  width: 40px; height: 40px; min-width: 40px;
  background: rgba(255,255,255,.1); border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.bv-ci-ic svg { width: 17px; height: 17px; color: rgba(255,255,255,.8); }
.bv-ci-tx strong {
  display: block; font-size: .875rem; font-weight: 600;
  color: rgba(255,255,255,.9);
}
.bv-ci-tx span {
  font-size: .875rem; color: rgba(255,255,255,.52);
}

/* ── Right column ── */
.bv-cf-t {
  font-family: 'Manrope', sans-serif; font-size: 1.3rem;
  font-weight: 700; color: var(--text); margin-bottom: 6px;
}
.bv-cf-s {
  font-size: .85rem; color: var(--muted); margin-bottom: 26px;
}
/* Form field wrapper */
.bv-contact .fg { margin-bottom: 16px; }
.bv-contact .fg label {
  display: block; font-size: .78rem; font-weight: 600;
  color: var(--text); margin-bottom: 6px;
}
/* CF7 inputs / select / textarea */
.bv-contact .wpcf7-form-control:not([type="submit"]) {
  width: 100% !important; padding: 10px 13px !important;
  border: 1px solid var(--bdr) !important;
  border-radius: var(--rsm) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: .875rem !important; color: var(--text) !important;
  background: #fff !important; box-sizing: border-box;
  transition: border-color .18s, box-shadow .18s;
  outline: none; appearance: none;
}
.bv-contact .wpcf7-form-control:not([type="submit"]):focus {
  border-color: var(--b1) !important;
  box-shadow: 0 0 0 3px rgba(16,59,126,.1) !important;
}
/* CF7 submit button */
.bv-contact .wpcf7-submit {
  width: 100% !important; padding: 12px 20px !important;
  background: var(--b1) !important; color: #fff !important;
  border: none !important; border-radius: var(--rsm) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: .9375rem !important; font-weight: 600 !important;
  cursor: pointer; display: flex !important;
  align-items: center !important; justify-content: center !important;
  transition: background .18s, transform .15s !important;
  margin-top: 4px;
}
.bv-contact .wpcf7-submit:hover {
  background: var(--b2) !important; transform: translateY(-1px);
}
/* CF7 validation messages */
.bv-contact .wpcf7-not-valid-tip { font-size: .75rem; color: var(--red); margin-top: 4px; }
.bv-contact .wpcf7-response-output {
  border: none !important; font-size: .85rem;
  padding: 10px 14px !important; border-radius: var(--rsm) !important;
  margin: 12px 0 0 !important;
}
.bv-contact .wpcf7 .sent .wpcf7-response-output {
  background: rgba(16,59,126,.08); color: var(--b1);
}

/* ═══════════════════════════════════════════════
   FOOTER
   Divi → Theme Builder → Footer  (post ID 133)
   Section CSS class: "bv-footer"
═══════════════════════════════════════════════ */
.bv-footer.et_pb_section {
  background: var(--b3) !important;
  padding: 72px 5% 36px !important;
}
/* Remove Divi row max-width so columns span full width */
.bv-footer .et_pb_row {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* First column (brand) gets double weight */
.bv-ft-brand.et_pb_column { flex: 2 2 0 !important; }
.bv-ft-col.et_pb_column   { flex: 1 1 0 !important; }

/* Logo */
.bv-ft-logo {
  font-family: 'Manrope', sans-serif !important;
  font-size: 1.3rem !important; font-weight: 800 !important;
  color: #fff !important; text-decoration: none !important;
  letter-spacing: -.02em; display: inline-block; margin-bottom: 14px;
}
.bv-ft-logo em { color: var(--red) !important; font-style: normal !important; }

/* Description */
.bv-ft-desc {
  font-size: .875rem !important; color: rgba(255,255,255,.33) !important;
  line-height: 1.7 !important; max-width: 260px;
}

/* Column headings */
.bv-ft-ch {
  font-size: .68rem !important; font-weight: 700 !important;
  letter-spacing: .1em !important; text-transform: uppercase !important;
  color: rgba(255,255,255,.25) !important; margin-bottom: 18px !important;
}

/* Nav lists */
.bv-ft-ul { list-style: none !important; display: flex; flex-direction: column; gap: 10px; padding: 0 !important; margin: 0 !important; }
.bv-ft-ul li a,
.bv-footer a {
  font-size: .875rem !important; color: rgba(255,255,255,.43) !important;
  text-decoration: none !important; transition: color .18s !important;
}
.bv-ft-ul li a:hover,
.bv-footer a:hover { color: #fff !important; }

/* General text inside footer */
.bv-footer .et_pb_text p { color: rgba(255,255,255,.33) !important; font-size: .875rem !important; line-height: 1.7 !important; }

/* Bottom bar row */
.bv-ft-bottom-row .et_pb_row { padding-top: 0 !important; padding-bottom: 0 !important; }
.bv-ft-hr {
  border: none !important;
  border-top: 1px solid rgba(255,255,255,.07) !important;
  margin-bottom: 24px !important;
}
.bv-ft-b {
  display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 12px;
}
.bv-ft-copy a {
  font-size: .78rem !important; color: rgba(255,255,255,.28) !important;
  text-decoration: none !important; margin-right: 16px !important;
  transition: color .18s !important;
}
.bv-ft-copy a:hover { color: rgba(255,255,255,.65) !important; }
.bv-ft-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09);
  border-radius: 7px; padding: 7px 14px;
  font-size: .7rem; font-weight: 700; letter-spacing: .06em;
  color: rgba(255,255,255,.4); text-transform: uppercase;
}
.bv-ft-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--red); display: inline-block;
}

/* ═══════════════════════════════════════════════
   SCROLL REVEAL UTILITY
   Add CSS class "bv-rv" to any Divi module
═══════════════════════════════════════════════ */
.bv-rv {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s ease, transform .55s ease;
}
.bv-rv.bv-in { opacity: 1; transform: none; }
.bv-d1 { transition-delay: .08s; }
.bv-d2 { transition-delay: .16s; }
.bv-d3 { transition-delay: .24s; }

/* ═══════════════════════════════════════════════
   SECTION LABEL / EYEBROW
   Add CSS class "bv-ey" to a Text module
═══════════════════════════════════════════════ */
.bv-ey,
.bv-ey p {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 12px;
}
.bv-ey-light, .bv-ey-light p { color: rgba(255,170,110,.9); }

/* ═══════════════════════════════════════════════
   HERO CARDS  (used inside Code module)
═══════════════════════════════════════════════ */
.bv-hcard {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: var(--r);
  padding: 28px 26px;
  display: block;
  text-decoration: none;
  backdrop-filter: blur(6px);
  height: 100%;
  transition: background .22s, border-color .22s, transform .22s;
}
.bv-hcard:hover {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.26);
  transform: translateY(-2px);
}
.bv-hcard-ey { font-size:.67rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--red);margin-bottom:10px; }
.bv-hcard-t  { font-family:'Manrope',sans-serif;font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:10px;line-height:1.3; }
.bv-hcard-d  { font-size:.875rem;line-height:1.65;color:rgba(255,255,255,.58);margin-bottom:14px; }
.bv-hcard-lnk{ font-size:.8125rem;font-weight:600;color:rgba(255,255,255,.65); }
.bv-hcard:hover .bv-hcard-lnk { color:#fff; }

/* ═══════════════════════════════════════════════
   STATS  (Code module)
═══════════════════════════════════════════════ */
.bv-stats-grid { display:grid;grid-template-columns:repeat(4,1fr); }
.bv-sc { text-align:center;padding:16px 24px;border-right:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden; }
.bv-sc:last-child { border-right:none; }
.bv-sc-bar { position:absolute;bottom:0;left:50%;transform:translateX(-50%);height:3px;width:0;background:var(--red);transition:width 1.2s cubic-bezier(.4,0,.2,1) .2s; }
.bv-sc.bv-counted .bv-sc-bar { width:60%; }
.bv-sn { font-family:'Manrope',sans-serif;font-size:3.2rem;font-weight:800;color:#fff;line-height:1;margin-bottom:8px;letter-spacing:-.03em; }
.bv-ss { font-size:1.75rem; }
.bv-sl { font-size:.875rem;color:rgba(255,255,255,.5); }

/* ═══════════════════════════════════════════════
   TESTIMONIALS  (Code module)
═══════════════════════════════════════════════ */
.bv-tslide    { display:none; }
.bv-tslide.on { display:block; }
.bv-tq  { font-family:'Manrope',sans-serif;font-size:clamp(1.1rem,2vw,1.45rem);font-weight:500;font-style:italic;line-height:1.62;color:var(--text);max-width:820px;margin-bottom:30px; }
.bv-ta  { display:flex;align-items:center;gap:14px; }
.bv-tav { width:46px;height:46px;border-radius:50%;background:var(--b1);color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Manrope',sans-serif;font-weight:800;font-size:.9rem;flex-shrink:0; }
.bv-tan { font-weight:700;font-size:.9375rem;color:var(--text); }
.bv-tar { font-size:.8125rem;color:var(--muted); }
.bv-tdots { display:flex;gap:8px;margin-top:28px; }
.bv-tdot  { width:8px;height:8px;border-radius:50%;border:none;cursor:pointer;background:rgba(0,0,0,.14);transition:background .2s,transform .2s;padding:0; }
.bv-tdot.on { background:var(--b1);transform:scale(1.3); }

/* ═══════════════════════════════════════════════
   LOGO GRID  (Code module)
═══════════════════════════════════════════════ */
.bv-logos-grid { display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--bdr);border-radius:var(--r);overflow:hidden; }
.bv-logo-cell  { padding:26px 20px;display:flex;align-items:center;justify-content:center;border-right:1px solid var(--bdr);border-bottom:1px solid var(--bdr);background:#fff;transition:background .18s; }
.bv-logo-cell:hover { background:var(--off); }
.bv-logo-cell:nth-child(5n)        { border-right:none; }
.bv-logo-cell:nth-last-child(-n+5) { border-bottom:none; }
.bv-logo-txt { font-family:'Manrope',sans-serif;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--bdr);user-select:none;transition:color .2s; }
.bv-logo-cell:hover .bv-logo-txt { color:var(--b2); }

/* ═══════════════════════════════════════════════
   HERO ANIMATIONS
═══════════════════════════════════════════════ */
@keyframes bv-beam    { 0%,100%{transform:translateX(-120%) skewX(-10deg)} 50%{transform:translateX(120%) skewX(-10deg)} }
@keyframes bv-gpulse  { 0%,100%{transform:scale(1);opacity:.6} 50%{transform:scale(1.15);opacity:1} }
@keyframes bv-pdot    { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.3;transform:scale(.65)} }

/* ═══════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════ */
@media (max-width: 1020px) {
  .bv-stats .et_pb_column { border-bottom: 1px solid rgba(255,255,255,.1); }
}
@media (max-width: 640px) {
  .bv-hero-section h1 { font-size: 2.2rem; }
  .bv-partner-badge   { width: 100%; }
}

/* ═══════════════════════════════════════════════
   HERO — standalone HTML block (no Divi)
═══════════════════════════════════════════════ */
/* Clip the beam animation — targets whichever section contains the canvas */
.et_pb_section:has(#hcv),
section:has(#hcv) {
  overflow: hidden !important;
}

.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(145deg, var(--b1) 0%, var(--b2) 55%, var(--b3) 100%);
  padding: 100px 5% 88px;
}
#hcv { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.beam {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(118deg, transparent 36%, rgba(255,255,255,.035) 50%, transparent 64%);
  animation: beam 10s ease-in-out infinite;
}
@keyframes beam { 0%,100%{transform:translateX(-120%) skewX(-10deg)} 50%{transform:translateX(120%) skewX(-10deg)} }
.hero-glow {
  position: absolute; width: 800px; height: 800px; border-radius: 50%;
  background: radial-gradient(circle, rgba(199,70,52,.07) 0%, transparent 70%);
  top: -200px; right: -200px; pointer-events: none;
  animation: glow-pulse 6s ease-in-out infinite;
}
@keyframes glow-pulse { 0%,100%{transform:scale(1);opacity:.6} 50%{transform:scale(1.15);opacity:1} }
.hero-in { position: relative; z-index: 1; max-width: 1160px; margin: 0 auto; }
.hero-pill {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid rgba(255,255,255,.18); border-radius: 100px;
  padding: 6px 14px; margin-bottom: 32px;
  font-size: .72rem; font-weight: 600; color: rgba(255,255,255,.8); letter-spacing: .05em; text-transform: uppercase;
  opacity: 0; animation: up .6s ease .1s both;
}
.pill-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--red); animation: pdot 2.4s ease-in-out infinite; }
@keyframes pdot { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.3;transform:scale(.65)} }
.hero-h1 {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(2.6rem, 5.2vw, 5rem);
  font-weight: 300; line-height: 1.1; letter-spacing: -.028em;
  color: #fff; max-width: 900px; margin-bottom: 26px;
}
.hero-h1 strong { font-weight: 800; }
.hero-h1 .red   { color: var(--red); }
.wd { display: inline-block; opacity: 0; transform: translateY(22px); animation: word-up .5s ease forwards; }
@keyframes word-up { to { opacity: 1; transform: none; } }
.hero-sub {
  font-size: 1.075rem; line-height: 1.72; color: rgba(255,255,255,.68);
  max-width: 540px; margin-bottom: 40px;
  opacity: 0; animation: up .7s ease .7s both;
}
@keyframes up { from{opacity:0;transform:translateY(18px)} to{opacity:1;transform:none} }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 64px; opacity: 0; animation: up .7s ease .85s both; }
.btn-r {
  background: var(--red); color: #fff; padding: 13px 30px; border-radius: var(--rsm);
  font-size: .9375rem; font-weight: 600; text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
  box-shadow: 0 4px 20px rgba(199,70,52,.38);
  transition: background .2s, transform .15s, box-shadow .2s;
}
.btn-r:hover { background: var(--red2); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(199,70,52,.5); }
.btn-g {
  background: rgba(255,255,255,.09); color: #fff; padding: 13px 30px; border-radius: var(--rsm);
  border: 1px solid rgba(255,255,255,.22); font-size: .9375rem; font-weight: 500; text-decoration: none;
  backdrop-filter: blur(8px); transition: background .2s, border-color .2s;
}
.btn-g:hover { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.5); }
.hero-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; opacity: 0; animation: up .7s ease 1s both; }
.hcard {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.11);
  border-radius: var(--r); padding: 28px 26px; text-decoration: none; display: block;
  backdrop-filter: blur(6px); transition: background .22s, border-color .22s, transform .22s;
}
.hcard:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.26); transform: translateY(-2px); }
.hcard-ey  { font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--red); margin-bottom: 10px; }
.hcard-t   { font-family: 'Manrope', sans-serif; font-size: 1.1rem; font-weight: 700; color: #fff; margin-bottom: 10px; line-height: 1.3; }
.hcard-d   { font-size: .875rem; line-height: 1.65; color: rgba(255,255,255,.58); margin-bottom: 14px; }
.hcard-lnk { font-size: .8125rem; font-weight: 600; color: rgba(255,255,255,.65); display: inline-flex; align-items: center; gap: 5px; transition: color .2s, gap .18s; }
.hcard:hover .hcard-lnk { color: #fff; gap: 9px; }
@media (max-width: 1020px) { .hero-cards { grid-template-columns: 1fr; } }
@media (max-width: 640px)  { .hero-h1 { font-size: 2.2rem; } }

/* ═══════════════════════════════════════════════
   STATS — Number Counter modules in bv-stats-section
═══════════════════════════════════════════════ */
.bv-stats-section.et_pb_section { background: #0e2e68 !important; }
.bv-stats-section .et_pb_row    { max-width: 1160px !important; }

/* Hide Divi's circular ring canvas */
.bv-stats-section .et-pb-counter-container { display: none !important; }

/* Number styling */
.bv-stats-section .et_pb_counter_amount {
  font-family: 'Manrope', sans-serif !important;
  font-size: 3.2rem !important;
  font-weight: 800 !important;
  color: #fff !important;
  line-height: 1 !important;
  margin-bottom: 8px !important;
  display: block;
  text-align: center;
}
.bv-stats-section .et_pb_counter_amount_number { color: #fff !important; }

/* Label */
.bv-stats-section .et_pb_counter_title {
  font-family: 'Inter', sans-serif !important;
  font-size: .875rem !important;
  color: rgba(255,255,255,.5) !important;
  text-align: center !important;
  margin-top: 0 !important;
}

/* Column padding + right divider */
.bv-stats-section .et_pb_column {
  padding: 16px 24px !important;
  border-right: 1px solid rgba(255,255,255,.1);
  position: relative;
}
.bv-stats-section .et_pb_column:last-child { border-right: none; }

/* Animated red underbar */
.bv-stats-section .et_pb_column::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  height: 3px; width: 0;
  background: #C74634;
  transition: width 1.2s cubic-bezier(.4,0,.2,1) .2s;
}
.bv-stats-section .et_pb_column.bv-stat-animated::after { width: 60%; }

/* ═══════════════════════════════════════════════
   PARTNER BAND
═══════════════════════════════════════════════ */
.pband { background: #fff; padding: 52px 5%; }
.pband-in { max-width: 1160px; margin: 0 auto; display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.pbadge {
  background: var(--b1); color: #fff;
  font-family: 'Manrope', sans-serif; font-size: .68rem; font-weight: 800;
  letter-spacing: .04em; text-align: center; line-height: 1.6;
  padding: 12px 18px; border-radius: 8px; white-space: nowrap; flex-shrink: 0;
  animation: badge-glow 3.5s ease-in-out infinite;
}
@keyframes badge-glow {
  0%,100% { box-shadow: 0 0 0 2px rgba(199,70,52,.35), 0 4px 16px rgba(16,59,126,.18); }
  50%      { box-shadow: 0 0 0 5px rgba(199,70,52,.65), 0 8px 28px rgba(16,59,126,.32); }
}
.ptext h3 { font-family: 'Manrope', sans-serif; font-size: 1.2rem; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.ptext p  { font-size: .9rem; color: var(--muted); line-height: 1.65; max-width: 580px; }
@media (max-width: 640px) { .pband-in { flex-direction: column; align-items: flex-start; } }


#hero-section-home .et_pb_code_inner {
	padding: 100px 10% 80px;
}

.home #hero-section-home.et_pb_section, .home #hero-section-home.et_pb_section .et_pb_row, .home #partner-section.et_pb_section, .home #partner-section.et_pb_section .et_pb_row, .home #stats-section.et_pb_section .et_pb_row {
	padding-top: 0px;
	padding-bottom: 0px;
}

.home #stats-section.et_pb_section .percent {
	margin-bottom: 0px;
}

.home #services-section span.sec-ey, .home .bv-testi span.sec-ey{
	color: #C74634;
}

.home #services-section span.sec-sub{
	color: #5B6F8A;
}

.home #services-section .et_pb_main_blurb_image {
	margin-bottom: 15px;
}

.home #services-section et_pb_row {
	padding-top: 0px;
}

.home .bv-testi .et_pb_testimonial_description_inner .et_pb_testimonial_content {
    font-variant: normal;
}

.home .bv-testi .et_pb_testimonial .et_pb_testimonial_author {
	margin-top: 0px;
}

.home #contact-section .bv-contact-l .et_pb_text > .et_pb_text_inner > p.no-space {
	margin-bottom: 0px !important;
}