 #myCarousel .carousel-caption p {
  font-weight: 600;    
}

.navbar-logo {
    max-width: 200px;
}

#affiliates p {
    max-width: 330px;
    text-align: left;
}

#affiliates {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.affiliates {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}


#affiliates .animate-up .animated {
    padding: 0.8rem;
}

#services {
    background: linear-gradient(90deg, #fc671a 0%, #ffb23f 100%);
}

#call-to-action h3 span {
    color: #db8710;
    font-size: 2.5rem;
}

@media (max-width: 767px) {
    #call-to-action .bg-2 {
        bottom: 0px;
        left: 0px;
        right: 0px;
        top: 40%;
        position: absolute;
        background: #fff;
    }
}




#sidebar a.btn-primary {
background: #222;
color: #fff;
}




  .services-accordion{
    max-width:980px;
    margin:0 auto;
    font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
    color:#111;
  }

  .acc-item{
    padding:26px 0;
    border-top:1px solid rgba(0,0,0,.08);
  }
  .acc-item:first-child{ border-top:0; }

  /* summary layout */
  .acc-summary{
    list-style:none; /* Firefox */
    display:grid;
    grid-template-columns:72px 1fr;
    gap:18px;
    align-items:start;
    cursor:pointer;
  }

  /* hide default marker */
  .acc-summary::-webkit-details-marker{ display:none; }
  .acc-summary::marker{ content:""; }

  .acc-icon{
    width:64px;
    height:64px;
    object-fit:contain;
  }

  .acc-heading{ margin-top:2px; }

  .acc-title{
    margin:0;
    font-size:clamp(1.2rem,1.5vw,1.65rem);
    font-weight:800;
    line-height:1.2;
  }

  .acc-learn{
    margin-top:10px;
    display:inline-flex;
    align-items:center;
    gap:10px;
  }

  .acc-dash{
    font-weight:800;
    font-size:1.2rem;
    transform:translateY(-1px);
    color:#111;
  }

  .acc-link{
    color:#ff6a00;
    font-weight:800;
    font-size:1.05rem;
  }

  .acc-panel{
    padding-left:calc(72px + 18px);
    margin-top:12px;
  }

  .acc-list{
    margin:10px 0 14px 1.1rem;
  }
  .acc-list li{
    margin:8px 0;
    font-size:1.05rem;
  }

  .acc-local{
    margin:0;
    color:#444;
    font-size:1.05rem;
    line-height:1.55;
  }


  details[open] .acc-link{ text-decoration:underline; }

  @media (max-width:640px){
    .acc-summary{
      grid-template-columns:56px 1fr;
      gap:14px;
    }
    .acc-icon{ width:52px; height:52px; }
    .acc-panel{ padding-left:calc(56px + 14px); }
  }

a.btn.btn-lg.btn-primary {
    margin-top: 0.5rem;
}


.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .8;
}