/*
Theme Name:   Downey Law Firm
Theme URI:    https://underscores.me/
Description:  A child theme for the Underscores theme
Author:       GrowthLab Seo
Author URI:   https://growthlabseo.com/
Template:     underscores
Version:      1.0.0
*/

/* Fonts Starts */

@font-face {
    font-display: swap;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/plus-jakarta-sans-v12-latin-300.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/plus-jakarta-sans-v12-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/plus-jakarta-sans-v12-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/plus-jakarta-sans-v12-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Frank Ruhl Libre';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/frank-ruhl-libre-v23-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Frank Ruhl Libre';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/frank-ruhl-libre-v23-latin-500.woff2') format('woff2');
}

/* stack-sans-headline latin */
@font-face {
    font-display: swap;
    font-family: 'Stack Sans Headline';
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/stack-sans-headline-v1-latin-200.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Stack Sans Headline';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/stack-sans-headline-v1-latin-300.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Stack Sans Headline';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/stack-sans-headline-v1-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Stack Sans Headline';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/stack-sans-headline-v1-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Stack Sans Headline';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/stack-sans-headline-v1-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Stack Sans Headline';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/stack-sans-headline-v1-latin-700.woff2') format('woff2');
}

/* Fonts Ends */

:root {
    --lightblack: #060503;
    --yellow: #e5b251;
    --placeholdercolor: currentColor;
    --headingFont: 'Frank Ruhl Libre';
    --bodyFont: 'Plus Jakarta Sans';
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    /* will-change: auto; */
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--bodyFont);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clear {
    clear: both;
}

body.layout-full {
    background-color: #fff;
}

.alignleft,
.alignright,
.aligncenter,
.alignnone {
    margin-bottom: 10px;
}

.alignleft,
.alignright,
.aligncenter {
    display: block;
    margin: 0 auto 20px auto;
}

@media screen and (min-width: 1025px) {
    .alignleft {
        float: left;
        margin-right: 20px;
    }

    .alignright {
        float: right;
        margin-left: 20px;
    }

    .alignleft,
    .alignright {
        max-width: 50%;
        margin-top: 0;
    }
}

@media screen and (max-width:1024px) {

    .alignright,
    .alignleft {
        width: 100%;
        max-width: 600px;
        float: none;
        margin: 20px auto;
    }

}

iframe,
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}

img {
    border: 0;
    height: auto;
    font-size: 0;
    display: block;
}

a {
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}

a:focus {
    outline: 0 !important;
}

.widget {
    margin: 0;
}

.post,
.page {
    margin: 0 !important;
}

html {
    margin-top: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--headingFont);
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}

p,
li,
ul,
ol,
blockquote {
    font-family: var(--bodyFont);
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}

p:empty {
    display: none;
}

ul,
li {
    list-style: none;
}

a:visited {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.w100p,
.wrapper {
    width: 100%;
}

.container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}


/* Homepage Common Styling */

.text-heading {
    font-size: 90px;
    font-family: 'Frank Ruhl Libre';
    font-weight: 400;
    color: #060503;
    text-align: center;
    line-height: 0.8;
    letter-spacing: -1.8px;
    margin-bottom: 20px;
}

a.cmn-btn {
    display: inline-block;
    width: max-content;
    font-size: 20px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    color: #0b0b0b;
    text-transform: uppercase;
    background-color: #e5b251;
    border: 2px solid transparent;
    line-height: 1;
    letter-spacing: 0.4px;
    padding: 22px 55px;
    border-radius: 50px;
}

a.cmn-btn:hover {
    background-color: transparent;
    border-color: #e5b251;
    color: #0b0b0b;
}

/* Header Section Starts */

.header-sec {
    background-color: transparent;
    padding: 20px 0 31px;
    position: fixed;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.header-sec.f-nav {
    background-color: #060503;
}

.header-sec .container {
    max-width: 1700px;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

.top-menu ul {
    margin: 0 !important;
    font-size: 0;
}

.top-menu ul li:last-child {
    margin: 0;
}

.top-menu ul li {
    display: inline-block;
    margin: 0 30px 0 0;
    position: relative;
}

.top-menu ul li a {
    position: relative;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    font-family: var(--bodyFont);
    display: block;
    outline: 0;
    border: 0;
}

.top-menu ul li.current-menu-item>a,
.top-menu ul li:hover>a {
    color: #e5b251;
}

.top-menu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #e5b251;
    padding: 0px 0;
    z-index: 999;
}

.top-menu ul li:hover ul.sub-menu {
    display: block;
}

.top-menu ul li:hover ul.sub-menu ul {
    display: none;
}

.top-menu ul li:hover ul.sub-menu li {
    position: relative;
}

.top-menu ul li:hover ul.sub-menu li:hover>ul {
    display: block;
    top: 0;
    left: 100%;
}

.top-menu .sub-menu li.current-menu-item a {
    color: #000;
}

.top-menu .sub-menu li a:after {
    display: none;
}

.top-menu .sub-menu li {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 0;
}

.top-menu .sub-menu li a {
    float: left;
    font-size: 15px;
    width: 100%;
    line-height: normal;
    padding: 9px 12px 8px;
    color: #fff !important;
    display: block;
    text-transform: capitalize;
}

.top-menu .sub-menu li a:hover {
    background-color: #fff;
    color: #e5b251 !important;
}

.hdr-rit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 32px;
}

