:root {
  --bs-gray: #302E2E;
  --bs-primary: #850b1a;
  --bs-secondary: #0DAEAE;
  --bs-light: #e86868;
  --bs-dark: #5c0712;

  --bs-primary-rgb: 174, 13, 13;
  --bs-secondary-rgb: 13, 174, 174;
  --bs-light-rgb: 232, 104, 104;
  --bs-dark-rgb: 107, 7, 7;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-rgb: 129, 129, 129;

  --bs-font-sans-serif: "Open Sans", sans-serif;
  --bs-gradient: linear-gradient(180deg, #b60909, #1B245C);

  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 17px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.75;
  --bs-body-color: #141529;
  --bs-body-bg: #fff;

  --bs-border-radius: 30px;

  --byf-header-font: 'Outfit', sans-serif;

  --hcm-font-size: 18px;
  --hcm-font-weight: 500; 
  --hcm-primary-dark: #0f163d;
  --hcm-body-color: #040404;
  }

  
body.hcm {
  --bs-primary: var(--hcm-primary-dark);
  --bs-secondary: var(--hcm-primary-dark);
  --byf-pop: var(--byf-pop-hcm);

}
  
  
  /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  a11y Styles
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
  #skip-navigation {
  background: #fff;
  color: #000;
  left: 0;
  padding: .5em;
  position: absolute;
  top: -1000px;
  transition: all .3s ease;
  z-index: 11;
  }
  
  a:not(.btn, .nav-link):focus-visible {
  outline: 2px solid var(--bs-primary);
  }
  
  :is(#footer-top, #footer-bottom) a:not(.btn, .nav-link):focus-visible {
  outline: 2px solid var(--bs-secondary);
  }
  
  :is(.btn-default, .btn-primary, .btn-secondary):focus-visible {
  outline: 2px solid var(--bs-primary) !important;
  outline-offset: 1px;
  }
  
  #hc-toggle {
  align-items: center;
  background: var(--bs-primary);
  border: 2px solid #FFF;
  border-radius: .1875rem;
  bottom: 1rem;
  box-shadow: 0 1px 1px rgba(0,0,0,.05), 0 2px 2px rgba(0,0,0,.05), 0 4px 4px rgba(0,0,0,.05), 0 8px 8px rgba(0,0,0,.05), 0 16px 16px rgba(0,0,0,.05);
  color: #FFF;
  display: flex;
  font-size: 1.75rem;
  justify-content: center;
  height: 3rem;
  left: 1rem;
  outline: 0;
  position: fixed;
  transition: all .3s ease;
  width: 3rem;
  cursor: pointer;
  z-index: 999;
  }
  
  #hc-toggle i {
  font-size: 1.75rem;
  }
  
  #hc-toggle:is(:hover, :focus, :focus-visible) {
  background: #FFF;
  border-color: var(--bs-secondary);
  color: var(--bs-secondary);
  }
  
  .sr-only {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
  }
  
  .hcm :is(h1, h2, h3, h4, h5, h6, h2 > a, h3 > a, h4 > a) {
      color: var(--hcm-primary-dark);
      font-weight: 600;
  }
  
  .hcm :is(p, a, ul, li):not(.btn, .btn-primary, .btn-secondary) {
      color: var(--hcm-body-color);
      font-weight: 500;
  }
  
  .hcm :is(a, a:active,
  a:focus, a:visited) {
      font-weight: 600;
      text-decoration: underline;
  }
  
  @media (max-width: 767px){
      .sr-only-sm {
          border: 0;
          clip: rect(0 0 0 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px;
      }
  }

/*=====================
TYPOGRAPHY/DEFAULT
======================*/
  
h1, h2, h3, h4, h5, [class*=display-] {
  font-family: var(--byf-header-font);
  font-weight: 600;
}

h1 {
font-size: 3rem;
}

h2 {
font-size: 2.5rem;
}

h3 {
font-size: 2rem;
}

h4 {
font-size: 1.75rem;
}

[class^=fs-]:not([class^=fa-]):not([class*=display-]) {
  font-family: var(--bs-font-sans-serif);
}

#main p, #footer p {
  line-height: var(--bs-body-line-height);
  font-weight: var(--bs-body-font-weight);
}

#main {
padding: 0 1rem;
}

#main > section {
padding: 6rem 0 7rem;
}

.btn {
border-radius: var(--bs-border-radius);
border-width: 3px;
}

.bg-light {
  background-color: var(--bs-light) !important;
}

.bg-primary {
background: var(--bs-primary) !important;
}

.bg-secondary {
 background-color: var(--bs-secondary) !important;
}

.bg-dark .bg-dark, .bg-dark  {
  background-color: var(--bs-dark) !important;
}

.bg-gray {
background: var(--bs-gray) !important;
}

