#hero-banner {
  padding-top: 120px;
  max-height: 720px;
  min-height: 500px;
  background-color: #3567d8 !important;
  border-bottom-left-radius: 150px;
  background-image: url(../images/first-circle.svg), url(../images/second-circle.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: -135px 120px, right 130px;
  background-size: contain, contain; }
  @media (max-width: 1199px) {
    #hero-banner {
      border-bottom-left-radius: 0px; } }
  #hero-banner .row {
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      #hero-banner .row {
        display: block; } }
    @media (max-width: 991px) {
      #hero-banner .row .hero-section {
        text-align: center; } }
    #hero-banner .row .hero-section h1 {
      font-size: 70px;
      line-height: 80px;
      font-weight: 800; }
      @media (max-width: 991px) {
        #hero-banner .row .hero-section h1 {
          font-size: 37px;
          line-height: 45px; } }
    #hero-banner .row .hero-section p {
      font-weight: 400; }
      @media (max-width: 991px) {
        #hero-banner .row .hero-section p {
          font-size: 16px; } }
    #hero-banner .row .hero-section .btn-box .btn-white {
      color: #3567d8;
      border-radius: 32px;
      padding: 5px 28px;
      text-transform: capitalize;
      letter-spacing: 0px; }
    #hero-banner .row .video-section .video-link {
      position: absolute;
      width: 100%;
      height: 100%;
      transform: translateY(60px);
      opacity: 0;
      z-index: 3;
      padding-top: 30px; }

/*# sourceMappingURL=hero_banner.css.map */