.header-btn {
    padding: 0 0 0 68px;
    position: relative;
}

.header-btn a:before {
    content: '';
    position: absolute;
    background-image: url(images/hdr-call-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    width: 55px;
    height: 55px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #e5b251;
    border-radius: 50%;
}

.header-btn a.cmn-btn {
    color: #fff;
    background-color: transparent;
    border-color: #e5b251;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 13px 35px;
}

.header-btn a.cmn-btn:hover {
    background-color: #e5b251;
    color: #000;
}



/* Responsive */

@media screen and (max-width: 1800px) {
    .header-sec .container {
        max-width: 1600px;
    }

    .logo {
        width: 430px;
    }

    .top-menu ul li a {
        font-size: 19px;
    }

    .header-btn a.cmn-btn {
        font-size: 24px;
    }

    .header-sec {
        padding: 16px 0 26px;
    }


}

@media screen and (max-width: 1680px) {
    .header-sec .container {
        max-width: 1488px;
    }

    .logo {
        width: 390px;
    }

    .top-menu ul li a {
        font-size: 18px;
    }

    .top-menu ul li {
        margin: 0 25px 0 0;
    }

    .header-btn a.cmn-btn {
        font-size: 23px;
        padding: 12px 30px;
    }

    .header-btn a:before {
        width: 52px;
        height: 52px;
    }

    .header-btn {
        padding: 0 0 0 62px;
    }

    .header-sec {
        padding: 14px 0 22px;
    }
}

@media screen and (max-width: 1550px) {
    .header-sec .container {
        max-width: 1374px;
    }

    .logo {
        width: 360px;
    }

    .top-menu ul li a {
        font-size: 17px;
    }

    .top-menu ul li {
        margin: 0 22px 0 0;
    }

    .header-btn a.cmn-btn {
        font-size: 22px;
        padding: 11px 30px;
    }

    .header-btn a:before {
        width: 50px;
        height: 50px;
    }

}

@media screen and (max-width: 1440px) {
    .header-sec .container {
        max-width: 1276px;
    }

    .logo {
        width: 340px;
    }

    .top-menu ul li a {
        font-size: 16px;
    }

    .top-menu ul li {
        margin: 0 20px 0 0;
    }

    .header-btn a.cmn-btn {
        font-size: 20px;
        padding: 11px 27px;
    }

    .header-btn a:before {
        width: 48px;
        height: 48px;
    }

    .header-btn {
        padding: 0 0 0 56px;
    }

    .header-sec {
        padding: 14px 0 19px;
    }

}

@media screen and (max-width: 1366px) {
    .header-sec .container {
        max-width: 1210px;
    }

    .logo {
        width: 310px;
    }

    .top-menu ul li a {
        font-size: 15px;
    }

    .top-menu ul li {
        margin: 0 19px 0 0;
    }

    .hdr-rit {
        gap: 20px;
    }

    .header-btn a:before {
        width: 45px;
        height: 45px;
    }

}

@media screen and (max-width: 1280px) {
    .header-sec .container {
        max-width: 1110px;
    }



    .header-btn a.cmn-btn {
        font-size: 17px;
        padding: 10px 20px;
        border-width: 1px;
    }

    .header-btn a:before {
        width: 40px;
        height: 40px;
    }

    .header-btn {
        padding: 0 0 0 46px;
    }

    .logo {
        width: 280px;
    }

}

@media screen and (max-width:1180px) {
    .header-sec .container {
        max-width: 1000px;
    }

    .header-sec {
        padding: 10px 0 15px;
    }

    .hdr-rit {
        gap: 15px;
    }

    .top-menu ul li a {
        font-size: 13px;
    }

    .top-menu ul li {
        margin: 0 14px 0 0;
    }

}

@media screen and (max-width: 1024px) {
    .header-sec .container {
        max-width: 720px;
    }

}

@media screen and (max-width: 768px) {
    .header-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }
}


/* Mobile Menu Starts */

@media screen and (min-width: 1025px) {

    .logo-rit,
    .tab-call {
        display: none;
    }

}

.showhide {
    display: none;
    width: 110px;
    height: 28px;
    cursor: pointer;
    padding: 0;
    position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .showhide {
        display: block;
    }
}

.mobinav {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    background: #060503;
    width: 100%;
    max-width: 300px;
    border-right: 2px solid #e5b251;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    overflow: scroll;
    padding: 15px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    display: flex;
    flex-direction: column;
}

.menu-top-menu-container {
    display: block;
    width: 100%;
}