a, a:is(:focus, :active) {
  color: rgb(131, 50, 100);
}

a:hover {
color: var(--bs-secondary)
}

.text-primary {
  color: var(--bs-primary) !important;
}

.text-secondary {
  color: var(--bs-secondary) !important;
}

.btn-primary {
background: var(--bs-primary);
border-color: var(--bs-primary);
}

.btn-primary:hover {
color: var(--bs-dark);
background-color: #fff;
border-color: var(--bs-secondary);
}

.btn-secondary {
 background: #fff;
 color: var(--bs-primary);
 border-color: var(--bs-primary);
}

.btn-secondary:hover {
background: var(--bs-primary);
color: #fff;
border-color: var(--bs-primary);
}

#pageContent a {
  color: var(--bs-primary);
  font-weight: 600;
  text-decoration: underline;
}

a {
    text-decoration: none;
}

#pageContent li {
font-weight: 300;
}

.btn-lg {
  font-size: 1rem;
  font-weight: 600;
  padding: .65rem 2.25rem;
}

.btn-light {
  background-color: var(--bs-light);
  border-color: var(--bs-light);
  color: var(--bs-dark);
}

.btn-dark{
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
  color: var(--bs-light);
}

.visible-xs {
display: none;
}

.card {
padding: 1.5rem 2.5rem;
display: block;
border: 0;
border-radius: 10px;
box-shadow: 0 4px 6px 0px rgb(0 0 0 / 20%);
}

.form-control {
  border: 1px solid #d3d3d3;
  border-radius: 30px;
  color: #404040;
  display: block;
  font-size: 0.875rem;
  margin: 5px 0 7px;
  padding: .5rem .875rem;
}

/*==Elfsight Overrides==*/

.gbEcCq, .daGUgx, .dDKUah {
    height: auto !important;
}

.iFHivR {
    height: auto !important;
}

/*=====================
NAVBAR
======================*/

#header {
  position: relative;
  z-index: 5;
}

#topbar {
  background: var(--bs-primary);
  display: flex;
}

#topbar ul {
  display: flex;
  justify-content: flex-end;
  color: #fff;
  list-style: none;
  margin: 0.5rem 0 0.5rem auto;
  align-items: center;
}

#topbar li {
  margin-right: 10px;
}

.nav-link {
  color: var(--bs-dark);
  font-weight: 500;
  margin-right: 25px;
  font-size: 1rem;
}

.cta-btn {
  flex-basis: 15%;
}

.cta-btn .btn-primary {
    margin-left: auto;
    width: 100%;
    padding: 13px 0;
}

.topbar-link {
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
}

.hcm #topbar .topbar-link {
  color: #fff;
}

.topbar-link svg {
  margin-right: 8px;
}

.navbar-toggler {
  border: none;
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #BE2033;
}

.navbar-nav {
  text-align: center;
}

.dropdown-menu {
  text-align: center;
  border-radius: 10px;
}

.dropdown-item {
  padding: 0.5rem 1rem;
  border: 0;
  text-align: left;
}

/*=====================
HERO SECTION
======================*/

.carousel-item {
    min-height: 450px;
}

.highlight {
  color: var(--bs-primary);
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

/*===============
AFFILIATES SECTION
===============*/

section#affiliates {
  padding: 4rem 3rem 5rem;
}

#affiliates .container {
  background-color: #F1F3FF;
  border-radius: 25px;
}


/*===============
INDEX SECTION
===============*/

.index-img {
  display: block;
  margin: 0 auto 3rem;
  max-width: 500px;
  float: left;
}

/*=============
SERVICES
=============*/

section#services {
  background-color: #810e1ce3;
  border-radius: 5%;
  padding: 6rem 0 7rem;
}

#services h3 {
  font-weight: 500;
}

#services .card-icon {
  width: 75px;
}

.header-container {
  max-width: 880px;
  margin: 0 auto;
}

.card-icon {
  margin: 2rem auto;
}

.card > hr {
  height: 1px;
  background: var(--bs-primary);
}

#services .card :is(h3, p){
  color: var(--bs-dark);
}

#services a:hover .card {
    background: var(--bs-dark);
}

#services a:hover .card :is(h3, p, .fas) {
    color: #fdfdfd !important;
}

.fPlwDr {
    height: 100px !important;
}

/*==============
TEAM
=============*/

#team .img-holder {
  border-radius: 10%;
  background: linear-gradient(#D1D6F1, #384DC2);
  overflow: hidden;
}

section#team {
  padding: 9rem 0 7rem;
}

/*==============
APPROACH
=============*/

#approach .container {
  max-width: 1024px;
}

#approach .card {
  max-width: 350px;
  padding: 3.25rem 3rem;
  margin: 2rem 0;
  background: var(--bs-gradient);
}

