html {
    scroll-behavior: smooth !important;
}
body {
    background-color: #f3f3f3;
    scroll-behavior: smooth !important;
}
a {
    color: #6a0dad;
    text-decoration: none;
    transition: 0.5s;
}
a:hover, a:active, a:focus {
    color: #6a0dad;
    outline: none;
    text-decoration: none;
}
.navbar, .footer {
    background-color: #6a0dad;
    color: white;
}
.hero {
    background-color: #dda0dd;
    color: white;
}
.section {
    padding: 60px 0;
    position: relative;
}
.section-title {
    margin-bottom: 40px;
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #6a0dad;
    text-transform: uppercase;
    text-align: center;
}
.section-title::after {
    content: '';
    width: 80px;
    height: 3px;
    background: #6a0dad;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}
.carousel-item img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}
.footer {
    padding: 20px 0;
}
.media-coverage, .contact {
    background-color: #e6e6fa;
}
.icon-box {
    margin-bottom: 20px;
    text-align: center;
}
.icon-box i {
    font-size: 48px;
    color: #6a0dad;
    margin-bottom: 15px;
}
.icon-box h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.icon-box p {
    font-size: 16px;
    color: #333;
}
.section img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.carousel-control-prev, .carousel-control-next {
    /* opacity: 1; */
    background-color: #333333cc;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
}

#about .about-img {
    width: 100%;
    height: 23rem;
    object-fit: cover;
    border-radius: 10px;
    object-position: center;
}

@media (max-width: 768px) {
    #about .about-img {
        height: auto;
    }
}

.map {
    height: 20rem;
  }
  
  .map iframe {
    pointer-events: none;
    height: 100%;
    width: 100%;
    border: 0;
  }
  
  @media (max-width: 992px) {
    .map {
      height: 75%;
    }
  }

  @media (max-width: 768px) {
    .map {
      height: 20rem;
    }
  }

  .contact-img {
    width: 100%;
    height: 25rem !important;
    object-fit: cover;
    border-radius: 10px;
    object-position: center;
  }

  @media (max-width: 768px) {
    .contact-img {
        height: auto !important;
    }
}

.hFixFabFlex {
    position: fixed;
    bottom: 16px;
    right: 8px;
    z-index: 5566;
    /*  */
    display: flex;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }
  
  .hFixFabFlex > a {
    display: block;
    text-align: center;
  }
  
  .hFab {
    width: 48px;
    height: 48px;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #777777;
    /*  */
    border-radius: 64px;
    box-shadow: 0px 2px 3px 0px #66666666;
    overflow: hidden;
    transition: 0.2s all;
    margin-top: 16px;
    margin-right: 6px;
    margin-left: 16px;
    
  }
  
  .hFab:hover {
    box-shadow: 1px 3px 4px 0px #666666cc;
  }
  
  .hFabHome {
    background-color: #666;
  }
  
  .hFabPhone {
    background-color: #ad9a88;
  }
  
  .hFabIg {
    /* background-color: #c0ab96; */
    background: linear-gradient(to top left, #7647acda, #efefe9);
  }
  
  .hFabLine {
    /* background-color: #d6bfa8; */
    background: linear-gradient(to top left, #7647acda, #efefe9);
  }
  
  .hFabFacebook {
    /* background-color: #ebd2b9; */
    background: linear-gradient(to top left, #7647acda, #efefe9);
  }
  

.scroll-to-top {
    /* position: fixed;
      right: 15px;
      bottom: 15px; */
    display: none;
    /* width: 50px;
      height: 50px; */
    /* text-align: center;
      color: #fff; */
    background: linear-gradient(to top left, #7647acda, #efefe9);
    /* line-height: 45px; */
  }
  
  /* .scroll-to-top:focus,
  .scroll-to-top:hover {
      color: #fff;
  } */
  
  .scroll-to-top:hover {
    background: #343a40;
  }
  
  .scroll-to-top i {
    font-weight: 800;
  }

  #loans h3 {
    color: #7647ac;
    border-left: 5px solid #7647ac;
    padding-left: 10px;
  }

  .btn-outline-primary {
    color: #7647ac;
    border-color: #7647ac;
  }
  
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #7647ac;
    border-color: #7647ac;
  }
  .btn-wrap {
    word-wrap: break-word;
    white-space: normal;
  }
  .footer a {
    color: white;
  }
  .footer a:hover {
    color: white;
  }