html, body {
    overflow-x: hidden !important;
}

a{
    color: #3088fb;
    font-weight: bold;
}

a:hover{
    color: black;
}


.ftco-nav .top-menu {
    padding: 28px 0;
    background: #000000b0;
}
/* Wrapper */

.hero-img-wrap {
  position: relative;
  width: 100%;
  height: auto;           /* change if you want bigger/smaller banner */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 114px;
}


/* Banner Image */
.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;       /* keeps center focus */
  object-position: center;
}

/* Dark overlay */
.hero-img-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  /*background: rgba(0, 0, 0, 0.45);*/
  z-index: 1;
}

/* Centered Text */
.hero-text {
  position: absolute;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 1rem;
  max-width: 900px;
}

/* Responsive H1 */
.hero-text h1 {
    /* font-size: clamp(1.8rem, 6vw, 3.6rem); */
    font-weight: 700 !important;
    margin-bottom: 0.5rem;
    line-height: 1.1;
    font-size: 55px;
    color: #3088fb;
}


.law-section .law-heading {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 20px;
}

.law-section p {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    margin-bottom: 15px;
}

.law-section .lead {
    font-size: 18px;
    line-height: 28px;
      font-weight: 600;
    color: #3088fb;
    margin-bottom: 15px;
}


.law-section .law-img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}


.law-help-section h2 {
   text-align: center;
    font-size: 32px;
   font-weight: 700 !important;
    margin-top: 35px;
    margin-bottom: 20px;
}

.law-help-section .list-heading {
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 15px;
}

.law-help-section p {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    margin-bottom: 15px;
}

.law-help-section ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
  
}

.law-help-section ul li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
      color: black;
}

.law-help-section .law-img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}


.online-law-section h2 {
      text-align: center;
    font-size: 32px;
    margin-top: 35px;
    font-weight: 700 !important;
    margin-bottom: 25px;
}

.online-law-section p {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    margin-bottom: 15px;
}

.online-law-section ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.online-law-section ul li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
    color: black;
}


.law-assist-section h2 {
   text-align: center;
    font-size: 32px;
    margin-top: 35px;
    font-weight: 700 !important;
    margin-bottom: 25px;
}

.law-assist-section p {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    margin-bottom: 15px;
}


.law-assist-section ul li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
    color: black;
}


.law-assist-section .list-heading {
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
    #ftco-offcanvas .nav-link {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
}
.hero-img {
    height: 23rem;
}
 .hero-text h1 {
    font-size: 36px;
    }

}


@media screen and (max-width: 767px) {
    
    .hero-text h1 {
    font-size: 26px;
    }
    .hero-img {
    height: 13rem;
    }
    .law-section .law-heading {
    font-size: 20px;
    }
    .law-help-section h2 {
    text-align: center;
    font-size: 24px;
    }
    .law-help-section h2 {
    font-size: 24px;
    }
    .online-law-section h2 {
    font-size: 22px;
    }
    .law-assist-section h2 {
    font-size: 22px;
    }
}