.mobinav.open {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.mobinav ul {
    margin: 0 0 0 0;
    padding: 5px 0px;
    width: 100%;
}

.mobinav ul li {
    margin: 0;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: var(--bodyFont);
}

.mobinav a {
    width: 100%;
    padding: 7px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: var(--bodyFont);
    border: 0;
    margin: 0 0 0px 0;
    text-decoration: none;
}

.header-btn a {
    font-size: 22px;
}

.mobinav a:hover {
    color: #9b662a;
}

.mobinav ul li ul {
    padding: 0 0 0 15px;
}

.mobinav ul li ul li a {
    text-transform: capitalize;
}

.mobinav ul li .drop {
    position: absolute;
    top: 0;
    right: 0;
    width: 12%;
    height: 37px;
    z-index: 5;
    background: transparent !important;
    cursor: pointer;
}

.mobinav ul li .drop.open {
    width: 20px
}

.mobinav ul li .drop:hover {
    background: var(--lightblue);
}

.mobinav ul li .drop::before,
.mobinav ul li .drop.close::after {
    content: '';
    background-color: #fff;
    position: absolute;
}

.mobinav ul li .drop::before {
    width: 16px;
    height: 2px;
    top: 16px;
    right: 3px;
}

.mobinav ul li .drop.close::after {
    width: 2px;
    height: 16px;
    top: 9px;
    right: 10px;
}

.mobile-menu-button-container {
    display: block;
}

@media screen and (min-width: 769px) {
    .mobile-menu-button-container {
        display: none;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .tab-call {
        display: block;
        margin-left: auto;
    }
}

/* Mobile Menu Ends */

@media screen and (max-width:1024px) {

    .top-menu,
    .top-rit {
        display: none;
    }


    .tab-call svg {
        width: 23px;
        height: 23px;
        margin: -2px 0;
    }

    .tab-call span.text {
        color: #fff;
        font-size: 23px;
        letter-spacing: 0.5px;
        font-family: var(--headingFont);
        display: inline-block;
    }

    button.showhide {
        background: #e5b251;
        border: none;
        width: 45px;
        height: 40px;
        padding: 0px 10px;
        border-radius: 5px;
    }

    span.menuBar.menuBar-3 {
        margin: 0;
    }

    button.showhide span {
        width: 100%;
        height: 3px;
        background-color: #fff;
        display: block;
        margin-bottom: 5px;
    }

    .header-sec {
        position: fixed;
        background-color: #060503;
        padding: 10px 10px;
        width: 100%;
    }

    .logo {
        max-width: 300px;
        width: 100% !important;
    }

    .menu-bar-tab {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .hdr-rit {
        display: none;
    }

    .logo-container {
        justify-content: space-between;
    }

    .head-sec .container {
        max-width: 100%;
        width: 100%;
        padding: 0px;
    }

    .mobinav button.menuClose {
        margin-left: auto;
        margin-bottom: 30px;
        width: 30px;
        height: 30px;
        border: none;
        background: #e5b251;
        font-family: 'Frank Ruhl Libre';
        font-size: 30px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        padding: 0;
    }

    .head-sec.f-nav .logo {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {

    .logo-rit,
    .tab-call {
        display: none;
    }

    .logo-container {
        justify-content: center;
    }

    .mobile-menu-button-container {
        background: #e5b251;
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid #fff;
    }

    .logo {
        justify-content: center !important;
    }

    .mobile-menu-button-container a.mobi-call {
        width: 50%;
        justify-content: center;
        padding: 6px 8px;
        border-left: 1px solid #fff;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .header-sec {
        padding: 20px 0 0 0 !important;
    }

    .mobile-menu-button-container button.mobileMenuToggle {
        border: none;
        background: transparent;
        width: 50%;
        cursor: pointer;
    }

    .mobile-menu-button-container button.mobileMenuToggle svg {
        width: 22px;
        height: 15px;
    }

    .mobile-menu-button-container a.mobi-call span.button-text,
    .mobile-menu-button-container span.menu-text {
        font-family: var(--bodyFont);
        font-weight: 500;
        font-size: 22px;
        line-height: 1;
        letter-spacing: -0.8px;
        color: #fff;
    }

    .mobile-menu-button-container span.svg-icon svg {
        width: 25px;
    }

    button.showhide {
        display: none;
    }
}

/* HomePage Form Section Starts */

.hm-form-sec {
    padding: 80px 0 0;
    width: 50%;
    background-image: url(./images/ftr-form-arc.webp);
    background-repeat: no-repeat;
    background-size: 711px 411px;
    background-position: top left;
}

.hm-form {
    width: 89.3%;
    margin: 0 0 0 auto;
    background-color: #1f1e1d;
    padding: 75px 95px 60px;
    border-radius: 50%;
}

.hm-form .text-heading {
    font-size: 60px;
    color: #fff;
    line-height: 0.9;
    letter-spacing: 0;
}

.hm-form p {
    font-size: 16px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.48px;
    color: #fff;
    margin: 0 0 25px;
    text-align: center;
}

p.gform_required_legend {
    display: none;
}

.gfield input.large,
.gfield textarea.large,
.client-name input#input_2_12_3 {
    font-family: 'Plus Jakarta Sans' !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    color: #ffffff !important;
    letter-spacing: -0.45px !important;
    line-height: 1 !important;
    padding: 0 10px 16px 0 !important;
    border: 0 !important;
    outline: 0 !important;
    height: auto;
    border-radius: 0 !important;
    background-color: transparent !important;
    border-bottom: 1px solid rgb(255, 255, 255, 0.4) !important;
}

.gform_title {
    display: none;
}

.gfield_checkbox input[type="checkbox"] {
    margin: 0;
}

.gfield_checkbox label {
    margin: 0;
    display: inline-block;
    white-space: nowrap;
}

.gfield textarea.large {
    height: 90px !important;
    resize: none;
    min-height: auto !important;
    margin: -16px 0 -18px !important;
}

.gfield input::placeholder,
.gfield textarea::placeholder {
    color: #fff;
}

.hm-form-sec .gform_fields {
    grid-gap: 32px 25px !important;
}


.gform_wrapper .gfield_error [aria-invalid=true] {
    border-bottom: 1px solid rgb(255, 255, 255, 0.4) !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
}

.form-links a,
.gfield-choice-input+label {
    font-family: 'Plus Jakarta Sans' !important;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff !important;
    cursor: pointer !important;
    margin: 0 !important;
}

.form-links {
    color: #fff;
}

.form-links a {
    cursor: pointer;
    text-decoration: none;
}

.form-links a:hover {
    color: #e5b251 !important;
}

.gform_wrapper .top_label input[type="checkbox"] {
    margin: 4px 7px 0 0 !important;
    width: 13px !important;
    height: 13px !important;
    min-width: auto !important;
    background: transparent;
    border: 1px solid #fff !important;
    box-shadow: none !important;
    outline: none !important;
}

.gform-theme--foundation {
    display: grid;
    --gf-form-gap-y: 10px;
    --gf-form-gap-y: 10px;
}

#field_submit,
.gform-theme--foundation .gform_footer {
    display: flex;
    justify-content: center;
}

.gform_footer input[type="submit"] {
    display: inline-block !important;
    width: max-content !important;
    font-size: 20px !important;
    font-family: 'Plus Jakarta Sans' !important;
    font-weight: 700 !important;
    color: #0b0b0b !important;
    text-transform: uppercase !important;
    background-color: #e5b251 !important;
    border: 2px solid transparent !important;
    line-height: 1 !important;
    letter-spacing: 0.4px !important;
    padding: 22px 55px !important;
    border-radius: 50px !important;
    z-index: 1 !important;
    cursor: pointer !important;
    outline: none !important;
    box-shadow: none !important;
    transition: 0.3s !important;
}

.gform_footer input[type="submit"]:hover {
    background-color: transparent !important;
    border-color: #e5b251 !important;
    color: #fff !important;
}

.gform_footer.top_label {
    padding: 0 !important;
    margin: 32px 0 0 !important;
    text-align: center;
}

.leave-blank {
    display: none !important;
}

.gchoice.gchoice_1_12_1 input {
    width: 15px;
    height: 15px;
}

.popup {
    max-width: 60%;
}

div#popup-container {
    position: relative;
}

div#validation_message_6_12 {
    left: 80px;
    top: 7px;
}

.gform_wrapper .gform_validation_errors {
    display: none !important;
}

.gform_wrapper .gfield {
    position: relative;
}

#myPopup.show {
    display: block;
    visibility: visible;
    z-index: 99;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.gform_wrapper .gfield .validation_message.gfield_validation_message,
.gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 4px;
    background: none;
    padding: 0px;
    font-family: var(--bodyFont);
    line-height: 1;
    color: #ff0000;
    font-size: 13px;
    right: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}

.gform_wrapper .gfield .instruction.validation_message {
    bottom: 3px;
    top: inherit !important;
}

fieldset .gfield_description.validation_message.gfield_validation_message {
    top: inherit !important;
    bottom: -13px;
}

.popup {
    max-width: 100%;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

#myPopup.show {
    position: absolute;
    z-index: 5;
    padding: 10px;
    display: none;
    margin: 0;
}

.formpopuptext {
    transition: transform .15s ease-out .15s;
    pointer-events: none;
    text-align: center;
    border: 1px solid rgb(22 80 41);
    background: #fff;
    font-size: 14px;
    font-family: var(--bodyFont);
    color: #000 !important;
    line-height: 1.5;
    width: 460px;
    padding: 10px;
    position: absolute;
    z-index: 5;
    display: none;
}

.gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 13px 0 0 0;
    justify-content: center;
}

