/*hero-banner-styles*/

.hero-banner,
.hero-banner-background-holder {
    position: relative;
}

.hero-banner-text-inner-inner {
    position: relative;
    z-index: 1;
}

.hero-banner-background-holder::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9752275910364145) 0%, rgb(0 0 0 / 56%) 29%, rgba(0, 0, 0, 0) 61%);
    z-index: -1;
}

.hero-banner-background-holder>.hero-banner-background {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-banner-text-inner {
    padding: 300px 20px 40px;
    text-align: center;
}

.hero-banner-text-inner * {
    color: #fff;
}

.hero-banner-text-inner>h1 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 400;
    position: relative;
    line-height: 1.1;
    font-family: "Muli", sans-serif;
}

.hero-banner-text-inner>h1 br {
    display: none;
}

.hero-banner-text-inner>.para>p {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    font-family: "Lora", serif;
}

.hero-banner-text-inner>.para>p:last-child {
    margin-bottom: 0;
}


/*form styles*/

.hero-banner-form-wrapper {
    padding: 50px 20px 30px;
    background-color: #fff;
    box-shadow: 1px 10px 20px #c3c3c3;
}

.hero-banner-form-wrapper .gform_heading {
    display: none;
}

.hero-banner-form-wrapper input,
.hero-banner-form-wrapper textarea {
    padding: 10px 15px !important;
    border: 1px solid #818181;
    border-radius: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    min-height: 42px !important;
    max-height: 65px;
    height: 100%;
    display: block;
    width: 100% !important;
    color: #000;
    font-size: 16px !important;
    font-family: "Muli", sans-serif;
}

.hero-banner-form-wrapper input::placeholder,
.hero-banner-form-wrapper input::-moz-placeholder,
.hero-banner-form-wrapper input::-webkit-input-placeholder,
.hero-banner-form-wrapper textarea::placeholder,
.hero-banner-form-wrapper textarea::-moz-placeholder,
.hero-banner-form-wrapper textarea::-webkit-input-placeholder {
    color: #9c9c9c;
    font-size: 14px;
    opacity: 1;
    font-family: "Muli", sans-serif;
}

.hero-banner-form-wrapper .gform_button {
    box-shadow: none;
    border: 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    min-height: 55px !important;
}

.hero-banner-form-wrapper .gform_button:hover {
    background-color: #272f44;
}

.hero-banner-wrapper {
    margin-top: 70px;
}

@media (min-width: 500px) {
    .hero-banner-text-inner {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (min-width: 767px) {
    .hero-banner-wrapper {
        display: flex;
        align-items: end;
        padding: 150px 40px 50px;
        margin-top: 0;
    }
    .hero-banner-text-holder {
        width: 100%;
        padding-right: 25px;
        box-sizing: border-box;
    }
    .hero-banner-form-holder {
        max-width: 490px;
    }
    .hero-banner-text-inner {
        padding: 0;
        max-width: 100%;
        text-align: left;
    }
    .hero-banner-background-holder.mobile::after {
        display: none;
    }
    .hero-banner>.custom-container-holder {
        padding: 0 50px;
    }
    .hero-banner-form-wrapper {
        box-shadow: none;
        padding: 30px 15px 5px;
        max-width: 500px;
        margin-left: auto;
    }
    .hero-banner-background.mobile {
        display: none;
    }
    .hero-banner-background-holder::after {
        display: none;
    }
    .hero-banner-text-inner>h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .hero-banner-text-inner>h5 {
        font-size: 23px;
        margin: 15px 0 30px;
    }
    .hero-banner-background-holder>.hero-banner-background {
        object-position: top left;
    }
    .home-bg-img-position-style.hero-banner-background-holder>.hero-banner-background {
        object-position: top 0 right -9vw;
    }
    .home-style-2.hero-banner-background-holder {
        background-color: #000;
    }
    .home-style-2.hero-banner-background-holder>img {
        z-index: 1;
        object-fit: contain;
        margin-top: 100px;
    }
    .home-style-2.hero-banner-background-holder .home-container-holder * {
        z-index: 2;
    }
}

@media (min-width: 990px) {
    .hero-banner-text-inner>h1 br {
        display: block;
    }
    .hero-banner-text-inner>h1 {
        max-width: 490px;
    }
    .hero-banner-text-inner>h5 {
        font-size: 25px;
        margin: 24px 0 20px;
        max-width: 100%;
    }
    .hero-banner-text-inner>h1 {
        font-size: 35px;
    }
    .hero-banner-text-inner>.para {
        max-width: 490px;
    }
    .hero-banner-form-wrapper {
        padding: 30px 30px 10px;
    }
}

@media (min-width: 1200px) {
    .hero-banner-text-holder {
        padding-right: 70px;
    }
    .hero-banner-text-inner>h1 {
        font-size: 40px;
    }
    .hero-banner-form-wrapper {
        padding: 50px 50px 25px;
    }
    .home-container-holder {
        max-width: 1340px;
        margin: 0 auto;
    }
    .home-style-2.hero-banner-background-holder>img {
        margin-top: 0;
    }
}

@media (min-width: 1440px) {
    .hero-banner-background-holder>.hero-banner-background {
        object-position: top left;
    }
    .home-bg-img-position-style.hero-banner-background-holder>.hero-banner-background {
        object-position: top left;
    }
}

@media (min-width: 1900px) {
    .home-style-2.hero-banner-background-holder>img {
        object-fit: cover;
    }
}