#approach .card :is(h3, p, a){
color: #fff;
text-align: left;
}

#approach .card h3 {
font-size: 1.75rem;
font-weight: 400;
}

#approach .card .btn {
background: #fff;
color: #141529;
border: 2px solid #384DC2;
margin-right: auto;
width: 165px;
text-align: center;
display: block;
}

#approach .card .step {
position: absolute;
right: -25px;
top: -25px;
background: #fff;
border-radius: 50px;
text-align: center;
width: 60px;
height: 60px;
padding: 0.7rem 0.75rem;
font-weight: 700;
font-size: 1.5rem;
box-shadow: 0 4px 6px 0px rgb(0 0 0 / 20%);
}

#approach .card-holder:nth-of-type(even) .step {
left: -25px;
}

#approach .line.vertical {
content: "";
height: 100%;
position: absolute;
left: 50%;
top: 0%;
width: 3px;
background: linear-gradient(180deg, transparent 1%, #384DC2 15%, #1B245C 84%, transparent 98%);
}

#approach .line {
position: absolute;
top: 50%;
left: 30%;
content: "";
height: 2px;
width: 200px;
background: var(--bs-primary);
z-index: -1;
}

#approach .card-holder:nth-of-type(even) .line {
left: 50%;
}

#approach .btn-primary {
margin: 2rem auto 1rem;
display: block;
width: 175px;
}


/*==============
TESTIMONIALS
=============*/

#testimonials {
  background-color: #810e1ce3;
  border-radius: 5%;
}

/*==============
INNER PAGES
=============*/

.overlay-img {
  background: no-repeat url(../site_images/vector-bg.svg) 100% 61%;
  width: 106%;
  z-index: 0;
  position: absolute;
  top: -300px;
  height: 800px;
  right: 0;
  opacity: 0.175;
}

section#inner-hero {
  padding: 7rem 6rem;
  background: linear-gradient(90deg, #0DAEAE, #036b6b);
  position: relative;
}

.text-area {
  text-align: left;
  margin-bottom: 2rem;
  z-index: 1;
}

#inner-hero :is(h1, p) {
  color: #fff;
  text-align: left;
}

#inner {
  position: relative;
  z-index: 5;
}

#inner article {
  flex-basis: 70%;
  padding: 4rem 1.75rem 4rem 0;
}

#inner aside {
  flex-basis: 30%;
  padding: 4rem 0.5rem;
}

.sidebar {
    box-shadow: 0px 4px 16px -4px #191e376b;
    border-radius: 20px;
    padding: 2rem 3rem;
}

.sidebar .sidebar-icon {
  width: 65px;
  margin-right: 20px;
}

.sidebar .sidebar-header {
  display: flex;
  margin-bottom: 10px;
  font-weight: 500;
}

.sidebar-section {
  padding: 2rem 0;
}

.sidebar-section:not(:last-child){
  border-bottom: 1px solid #384dc278;
}

.inner-divider {
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: var(--bs-gradient);
}

/*==============
FOOTER
=============*/

footer .nav-link {
    color: var(--bs-primary);
    line-height: 1;
}


#copyright {
  border-bottom: 6px solid #384DC2;
}

.social-media {
  list-style: none;
}

.social-media a {
  background: var(--bs-primary);
  padding: 5px 8px;
  color: #fff;
  margin-right: 10px;
  border-radius: 5px;
}

.hcm #footer .social-media a {
  color: #fff;
}

@media (max-width: 800px) {

.dropdown-menu {
  text-align: center;
  border: none;
}

.dropdown-item {
  padding: 0.5rem;
  border: 0;
  text-align: center;
}

section#inner-hero {
  padding: 4rem 3rem;
}

#inner article {
  flex-grow: 1;
  padding: 4rem 2rem;
}

#inner aside {
  padding: 4rem 2rem;
  flex-grow: 1;
}

}

@media (max-width: 599px) {

#main {
  padding: 0 0.25rem;
}

#main > #hero {
  padding: 1rem 0 4rem;
}

#affiliates .d-flex {
  flex-direction: column;
}

#hero .btn {
  display: block;
  width: 200px;
  margin: 1rem auto;
}

.hero-image {
  max-width: 90%;
  text-align: center;
}

#approach .line {
  display: none;
}

#hero .row {
  justify-content: center;
}

#team .btn {
  display: block;
  width: 200px;
  margin: 0 auto 2rem;
}

#approach .card-holder .step {
  left: -25px;
}

section#team {
  padding: 9rem 0 0;
}

#approach .d-flex {
  align-items: center;
}

.cta-btn {
  display: none;
}

.navContainer img {
    display: none;
}

#splashImage > img {
  max-width: none;
  width: auto !important;
}

#header .navContainer {
    position: relative;
}

.visible-xs {
   display: block;
   width: 65px;
}

}