/* homepage form responsive */

@media screen and (max-width: 1680px) {
    .hm-form-sec {
        padding: 75px 0 0;
        background-size: 654px 395px;
        width: 52%;
    }

    .hm-form {
        padding: 70px 75px 55px;
    }

    .hm-form .text-heading {
        font-size: 55px;
    }

    .formpopuptext {
        width: 460px;
    }

    .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .gform_wrapper .gfield .instruction.validation_message {
        font-size: 12px;
    }

}

@media screen and (max-width: 1550px) {
    .hm-form .text-heading {
        font-size: 48px;
    }

    .formpopuptext {
        width: 434px;
    }

    .gform_footer.top_label {
        margin: 27px 0 0 !important;
    }

    .gform_footer input[type="submit"] {
        font-size: 19px !important;
        padding: 20px 50px !important;
    }

    .hm-form {
        padding: 60px 64px 50px;
    }

    .hm-form-sec {
        padding: 70px 0 0;
        background-size: 600px 365px;
    }

    .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .gform_wrapper .gfield .instruction.validation_message {
        font-size: 11px;
    }

    .hm-form p {
        letter-spacing: -0.28px;
        font-size: 15px;
        margin: 0 0 20px;
    }

    .gfield input.large,
    .gfield textarea.large {
        font-size: 14px !important;
        letter-spacing: -0.25px !important;
    }

    .gfield textarea.large {
        height: 80px !important;
    }

    .form-links a,
    .gfield-choice-input+label {
        font-size: 14px !important;
    }

    .gform_footer.top_label {
        margin: 22px 0 0 !important;
    }

    .gform_footer input[type="submit"] {
        font-size: 18px !important;
        padding: 18px 45px !important;
    }


}

