.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url("../images/banner.png");
  background-size: cover;
  min-height: 100vh;
  background-position: center; }
  .banner-text {
    color: #E4E4E4;
    font-size: 18px; }

.title {
  display: inline-block;
  color: #752016;
  font-size: 48px;
  font-weight: 700;
  background-color: #fff;
  padding: 8px 16px; }

.practice-area {
  padding: 100px 0;
  background-size: cover;
  background-image: url("../images/practice-banner.png"); }

.h-process-tab {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .h-process-tab .nav-link {
    color: #2a2a2a;
    font-size: 20px;
    padding: 16px 32px;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #f2f2f2;
    border-radius: 0; }
    .h-process-tab .nav-link:hover {
      border-bottom: 2px solid #752016; }
  .h-process-tab .nav-item {
    width: 33.33%; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #752016;
  border-radius: 0; }

.practice-area-list {
  position: relative;
  top: -62px; }
  .practice-area-list-style {
    list-style-type: disc; }
  .practice-area-list-name {
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px; }
    .practice-area-list-name i {
      font-size: 14px;
      margin-right: 8px; }

.h-process-content {
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  padding: 40px 60px; }
  .h-process-content li {
    margin-bottom: 12px; }

.form-group {
  margin-bottom: 24px; }

.form-control {
  border-radius: 0;
  padding: 16px 24px; }

.prac-are {
  background-color: #fff;
  /* &-list {
       border: 1px solid rgb(242, 242, 242);
        padding: 40px;
  }*/ }
  .prac-are-img {
    height: 80px;
    margin-bottom: 24px; }
  .prac-are-title {
    color: #752016;
    font-size: 24px;
    font-weight: 600; }

.heading-icon {
  color: #fff;
  font-size: 40px; }

.arrow-down {
  display: inline-block;
  transform: rotate(90deg); }

.text-small {
  font-size: 13px; }

@media (max-width: 991.98px) {
  .title {
    font-size: 24px; }

  .banner {
    min-height: 50vh; }

  .solution-banner {
    min-height: 350px;
    padding-top: 100px; }

  .solution-banner:after {
    content: "";
    width: 90%;
    height: 300px;
    top: 225px; }

  .h-process-tab .nav-item {
    width: 50%; }

  .h-process-tab .nav-link {
    font-size: 16px; }

  .h-process-content {
    padding: 32px; }

  .practice-area-list-name {
    font-size: 16px; } }

/*# sourceMappingURL=home.css.map */
