.hero-banner {
  position: relative;
 align-content: center;
}
.hero-banner .top-section .btn-wrp.flex_row {
    justify-content: center;
    margin: 30px 0;
}
.hero-banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-banner .top-section .btn-wrp.flex_row {
  gap: 20px;
  align-items: center;
}
.hero-banner .content-wrapper {
  position: relative;
  z-index: 10;
}
.hero-banner .bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero-banner {
    height: 100vh;
}
.hero-banner .modal-form {
    background-color: rgba(0, 0, 0, .8);
    bottom: 0;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 20px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.hero-banner .modal-form .hhs-modal {
    text-align: left;
    vertical-align: middle;
    box-shadow: 0 0 10px #000;
    box-sizing: border-box;
    background: #f9f9f9;
    border-radius: 5px;
    max-width: 800px;
    padding: 25px 0;
    width: 100%;
    margin: 0 auto;
    color: #000;
    display: inline-block;
}
.hero-banner .modal-form::before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.05em;
    vertical-align: middle;
}
.hero-banner .modal-form .container {
    padding-left: 15px;
    padding-right: 15px;
}
.hero-banner .modal-form .col {
    padding-left: 15px;
    padding-right: 15px;
}
.pop-modal-show .modal-form {
    display: block;
    opacity: 1;
    visibility: visible;
}
.hero-banner .modal-form a.close-modal {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 30px;
    position: absolute;
    right: -12.5px;
    text-indent: -9999px;
    top: -12.5px;
    width: 30px;
}
.hhs-modal {
    position: relative;
}
@keyframes scrollDown {
    0% {
        opacity: 0;
        transform: translate(-50%)
    }

    30% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate(-50%,22px)
    }
}
.hero-banner  span.hhs-scroll-down {
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    border-radius: 50px;
    bottom: 2%;
    height: 50px;
    opacity: .4;
    width: 30px;
    z-index: 1;
}
.hero-banner span.hhs-scroll-down::before {
    animation: scrollDown 2s infinite;
    background-color: #fff;
    content: "";
    height: 10px;
    left: 50%;
    position: absolute;
    top: 8px;
    transform: translate(-50%);
    width: 2px;
}
.hero-banner  .hhs-wave-con {
    overflow: hidden;
    z-index: 100;
    color: rgba(255, 255, 255, 1);
    bottom: 0;
    position: absolute;
    width: 100%;
}

.hero-banner .hhs-wave-con .hhs-wave-module {
    display: block;
    min-width: 1366px;
    width: 103%;
    margin-bottom: -1px;
}

.hero-banner .hhs-wave-con svg {
    display: block;
    min-width: 1366px;
    width: 103%;
    transform: scaleX(-1);
    bottom: 0;
}
.hero-banner .row {
    margin-top: 90px;
}
.hero-banner .top-section .btn-wrp.flex_row .btn-pop.hs-sec-btn {
    line-height: 16.1px;
    background-color: transparent;
    border: 1px solid #fff;
}
.hero-banner .top-section {
    padding-top: 30px;
}
.hero-banner .top-section h4 {
    color: #d0d3d4;
}
.hero-banner .top-section .btn-wrp.flex_row {
    margin-top: 0;
}
.hero-banner .top-section h1.title {
    color: #d0d3d4;
}
.hero-banner .top-section h1.title {
    color: #d0d3d4;
}
html.child-theme.pop-modal-show {
    overflow: hidden;
}
.hero-banner .hhs-wave-con {
    z-index: 1;
}
.hero-banner .modal-form .hhs-modal .row {
    margin: 0;
    color: #000;
}
.hero-banner .top-section h1.title {
    color: #d0d3d4;
}
html.child-theme.pop-modal-show {
    overflow: hidden;
}
.hero-banner .hhs-wave-con {
    z-index: 1;
}
.hero-banner .modal-form .hhs-modal .row {
    margin: 0;
    color: #000;
}
.hero-banner .modal-form .col h3 {
    color: #222;
}
.child-theme .hero-banner .modal-form .col p span {
    color: #000;
}
.child-theme .hero-banner .modal-form .hsfc-Step__Content {
    padding: 0;
}
.hero-banner .modal-form .hsfc-Row {
    gap: 10px;
}
.hero-banner .modal-form .hsfc-Row label span {
    color: #d0d1d2;
}
.child-theme .hero-banner .modal-form .hsfc-Step__Content .hsfc-TextInput {
    border: 1px solid hsla(0, 0%, 80%, 0);
}
.child-theme .hero-banner .modal-form .hsfc-Step__Content  .hsfc-TextareaInput {
    background-color: #fff;
    border: 1px solid hsla(0, 0%, 80%, 0);
}
.child-theme .hero-banner .modal-form .hsfc-Step__Content .hsfc-RichText {
    color: #999;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
.child-theme .hero-banner .modal-form .hsfc-Step__Content .hsfc-CheckboxField span {
    color: #000;
    font-size: 13px;
    letter-spacing: 0;
}
.child-theme .hero-banner .modal-form .hsfc-Step__Content .hsfc-CheckboxField .hsfc-CheckboxInput {
    border-color: #969696;
    border-width: 2px;
    padding: 6px;
    : ;
}
.pop-modal-show .hdrWrap {
    z-index: 9;
}

@media(max-width:991px){
.hero-banner .modal-form:before {
    display: none;
}
	.hero-banner .modal-form {
    padding-left: 15px;
    padding-right: 15px;
}
	.hero-banner .hhs-wave-con {
    bottom: -50px;
}
}