@media screen and (max-width: 1440px) {
    .hm-form-sec {
        padding: 60px 0 0;
        background-size: 570px 335px;
    }

    .gfield textarea.large {
        height: 75px !important;
    }

    .hm-form .text-heading {
        font-size: 42px;
    }

    .formpopuptext {
        width: 406px;
    }

    .form-links a,
    .gfield-choice-input+label {
        font-size: 13px !important;
    }

    .gfield input.large,
    .gfield textarea.large {
        font-size: 13px !important;
        letter-spacing: -0.25px !important;
    }

    .hm-form-sec .gform_fields {
        grid-gap: 28px 22px !important;
    }

    .gform_footer input[type="submit"] {
        font-size: 17px !important;
        padding: 16px 40px !important;
    }

    .hm-form {
        padding: 56px 58px 50px;
    }

}

@media screen and (max-width: 1366px) {

    .gfield input.large,
    .gfield textarea.large {
        font-size: 13px !important;
        letter-spacing: -0.15px !important;
        padding: 0 10px 12px 0 !important;
    }

    .hm-form-sec .gform_fields {
        grid-gap: 23px 15px !important;
    }

    .gfield textarea.large {
        height: 75px !important;
        margin: -11px 0 -10px !important;
    }

    .form-links a,
    .gfield-choice-input+label {
        font-size: 13px !important;
    }

    .gform_footer.top_label {
        margin: 18px 0 0 !important;
    }

    .gform_footer input[type="submit"] {
        font-size: 16px !important;
        padding: 16px 40px !important;
    }

    .hm-form {
        padding: 44px 55px 45px;
        width: 90.3%;
    }

    .hm-form-sec {
        padding: 55px 0 0;
        background-size: 530px 305px;
    }

    .formpopuptext {
        width: 391px;
    }

    .hm-form .text-heading {
        font-size: 38px;
    }

    .hm-form p {
        letter-spacing: -0.28px;
        font-size: 14px;
        margin: 0 0 20px;
    }



}

@media screen and (max-width: 1280px) {
    .hm-form p {
        letter-spacing: 0;
        font-size: 13px;
        margin: 0 0 15px;
    }

    .gfield input.large,
    .gfield textarea.large {
        font-size: 12px !important;
        letter-spacing: 0px !important;
    }

    .gfield textarea.large {
        height: 65px !important;
        margin: -7px 0 -12px !important;
    }

    .hm-form .gchoice {
        margin: 5px 0 0;
    }

    .hm-form {
        padding: 38px 55px 40px;
        width: 92.3%;
    }

    .form-links a,
    .gfield-choice-input+label {
        font-size: 12px !important;
    }

    .gform_wrapper .top_label input[type="checkbox"] {
        margin: 3px 3px 0 0 !important;
        width: 12px !important;
        height: 12px !important;
    }

    .hm-form .text-heading {
        font-size: 32px;
    }

    .gform_footer input[type="submit"] {
        font-size: 15px !important;
        padding: 14px 34px !important;
    }

    .hm-form-sec {
        padding: 40px 0 0;
        background-size: 480px 265px;
    }

    .formpopuptext {
        width: 369px;
        font-size: 12px;
        padding: 6px;
    }

    .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .gform_wrapper .gfield .instruction.validation_message {
        font-size: 10px;
    }

}

@media screen and (max-width: 1024px) {
    .hm-form-sec {
        padding: 0;
        background-image: none;
        width: 100%;
    }

    .hm-form {
        padding: 30px;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        border-radius: 0;
        outline: 1px solid #e5b25170;
        outline-offset: 3px;
    }

    .hm-form .text-heading {
        font-size: 32px;
    }

    .hm-form .text-heading br {
        display: none;
    }

    .hm-form p {
        font-size: 14px;
    }

    .gfield input.large,
    .gfield textarea.large {
        font-size: 14px !important;
        padding: 0 10px 15px 0 !important;
    }

    .form-links a,
    .gfield-choice-input+label {
        font-size: 14px !important;
    }

    .formpopuptext {
        width: 540px;
        font-size: 14px;
        padding: 9px;
        line-height: 1.6;
    }

    .hm-form .gchoice {
        margin: 5px 0 0;
        text-align: right;
        justify-content: flex-end;
    }

    .gform_wrapper .top_label input[type="checkbox"] {
        margin: 5px 3px 0 0 !important;
    }

    .gform_footer.top_label {
        margin: 20px 0 0 !important;
    }


}

