section.hero-section.home-page-bg {
  padding: 50px 0px 80px 0px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  section.hero-section.home-page-bg .carousel-indicators {
    justify-content: start;
    padding-left: 0;
    margin-right: 9%;
    margin-left: 9%;
    bottom: 30px; }
    section.hero-section.home-page-bg .carousel-indicators li {
      width: 6px;
      height: 6px;
      border-radius: 100% !important;
      border: 3px solid #fff;
      margin-right: 11px;
      opacity: 1; }
    section.hero-section.home-page-bg .carousel-indicators .active {
      opacity: 1;
      background: #254092 !important; }
  section.hero-section.home-page-bg .home-bg-main {
    color: #fff;
    display: flex;
    align-items: center;
    min-height: auto !important; }
    @media only screen and (max-width: 1023px) {
      section.hero-section.home-page-bg .home-bg-main {
        color: #fff;
        display: flex;
        align-items: center; } }
    section.hero-section.home-page-bg .home-bg-main .home-bg-content p {
      width: 90%;
      font-size: 16px;
      line-height: 20px; }
    section.hero-section.home-page-bg .home-bg-main .home-bg-content h2 {
      font-size: 90px;
      line-height: 1;
      margin-bottom: 10px; }
      @media only screen and (max-width: 880px) {
        section.hero-section.home-page-bg .home-bg-main .home-bg-content h2 {
          font-size: 70px; } }
    section.hero-section.home-page-bg .home-bg-main .home-bg-content h3 {
      font-size: 16px; }
    section.hero-section.home-page-bg .home-bg-main .home-bg-content button {
      border: none;
      color: #fff;
      background: #6688E1 0% 0% no-repeat padding-box;
      border-radius: 50px;
      opacity: 1;
      padding: 14px 30px;
      width: 215px;
      margin-top: 10px;
      transition: 0.3s; }
      section.hero-section.home-page-bg .home-bg-main .home-bg-content button:hover {
        background: #5B7BCE; }
      section.hero-section.home-page-bg .home-bg-main .home-bg-content button:focus, section.hero-section.home-page-bg .home-bg-main .home-bg-content button:active:focus {
        outline: none; }
      section.hero-section.home-page-bg .home-bg-main .home-bg-content button .home-btn-link {
        border: none;
        color: #fff;
        background: #6688E1 0% 0% no-repeat padding-box;
        border-radius: 50px;
        opacity: 1;
        padding: 14px 30px;
        width: 215px;
        margin-top: 10px;
        transition: 0.3s;
        display: block;
        text-align: center; }
        section.hero-section.home-page-bg .home-bg-main .home-bg-content button .home-btn-link:hover {
          background: #5B7BCE;
          text-decoration: none;
          color: #fff; }
  section.hero-section.home-page-bg .sl-sidebar {
    width: 100%;
    background: rgba(255, 255, 255, 0.65); }
    section.hero-section.home-page-bg .sl-sidebar .sl-sidebar-header {
      padding: 23px 34px;
      background: #6688E1 0% 0% no-repeat;
      color: white; }
      section.hero-section.home-page-bg .sl-sidebar .sl-sidebar-header h2 {
        font-family: 'Poppins', sans-serif;
        margin: 0px;
        font-size: 20px;
        line-height: 28px;
        font-weight: normal; }
      section.hero-section.home-page-bg .sl-sidebar .sl-sidebar-header p {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        line-height: 20px;
        margin: 0px; }
    @media only screen and (max-width: 767px) {
      section.hero-section.home-page-bg .sl-sidebar {
        display: none; } }
    section.hero-section.home-page-bg .sl-sidebar .sl-links {
      list-style-type: none;
      margin-bottom: 0px;
      padding: 23px 23px 12px 23px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      section.hero-section.home-page-bg .sl-sidebar .sl-links li {
        margin: 0px;
        transition: 0.3s;
        text-align: center;
        width: calc(50% - 8px);
        box-shadow: 0px 3px 6px #00000029;
        margin-bottom: 22px;
        background: white;
        line-height: normal;
        height: 65px; }
        section.hero-section.home-page-bg .sl-sidebar .sl-links li:last-child {
          margin-bottom: 0px; }
        section.hero-section.home-page-bg .sl-sidebar .sl-links li a {
          font-family: 'Poppins',sans-serif;
          display: inline-block;
          position: relative;
          width: 100%;
          color: #919191;
          font-size: 15px;
          font-weight: bold;
          letter-spacing: 0;
          text-transform: capitalize;
          min-height: 65px;
          padding: 10px;
          white-space: break-spaces; }
          section.hero-section.home-page-bg .sl-sidebar .sl-links li a span {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 100%;
            transform: translate(-50%, -50%); }
          section.hero-section.home-page-bg .sl-sidebar .sl-links li a.active, section.hero-section.home-page-bg .sl-sidebar .sl-links li a:hover {
            text-decoration: none;
            background-color: #254092;
            color: white; }
