.ic-banner-area {
    padding: 300px 0px;
    position: relative;
  }
  @media only screen and (max-width: 1399.98px) {
    .ic-banner-area {
      padding: 200px 0px;
    }
  }
  @media only screen and (max-width: 1366px) {
    .ic-banner-area {
      padding: 188px 0px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .ic-banner-area {
      padding: 100px 0px;
    }
  }
  .ic-banner-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
  }
  
  .ic-banner-content {
    position: relative;
    padding-left: 75px;
  }
  @media only screen and (max-width: 480px) {
    .ic-banner-content {
      padding-left: 32px;
    }
  }
  .ic-banner-content .title {
    position: relative;
  }
  @media only screen and (max-width: 767.98px) {
    .ic-banner-content .title {
      font-size: 48px;
      line-height: 104px;
    }
  }
  @media only screen and (max-width: 480px) {
    .ic-banner-content .title {
      font-size: 36px;
      line-height: 104px;
    }
  }
  .ic-banner-content .title::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 60px;
    background-color: #d9d9d9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    top: 28px;
    left: -30px;
  }
  .ic-banner-content .sub-title {
    text-transform: capitalize;
    width: 70%;
  }
  @media only screen and (max-width: 480px) {
    .ic-banner-content .sub-title {
      font-size: 16px;
      line-height: 24px;
    }
  }