@media screen and (max-width: 768px) {
    .hm-form .gform_wrapper .gfield.gfield--width-half {
        grid-column: span 12 !important;
    }

    .hm-form .gfield.chk {
        justify-content: flex-start;
        margin: -16px 0 0;
    }

    .gfield textarea.large {
        margin: 0px 0 -6px !important;
    }

    .formpopuptext {
        width: 100%;
    }

    .hm-form fieldset .gfield_description.validation_message.gfield_validation_message {
        top: -4px !important;
        left: 0;
        text-align: left;
    }

    .hm-form .gchoice {
        margin: -15px 0 0 !important;
        justify-content: flex-start;
    }

    .gform_wrapper .top_label input[type="checkbox"] {
        margin: 5px 3px 0 0 !important;
    }
}

@media screen and (max-width: 480px) {
    .hm-form {
        padding: 20px 15px;
    }

    .hm-form .text-heading {
        font-size: 27px;
    }

    .gform_footer input[type="submit"] {
        font-size: 14px !important;
        padding: 13px 30px !important;
    }
}

/* HomePage Form Section Starts Ends */

/* Footer Section */

.hm-footer-sec {
    padding: 55px 0 178px;
    background-color: #060503;
    position: relative;
    z-index: 1;
}

.hm-footer-sec:before {
    content: '';
    position: absolute;
    background-image: url(images/ftr-sec-bfr.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    width: 100%;
    height: 239px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.ftr-form-blk {
    display: flex;
    justify-content: flex-end;
}

.ftr-logo {
    padding: 0 0 33px;
    border-bottom: 1px solid rgb(229, 178, 81, 0.2);
    width: 81.8%;
    margin: 0 0 48px;
}

.ftr-logo a {
    display: inline-block;
}

.ftr-logo img {
/*     width: 100%; */
    display: block;
}

.ftr-menu ul {
    font-size: 0;
}

.ftr-menu ul li {
    padding: 0 0 0 40px;
    position: relative;
    list-style: none;
    margin: 0 0 25px;
}

.ftr-menu ul li:last-child {
    margin: 0;
}

.ftr-menu ul li a {
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    display: inline-block;
    margin: 0;
}

.ftr-menu ul li.current-menu-item>a,
.ftr-menu ul li:hover>a {
    color: #e5b251;
}

.ftr-menu ul li a:hover {
    color: #e5b251;
}

.ftr-menu ul li:before {
    position: absolute;
    content: "";
    background-image: url(images/rhombus-img.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 17px;
    height: 17px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ftr-itm p {
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 22px;
}

.ftr-itm p a {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1.6px;
    color: #e1af4f;
    text-transform: uppercase;
    display: inline-block;
    margin: 14px 0 0;
}

.ftr-itm p a:hover {
    color: #fff;
}

.ftr-itm-title.follow {
    color: #fff;
}

.ftr-itm {
    padding: 0 0 0 68px;
    position: relative;
}

.ftr-num {
    font-family: 'Frank Ruhl Libre';
    font-weight: 400;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0;
    color: #e1af4f;
    margin: 0;
}

.ftr-num a {
    font-family: 'Plus Jakarta Sans';
    color: #fff;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    font-size: 57px;
}

.ftr-num a:hover {
    color: #e1af4f;
}

.ftr-itm::before {
    position: absolute;
    content: "";
    background-image: url(images/location-img.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    width: 41px;
    height: 53px;
    left: 0;
    top: 0;
    margin: auto;
}

.ftr-scl-icons br {
    display: none;
}

.ftr-scl-icons {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
}

.ftr-scl-icons a {
    font-size: 0px;
    background-image: url(images/facebook-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 67px;
    height: 64px;
}

.ftr-scl-icons a.linkedin {
    background-image: url(images/linked-img.webp);
}

.ftr-scl-icons a:hover {
    background-image: url(images/facebook-hvr-img.webp);
}

.ftr-scl-icons a.linkedin:hover {
    background-image: url(images/linked-hvr-img.webp);
}

.site-footer {
    width: 42.6%;
    padding: 60px 0 0;
}

.ftr-blocks-list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 48px;
}

.ftr-itm-title {
    font-family: 'Frank Ruhl Libre';
    font-weight: 400;
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0;
    color: #e5b251;
    margin: 0 0 18px;
}

.ftr-menu {
    width: 46%;
}

.ftr-loctn {
    width: 53.2%;
}


.copyrights {
    background: #060503;
    padding: 45px 0;
    text-align: center;
}

.copyrightmenu ul {
    margin: 0;
    font-size: 0;
}

.copyrightmenu ul li {
    display: inline-block;
    margin: 0;
}

.copyrights p,
.copyrightmenu ul {
    margin: 0 0 15px 0;
}

.copyrights p,
.copyrights a {
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #bababa;
}

.copyrights .cpy-inr,
.copyrights .ftrlink {
    display: inline-block;
}

.copyrightmenu ul li a {
    line-height: 1;
    border-right: 1px solid #bababa;
    margin: 0;
}

.copyrightmenu ul li:last-child a {
    border: none;
}

.copyrights a {
    display: inline-block;
    padding: 0 8px;
}

.copyrights a:hover {
    color: #e5b251;
}

.growthlab {
    max-width: 232px;
    margin: 0 auto;
}

.growthlab img {
    width: 100%;
    display: block;
}
.footer-top-blk.future-rgt-blk {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 50px;
}
.footer-left-blk, .footer-right-blk{
    width: 48%;
}
.footer-top-blk.future-rgt-blk .hm-blk-list ul {
    column-count: 3;
}
.map-iframe {
    margin-bottom: 50px;
}

/* Footer Responsive */

@media screen and (max-width: 1680px) {
    .container {
        max-width: 1314px;
    }

    .site-footer {
        padding: 54px 0 0;
    }

    .ftr-logo {
        padding: 0 0 28px;
        margin: 0 0 40px;
    }

    .ftr-itm-title {
        font-size: 33px;
    }

    .ftr-menu ul li a {
        font-size: 19px;
    }

    .ftr-menu ul li {
        padding: 0 0 0 35px;
        margin: 0 0 22px;
    }

    .ftr-itm p {
        font-size: 19px;
    }

    .ftr-num {
        font-size: 45px;
    }

    .ftr-num a {
        font-size: 49px;
    }

    .hm-footer-sec:before {
        height: 209px;
    }

    .hm-footer-sec {
        padding: 55px 0 168px;
    }



}

@media screen and (max-width: 1550px) {
    .container {
        max-width: 1212px;
    }

    .ftr-logo {
        padding: 0 0 24px;
        margin: 0 0 35px;
    }

    .ftr-itm-title {
        font-size: 30px;
    }

    .ftr-menu ul li {
        padding: 0 0 0 32px;
        margin: 0 0 20px;
    }

    .ftr-menu ul li:before {
        width: 16px;
        height: 16px;
    }

    .ftr-blocks-list {
        margin: 0 0 40px;
    }

    .ftr-itm::before {
        width: 39px;
        height: 51px;
    }

    .ftr-itm {
        padding: 0 0 0 62px;
    }

    .ftr-scl-icons a {
        width: 64px;
        height: 61px;
    }

    .ftr-itm p {
        font-size: 18px;
        line-height: 1.5;
    }

    .ftr-menu ul li a {
        font-size: 18px;
    }

    .ftr-num {
        font-size: 38px;
    }

    .ftr-num a {
        font-size: 46px;
    }

    .ftr-itm p a {
        letter-spacing: 1.2px;
    }

    .copyrights {
        padding: 40px 0;
    }

    .copyrights p,
    .copyrights a {
        font-size: 19px;
    }

    .hm-footer-sec:before {
        height: 189px;
    }

    .hm-footer-sec {
        padding: 55px 0 150px;
    }



}

@media screen and (max-width: 1440px) {
    .container {
        max-width: 1126px;
    }

    .ftr-logo {
        padding: 0 0 20px;
        margin: 0 0 30px;
    }

    .ftr-itm-title {
        font-size: 27px;
    }

    .ftr-menu ul li a {
        font-size: 17px;
    }

    .ftr-menu ul li {
        padding: 0 0 0 28px;
        margin: 0 0 19px;
    }

    .ftr-blocks-list {
        margin: 0 0 35px;
    }

    .ftr-itm p {
        font-size: 17px;
        line-height: 1.5;
        margin: 0 0 19px;
    }

    .ftr-itm p a {
        letter-spacing: 0.9px;
        font-size: 15px;
        margin: 10px 0 0;
    }

    .ftr-scl-icons a {
        width: 60px;
        height: 57px;
    }

    .ftr-num {
        font-size: 34px;
    }

    .ftr-num a {
        font-size: 42px;
    }

    .copyrights {
        padding: 36px 0;
    }

    .copyrights p,
    .copyrights a {
        font-size: 18px;
    }

    .ftr-itm::before {
        width: 37px;
        height: 48px;
    }

    .site-footer {
        padding: 44px 0 0;
    }

    .ftr-itm {
        padding: 0 0 0 58px;
    }

    .hm-footer-sec:before {
        height: 179px;
    }

    .hm-footer-sec {
        padding: 50px 0 140px;
    }



}

@media screen and (max-width: 1366px) {
    .container {
        max-width: 1068px;
    }

    .hm-footer-sec {
        padding: 40px 0 140px;
    }

    .site-footer {
        padding: 40px 0 0;
    }

    .ftr-logo {
        padding: 0 0 15px;
        margin: 0 0 25px;
    }

    .ftr-itm-title {
        font-size: 25px;
    }

    .ftr-menu ul li a {
        font-size: 16px;
    }

    .ftr-menu ul li:before {
        width: 15px;
        height: 15px;
    }

    .ftr-menu ul li {
        padding: 0 0 0 25px;
        margin: 0 0 17px;
    }

    .ftr-itm p {
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 15px;
    }

    .ftr-itm p a {
        letter-spacing: 0.7px;
        font-size: 14px;
        margin: 8px 0 0;
    }

    .ftr-scl-icons {
        gap: 12px;
    }

    .ftr-scl-icons a {
        width: 57px;
        height: 54px;
    }

    .ftr-blocks-list {
        margin: 0 0 30px;
    }

    .ftr-num {
        font-size: 32px;
    }

    .ftr-num a {
        font-size: 42px;
    }

    .hm-form .text-heading {
        font-size: 40px;
    }

    .hm-form p {
        letter-spacing: -0.18px;
        font-size: 14px;
        margin: 0 0 15px;
    }

    .hm-footer-sec:before {
        height: 159px;
    }

    .copyrights {
        padding: 32px 0;
    }

    .copyrights p,
    .copyrights a {
        font-size: 17px;
    }

    .ftr-itm::before {
        width: 35px;
        height: 44px;
    }

    .ftr-itm {
        padding: 0 0 0 52px;
    }

}

@media screen and (max-width: 1280px) {
    .container {
        max-width: 990px;
    }

    .ftr-logo {
        padding: 0 0 10px;
        margin: 0 0 19px;
    }

    .ftr-itm-title {
        font-size: 23px;
        margin: 0 0 15px;
    }

    .ftr-menu ul li a {
        font-size: 15px;
    }

    .ftr-itm p {
        font-size: 15px;
    }

    .ftr-itm p a {
        letter-spacing: 0.3px;
    }

    .ftr-scl-icons a {
        width: 53px;
        height: 50px;
    }

    .ftr-num a {
        font-size: 36px;
    }

    .ftr-num {
        font-size: 28px;
    }

    .hm-footer-sec:before {
        height: 140px;
    }

    .hm-footer-sec {
        padding: 40px 0 110px;
    }

    .copyrights {
        padding: 26px 0;
    }

    .copyrights p,
    .copyrights a {
        font-size: 16px;
    }

    .copyrights p,
    .copyrightmenu ul {
        margin: 0 0 10px 0;
    }

    .ftr-itm::before {
        width: 31px;
        height: 40px;
    }

    .ftr-itm {
        padding: 0 0 0 46px;
    }

    .site-footer {
        padding: 30px 0 0;
    }

    .growthlab {
        max-width: 200px;
    }


}

@media screen and (max-width: 1024px) {
    .container {
        max-width: 720px;
    }

    .ftr-form-blk {
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
        gap: 25px;
    }
	.map-iframe iframe {
    height: 350px;
}

    .site-footer {
        padding: 0;
        width: 100%;
    }

    .ftr-logo {
        padding: 10px;
        margin: 0 auto 15px;
        width: 100%;
        max-width: 320px;
        border: 1px solid rgb(229, 178, 81, 0.2);
    }

    .ftr-blocks-list {
        margin: 0 0 20px;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .ftr-menu {
        text-align: center;
        width: 100%;
        max-width: 250px;
        padding: 15px;
        border: 1px solid rgb(229, 178, 81, 0.2);
    }

    .ftr-itm {
        padding: 60px 15px 15px;
        text-align: center;
        border: 1px solid rgb(229, 178, 81, 0.2);
    }

    .ftr-loctn {
        width: 100%;
        max-width: 250px;
    }

    .ftr-itm::before {
        width: 28px;
        height: 35px;
        right: 0;
        margin: auto;
        top: 10px;
    }

    .ftr-scl-icons {
        gap: 9px;
        justify-content: center;
    }

    .ftr-scl-icons a {
        width: 50px;
        height: 47px;
    }

    .ftr-itm-title {
        font-size: 22px;
        margin: 0 0 10px;
    }

    .ftr-menu ul li {
        padding: 0 0 0 22px;
        max-width: max-content;
    }

    .ftr-menu ul {
        margin: 20px auto 0;
        max-width: max-content;
    }

    .hm-footer-sec:before {
        display: none;
    }

    .ftr-num {
        font-size: 25px;
        text-align: center;
    }

    .ftr-num a {
        font-size: 32px;
    }

    .hm-footer-sec {
        padding: 35px 0 30px;
        border-bottom: 1px solid #e5b251;
    }
    .footer-top-blk.future-rgt-blk {
    gap: 0;
    margin-bottom: 50px;
    flex-direction: column;
}
.footer-left-blk, .footer-right-blk {
    width: 100%;
}
.future-rgt-blk .hm-blk-list ul li {
        margin: 0 0 10px;
        display: block;
    }


}

@media screen and (max-width: 768px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .ftr-num a {
        font-size: 28px;
    }

    .copyrights p,
    .copyrights a {
        font-size: 15px;
        line-height: 1.7;
    }

    .growthlab {
        margin: 12px auto 0;
    }
    .footer-top-blk.future-rgt-blk .hm-blk-list ul {
    column-count: 2;
}
}

@media screen and (max-width: 480px) {
    .ftr-num {
        font-size: 23px;
    }

    .ftr-num a {
        font-size: 23px;
    }

    .copyrights {
        padding: 20px 0;
    }
}