/*
Theme Name:   Goldstein Hayes, LLC
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
*/



@font-face {
    font-display: swap;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/InterTight-Light.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/InterTight-Regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/InterTight-Medium.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Big Shoulders';
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/BigShouldersThin-ExtraLight.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Big Shoulders';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/BigShouldersThin-Regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Big Shoulders';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/BigShouldersThin-Medium.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Big Shoulders';
    font-style: normal;
    font-weight: 900;
    src: url('./fonts/BigShouldersThin-Black.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/DMSans9pt-Regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/FigtreeLight-Regular.woff2') format('woff2');
}


:root {
    --blue: #4258ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: 'Big Shoulders';
    --bodyFont: "Inter Tight", sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;

}

body {
    margin: 0;
    padding: 0;
    text-wrap: pretty;
    font-family: var(--bodyFont);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #0c0f26;
}

.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;
    text-wrap: pretty;
}

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: auto;
}



/* Header Section Starts */

.header-sec {
    padding: 15px 0;
    position: fixed;
    z-index: 999;
    width: 100%;
}

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

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

.header-sec .logo {
    /* width: 27.7%; */
    width: 31%;
}

.header-sec .logo img {
    width: 100%;
    display: block;
}

.hdr-mbl {
    display: none;
}

.top-rit p {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.2px;
    font-family: 'Inter Tight';
    font-weight: 400;
    color: #fff;
    margin: 0px;
}

.hdr-call a {
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0.7px;
    font-family: 'Big Shoulders';
    font-weight: 900;
    color: #fff;
    position: relative;
    padding-left: 55px;
}

.hdr-call a:before {
    position: absolute;
    content: "";
    background-image: url("images/hdr-call-img.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 38px;
    height: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hdr-call a:hover {
    color: #4258ff;
}

.top-rit .widget {
    display: flex;
    justify-content: end;
    gap: 20px !important;
    align-items: center;
    margin-bottom: 0px !important;
}

.top-menu {
    text-align: end;
}

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

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

.top-menu ul li:first-child {
    margin-left: 0px !important;
}

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

.top-menu ul li a {
    /* font-size: 18px; */
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.4px;
    font-family: 'Inter Tight';
    font-weight: 400;
    position: relative;
    color: #fff;
    outline: 0;
    /*     border: 1px solid #fff; */
    display: inline-block;
    text-transform: capitalize;
    padding: 0 !important;
}

.top-menu ul li.last-child a {
    color: #4258ff;
    text-transform: uppercase;
    padding: 15px !important;
    font-weight: 500;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #fff;
}

.top-menu ul li.last-child a:hover {
    background-color: transparent;
    color: #fff;
}

.top-menu ul li.current-menu-item>a,
.top-menu ul li:hover>a {
    color: #4258ff;
    /*     background-color: #fff; */
}

.top-menu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #273595;
    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;
    margin: 0 !important;
}

.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: #fff;
}

.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: 16px;
    width: 100%;
    letter-spacing: 0.5px;
    line-height: normal;
    padding: 9px 12px 8px !important;
    color: #fff !important;
    display: block;
    text-transform: capitalize;
    text-align: left;
    border: none;
}

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

.header-sec.f-nav {
    background-color: #0c0f27;
    border-bottom: 2px solid #4258ff;
}

/* 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: #263493;
    width: 100%;
    max-width: 300px;
    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: 10px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-family: 'Inter Tight';
    border: 0;
    margin: 0;
    text-decoration: none;
}

.mobinav a:hover {
    color: rgb(255 255 255 / 60%);
}

.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: 100%;
    height: 37px;
    z-index: 5;
}

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

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

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

.mobinav ul li .drop.close::after {
    width: 2px;
    height: 20px;
    top: 7px;
    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;
    }
}


/* Common Styling */

a.cmn-btn {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1.2px;
    font-family: 'Inter Tight';
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    background-color: #273595;
    text-decoration: none;
    padding: 23px 100px 23px 45px;
    outline: 1px solid #fff;
    outline-offset: 6px;
    background-image: url("./images/cmn-btn-arr.webp");
    background-repeat: no-repeat;
    background-position: right 40px center;
    background-size: 29px;
    position: relative;
    z-index: 1;
}

a.cmn-btn:hover {
    background-color: #4258ff;
}

a.cmn-btn:before {
    position: absolute;
    content: "";
    background-image: -webkit-linear-gradient(90deg, rgba(12, 15, 38, 0) 0%, rgb(12 15 38 / 45%) 100%);
    width: 53%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    z-index: -1;
    pointer-events: none;
}

a.cmn-btn:hover:before {
    display: none;
}

.text-heading {
    font-size: 80px;
    line-height: 1.1;
    letter-spacing: 0px;
    font-family: 'Big Shoulders';
    font-weight: 500;
    color: #fff;
    margin: 0 0 30px;
   /* text-transform: capitalize;*/
    text-align: center;
}

.text-heading strong {
    display: block;
    color: #4258ff;
    font-weight: 900;
}


/* HomePage Form Section Starts */
.hm-footer-block-sec {
    position: relative;
    z-index: 0;
}

.hm-footer-block-sec:before {
    position: absolute;
    content: "";
    background-image: url(./images/form-sec-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
}

.hm-form-sec {
    padding: 120px 0 0;
    position: relative;
    z-index: 0;
}

.hm-form-sec .hmform-bef::before {
    position: absolute;
    content: "";
    background-image: url("./images/choose-bfr-img.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}

.hmform-map-blk {
    display: flex;
    justify-content: center;
    background-color: #161c4e;
    padding: 70px 50px;
    border: 5px solid #fff;
    outline: 13px solid #0f1331;
    outline-offset: -17px;
    position: relative;
    gap: 52px;
    background-image: url("./images/form-blk-bg-img.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.hmform-map {
    width: 46.8%;
    padding-top: 30px;
}

.hmform-map-title {
    font-size: 55px;
    line-height: 1;
    letter-spacing: 11px;
    font-family: 'Big Shoulders';
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 35px;
    text-align: center;
}

.hmform-map-blk .hm-map {
    border: 3px solid #4258ff;
}

.hmform-map-blk iframe {
    width: 100%;
    height: 525px;
}

.hmform-blk {
    width: 47.2%;
    position: relative;
    border-left: 2px solid #fff;
    padding-left: 52px;
}

.hmform-blk .text-heading {
    font-size: 55px;
    line-height: 1.1;
    font-weight: 400;
    margin: 0 0 25px;
}

.hmform-blk .text-heading strong {
    display: inline;
}

.hmform-blk p {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0px;
    font-family: 'DM Sans';
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 0 0 25px;
}

p.gform_required_legend {
    display: none;
}

.hm-form-sec .gfield input.large,
.hm-form-sec .gfield select,
.hm-form-sec .gfield textarea.large {
    font-family: 'Inter Tight' !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    letter-spacing: 0.64px !important;
    color: #0a0a0a !important;
    line-height: 1 !important;
    padding: 20px 23px !important;
    border: 2px solid rgb(255 255 255 / 50%);
    outline: 0;
    height: auto;
    border-radius: 0 !important;
    background-color: #fff !important;
}

.hm-form-sec .gform_title {
    display: none;
}

.hm-form-sec .gfield_checkbox .gchoice {
    text-align: right;
    display: flex !important;
    align-items: center;
    justify-content: end;
    gap: 5px !important;
}

.hm-form-sec .gfield textarea.large {
    height: 125px !important;
    resize: none;
    min-height: auto !important;
    margin-bottom: 10px;
}

.hm-form-sec .gfield input::placeholder,
.gfield textarea::placeholder {
    color: #0a0a0a;
}

.hm-form-sec .gform_wrapper .gfield_error [aria-invalid=true] {
    border: none !important;
}

.hm-form-sec .form-links a,
.hm-form-sec .gfield-choice-input+label {
    font-family: 'Inter Tight' !important;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff !important;
    cursor: pointer;
}

.hm-form-sec .gfield-choice-input+label {
    margin: 0px;
}

.hm-form-sec .form-links {
    color: #fff;
}

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

.hm-form-sec .form-links a:hover {
    color: #8ca3b7 !important;
}

.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    margin: -1px 3px 0px 0px !important;
    width: 14px !important;
    height: 14px !important;
}

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

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

.hm-form-sec .gform_wrapper .gform_footer {
    margin: 50px auto 0;
    padding: 0;
    text-align: center;
    position: relative;
    width: fit-content;
}

.hm-form-sec .gform_footer input[type="submit"] {
    padding: 17px 37px !important;
    font-family: 'Inter Tight' !important;
    font-weight: 400 !important;
    font-size: 22px !important;
    line-height: 1;
    letter-spacing: 0px !important;
    border-radius: 0px !important;
    text-transform: uppercase !important;
    background-color: #4258ff !important;
    color: #fff !important;
    border: 1px solid transparent !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    cursor: pointer !important;
    transition: 0.5s !important;
}

.hm-form-sec .gform_footer input[type="submit"]:hover {
    background-color: #0c0f26 !important;
    border-color: #fff !important;
}

.hm-form-sec .leave-blank {
    display: none;
}

.hm-form-sec .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;
}

.hm-form-sec .gform_wrapper .gfield {
    position: relative;
}

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

.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    bottom: 8px;
    top: inherit !important;
}

.hm-form-sec fieldset .gfield_description.validation_message.gfield_validation_message {
    top: 30px !important;
}

.hm-form-sec .gform-theme--foundation .gform_fields {
    grid-column-gap: 10px !important;
    grid-row-gap: 10px !important;
}

.hm-form-sec .gform-theme--framework .gform_validation_errors {
    display: none;
}

.popup {
    max-width: 100%;
}

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

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

.formpopuptext {
    transition: transform .15s ease-out .15s;
    text-align: center;
    border: 1px solid rgb(22 80 41);
    background: #fff;
    font-size: 15px;
    font-family: 'Inter Tight';
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #000 !important;
    line-height: 1.6;
    width: 600px;
    padding: 10px;
    position: absolute;
    z-index: 5;
    display: none;
}

.hm-form-sec #gform_ajax_spinner_1 {
    position: absolute !important;
    right: -30px !important;
    top: 0;
    bottom: 0;
    margin: auto;
}


/* Footer Section */

.site-footer {
    padding: 80px 0 0;
    position: relative;
    z-index: 0;
}

.site-footer .container {
    max-width: 1300px;
}

.ftr-blocks {
    display: flex;
    justify-content: space-between;
    /* padding: 80px 0 40px; */
    padding: 0 0 30px 0 !important;
    /* border-top: 1px solid rgb(255 255 255 / 30%); */
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.ftr-blocks .widget {
    width: 29%;
}

.ftr-logo {
    width: 31.6%;
    margin: 0 auto;
    padding-top: 15px;
}

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

.ftr-menu ul {
    text-align: center;
    margin: 0 0 45px;
}

.ftr-menu ul li {
    margin: 0 25px;
    display: inline-block;
    line-height: 1;
}

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

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

.ftr-menu ul li a {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.18px;
    color: #fff;
    font-family: 'Inter Tight';
    font-weight: 400;
}

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

.ftr-itm {
    padding-left: 110px;
    position: relative;
}

.ftr-itm:before,
.ftr-itm.phone p a:before {
    position: absolute;
    content: "";
    background-image: url("./images/ftr-loc-icon.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 84px;
    height: 98px;
    left: 0;
    top: 5px;
}

.ftr-itm.phone p a:before {
    background-image: url("./images/ftr-phone-icon.webp");
}

.ftr-itm .ftr-itm-title {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    font-family: 'Big Shoulders';
    font-weight: 900;
    color: #4258ff;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.ftr-itm p {
    font-size: 18px;
    line-height: 1.38;
    letter-spacing: 0.36px;
    font-family: 'Inter Tight';
    font-weight: 400;
    color: #fff;
    margin: 0px;
}

.ftr-itm p a {
    display: block;
    width: fit-content;
    margin-top: 10px;
    color: #4258ff;
    text-transform: uppercase;
}

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

.ftr-itm.phone p {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2.56px;
    line-height: 1;
}

.ftr-itm.phone p a {
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0.7px;
    font-family: 'Big Shoulders';
    font-weight: 900;
    color: #fff;
}

.ftr-itm.phone p a:hover {
    color: #4258ff;
}

.ftr-soc-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin: -25px auto 0;
    background-color: #0c0f26;
    padding: 0 67px;
}

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

.ftr-soc-icons a {
    font-size: 0px;
    width: 46px;
    height: 45px;
    border: 1px solid #4258ff;
    border-radius: 50px;
    background-image: url("./images/ftr-facebook-icon.webp");
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.ftr-soc-icons a.linkedin {
    background-image: url("./images/ftr-linkedin-icon.webp");
}

.ftr-soc-icons a.yelp {
    background-image: url("./images/ftr-yelp-icon.webp");
}

.ftr-soc-icons a.youtube {
    background-image: url("./images/ftr-youtube-icon.webp");
}

.ftr-soc-icons a:hover {
    background-color: #4258ff;
    border-color: transparent;
}

.copyrights {
    padding: 35px 0;
    text-align: center;
    position: relative;
}

.copyrightmenu ul {
    margin: 0;
}

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

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

.copyrights p,
.copyrights a {
    color: #fff;
    font-size: 18px;
    font-family: 'Inter Tight';
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.36px;
}

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

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

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

.copyrights a:hover {
    color: #4258ff;
}




/* Responsive */

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

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

    .text-heading {
        font-size: 75px;
    }

}

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

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

    a.cmn-btn {
        font-size: 19px;
        padding: 21px 95px 21px 40px;
    }

    .text-heading {
        font-size: 65px;
    }

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

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

    .top-rit p {
        font-size: 19px;
    }

    .hdr-call a {
        font-size: 33px;
    }

    .hm-form-sec {
        padding: 100px 0 0;
    }

    .hmform-blk .text-heading {
        font-size: 50px;
    }

    .hmform-map-blk iframe {
        height: 475px;
    }

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

    .hmform-map-blk {
        gap: 45px;
    }

    .hmform-blk {
        padding-left: 45px;
    }

    .hm-form-sec .gform_wrapper .gform_footer {
        margin: 40px auto 0;
    }


}

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

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

    a.cmn-btn {
        font-size: 18px;
        padding: 19px 88px 18px 35px;
    }

    .text-heading {
        font-size: 60px;
    }

    .top-rit p {
        font-size: 18px;
    }

    .hdr-call a {
        font-size: 31px;
        padding-left: 50px;
    }

    .hdr-call a:before {
        width: 37px;
    }

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

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

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

    .hm-form-sec {
        padding: 90px 0 0;
    }

    .hmform-blk .text-heading {
        font-size: 45px;
    }

    .hmform-map-title {
        font-size: 50px;
        letter-spacing: 9px;
    }

    .hmform-map-blk iframe {
        height: 475px;
    }

    .formpopuptext {
        width: 540px;
    }

    .hm-form-sec .gform_footer input[type="submit"] {
        font-size: 20px !important;
    }

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

    .ftr-menu ul {
        margin: 0 0 40px;
    }

}

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

    .container,
    .header-sec .container,
    .site-footer .container {
        max-width: 1250px;
    }

    a.cmn-btn {
        font-size: 17px;
        padding: 17px 70px 16px 28px;
        background-position: right 25px center;
        background-size: 26px;
    }

    .text-heading {
        font-size: 53px;
        margin: 0 0 25px;
    }

    .top-rit p {
        font-size: 17px;
    }

    .hdr-call a {
        font-size: 28px;
        padding-left: 45px;
    }

    .hdr-call a:before {
        width: 35px;
        height: 28px;
    }

    .top-menu ul li a {
        /* font-size: 15px; */
                font-size: 17px;
        padding: 7px 10px;
    }

    .hm-form-sec {
        padding: 80px 0 0;
    }

    .hmform-blk .text-heading {
        font-size: 40px;
    }

    .hmform-map-blk {
        padding: 60px 40px;
        border: 5px solid #fff;
        outline: 10px solid #0f1331;
        outline-offset: -14px;
        gap: 35px;
    }

    .hmform-map-title {
        font-size: 40px;
        letter-spacing: 8px;
        margin-bottom: 25px;
    }

    .hmform-blk {
        width: 48%;
        padding-left: 35px;
    }

    .hm-form-sec .gfield input.large,
    .hm-form-sec .gfield select,
    .hm-form-sec .gfield textarea.large {
        font-size: 16px !important;
        padding: 15px 20px !important;
    }

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

    .hm-form-sec .gform_wrapper .gform_footer {
        margin: 30px auto 0;
    }

    .hmform-map-blk iframe {
        height: 455px;
    }

    .hmform-map {
        padding-top: 20px;
    }

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

    .hm-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .gform_wrapper .gfield .instruction.validation_message {
        top: 2px;
        font-size: 12px;
    }

    .hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
        bottom: 4px;
    }

    .hm-form-sec fieldset .gfield_description.validation_message.gfield_validation_message {
        top: 24px !important;
    }

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

    .ftr-menu ul {
        margin: 0 0 30px;
    }

    .ftr-menu ul li {
        margin: 0 15px;
    }

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

    .ftr-blocks {
        padding: 60px 10px 40px;
    }

    .ftr-blocks .widget {
        width: 30%;
    }

    .ftr-itm {
        padding-left: 84px;
    }

    .ftr-itm:before,
    .ftr-itm.phone p a:before {
        width: 60px;
        height: 70px;
        top: 0;
    }

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

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

    .ftr-itm.phone p {
        font-size: 16px;
        letter-spacing: 1.56px;
    }

    .ftr-itm.phone p a {
        font-size: 31px;
    }

    .ftr-soc-icons {
        padding: 0 40px;
    }

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

    .formpopuptext {
        width: 520px;
    }

}

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

    .container,
    .header-sec .container,
    .site-footer .container {
        max-width: 1150px;
    }

    a.cmn-btn {
        font-size: 16px;
        padding: 16px 60px 14px 22px;
        background-position: right 20px center;
        background-size: 23px;
        outline-offset: 4px;
    }

    .text-heading {
        font-size: 49px;
        margin: 0 0 20px;
    }

    .top-rit p {
        font-size: 16px;
    }

    .hdr-call a {
        font-size: 25px;
        padding-left: 42px;
    }

    .hdr-call a:before {
        width: 33px;
        height: 26px;
    }

    .top-rit .widget {
        margin-bottom: 13px;
    }

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

    .top-menu ul li {
        margin: 0 7px !important;
    }

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

    .top-menu .sub-menu li a {
        font-size: 14px;
    }

    .hm-form-sec {
        padding: 70px 0 0;
    }

    .hmform-blk .text-heading {
        font-size: 38px;
        line-height: 1.1;
        font-weight: 400;
        margin: 0 0 20px;
    }

    .hmform-map-blk iframe {
        height: 445px;
    }

    .formpopuptext {
        width: 470px;
    }

    .hm-form-sec .gform_footer input[type="submit"] {
        font-size: 17px !important;
        padding: 15px 30px !important;
    }

    .hmform-blk p {
        font-size: 17px;
    }

    .hm-form-sec .gfield input.large,
    .hm-form-sec .gfield select,
    .hm-form-sec .gfield textarea.large {
        padding: 13px 18px !important;
    }

    .hm-form-sec .gfield textarea.large {
        height: 115px !important;
    }

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

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

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

    .top-menu ul li.last-child a {
        padding: 10px !important;
    }

}

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

    .container, .site-footer .container {
        max-width: 960px;
    }
.header-sec .container {
    max-width: 1020px;
    padding: 0 10px;
}


    a.cmn-btn {
        font-size: 15px;
        padding: 14px 55px 12px 15px;
        background-position: right 20px center;
        background-size: 23px;
    }

    .text-heading {
        font-size: 46px;
    }

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

    .top-rit p {
        font-size: 15px;
    }

    .hdr-call a {
        font-size: 23px;
        padding-left: 38px;
    }

    .hdr-call a:before {
        width: 30px;
        height: 25px;
    }

    .top-rit .widget {
        margin-bottom: 10px;
    }

.top-menu ul li {
    margin: 0 5px !important;
}

    .top-menu ul li a {
        padding: 5px 6px;
        /* font-size: 14px; */
        font-size: 15px;
    }

    .top-menu .sub-menu li a {
        padding: 7px 12px 6px;
    }

    .hm-form-sec {
        padding: 60px 0 0;
    }

    .hmform-blk .text-heading {
        font-size: 33px;
        margin: 0 0 15px;
    }

    .hmform-map-blk {
        padding: 40px 25px;
        border: 5px solid #fff;
        outline: 8px solid #0f1331;
        outline-offset: -10px;
        gap: 25px;
    }

    .hmform-map-title {
        font-size: 35px;
        letter-spacing: 5px;
        margin-bottom: 15px;
    }

    .hmform-blk p {
        font-size: 15px;
        margin: 0 0 18px;
    }

    .hmform-blk {
        width: 50%;
        padding-left: 25px;
    }

    .hmform-map-blk iframe {
        height: 375px;
    }

    .hm-form-sec .gfield input.large,
    .hm-form-sec .gfield select,
    .hm-form-sec .gfield textarea.large {
        font-size: 14px !important;
        padding: 11px 15px !important;
    }

    .hm-form-sec .gfield textarea.large {
        height: 95px !important;
        resize: none;
        min-height: auto !important;
        margin-bottom: 6px;
    }

    .hm-form-sec .form-links a,
    .hm-form-sec .gfield-choice-input+label {
        font-family: 'Inter Tight' !important;
        font-weight: 400;
        font-size: 15px !important;
        line-height: 1;
        letter-spacing: 0px;
        color: #fff !important;
    }

    .hm-form-sec .gform_wrapper .gfield-choice-input+label {
        max-width: calc(100% - 23px) !important;
    }

    .hm-form-sec .gform_wrapper .gform_footer {
        margin: 25px auto 0;
    }

    .hm-form-sec .gform_footer input[type="submit"] {
        padding: 15px 25px !important;
        font-size: 16px !important;
    }

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

    .hmform-map {
        padding-top: 10px;
    }

    .hm-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .gform_wrapper .gfield .instruction.validation_message {
        top: 0px;
    }

    .hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
        bottom: 0px;
    }

    .formpopuptext {
        width: 420px;
        font-size: 14px;
    }

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

    .ftr-blocks {
        padding: 40px 20px;
    }

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

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

    .ftr-menu ul li {
        margin: 0 10px;
    }

    .ftr-blocks .widget {
        width: 32%;
    }

    .ftr-itm {
        padding-left: 70px;
    }

    .ftr-itm:before,
    .ftr-itm.phone p a:before {
        width: 50px;
        height: 60px;
        top: 0;
    }

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

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

    .ftr-itm p a {
        margin-top: 7px;
    }

    .ftr-itm.phone p a {
        font-size: 28px;
    }

    .ftr-itm.phone p {
        font-size: 15px;
        letter-spacing: 0.56px;
    }

    .ftr-logo {
        width: 29%;
    }

    .ftr-soc-icons {
        padding: 0 30px;
    }

    .ftr-soc-icons a {
        transform: scale(0.9);
        margin: 0 -3px;
    }

    .copyrights {
        padding: 25px 0;
        text-align: center;
    }

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

    .growthlab img {
        width: 200px;
    }

    .top-menu ul li.last-child a {
        padding: 8px 8px 8px !important;
    }
.header-sec .logo {
    width: 28%;
}

}

@media screen and (max-width: 1229px) {
.header-sec .logo {
    width: 27%;
}
.top-menu ul li {
    margin: 0 7px !important;
}

}

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

    .container,
    .header-sec .container,
    .site-footer .container {
        max-width: 720px;
    }

    .text-heading {
        font-size: 36px;
        line-height: 1.15;
        margin: 0 0 15px;
    }

    .text-heading strong {
        display: inline;
    }

    a.cmn-btn {
        font-size: 14px;
        padding: 13px 47px 11px 15px;
        background-position: right 14px center;
        background-size: 21px;
        outline-offset: 3px;
    }

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

    .tab-call span.text {
        color: #fff;
        font-size: 23px;
        letter-spacing: 0.5px;
        display: inline-block;
        font-family: 'Inter Tight';
        font-weight: 400;
    }

    button.showhide {
        background: #4258ff;
        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;
        padding: 15px 0 !important;
        width: 100%;
        background-color: #0c0f27;
        border-bottom: 2px solid #4258ff;
    }

    .header-sec .logo {
        max-width: 300px;
        width: 100%;
    }

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

    .mobinav button.menuClose {
        margin-left: auto;
        margin-bottom: 20px;
        width: 30px;
        height: 30px;
        border: none;
        background: #0c0f27;
        line-height: 30px;
        font-size: 40px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        padding: 0;
        font-family: 'Big Shoulders';
    }

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

    .hdr-mbl {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

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

    .hmform-map-blk {
        padding: 0;
        border: 0;
        outline: 0;
        outline-offset: 0;
        gap: 25px;
        flex-direction: column-reverse;
        align-items: center;
        background-color: transparent;
        max-width: 600px;
        margin: 0 auto;
        background-image: none;
    }

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

    .hmform-blk {
        width: 100%;
        padding: 40px 20px 30px;
        border: 2px solid rgb(255 255 255 / 30%);
        align-items: center;
        background-color: #161c4d;
    }

    .hmform-map {
        padding-top: 0;
        width: 100%;
    }

    .hmform-map-blk iframe {
        height: 250px;
    }

    .hmform-map-blk .hm-map {
        border-width: 2px;
    }

    .hmform-map-title {
        letter-spacing: 2px;
    }

    .hmform-blk .text-heading br {
        display: none;
    }

    .hm-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .gform_wrapper .gfield .instruction.validation_message {
        top: 4px;
    }

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

    .ftr-blocks {
        padding: 30px 0px 60px;
        gap: 30px 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ftr-menu ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        gap: 15px 20px;
    }

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

    .ftr-blocks .widget {
        width: 100%;
        max-width: 320px;
        padding: 90px 20px 20px;
        border: 1px solid rgb(255 255 255 / 30%);
        position: relative;
        text-align: center;
        order: 2;
    }

    .ftr-itm {
        padding-left: 0;
        position: static;
    }

    .ftr-itm:before,
    .ftr-itm.phone p a:before {
        width: 45px;
        height: 50px;
        top: 20px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .ftr-itm.phone p a {
        font-size: 28px;
    }

    .ftr-itm p a {
        margin: 7px auto 0;
    }

    .ftr-logo {
        width: 100%;
        order: 1;
        padding: 0;
    }

    .ftr-logo img {
        max-width: 300px;
        margin: auto;
    }

    .ftr-soc-icons {
        padding: 0 20px;
    }

    .copyrights p,
    .copyrights a {
        font-size: 15px;
    }
    .logo-container {
    flex-direction: column;
    gap: 20px;
}

}

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

    .container,
    .header-sec .container,
    .site-footer .container {
        max-width: 100%;
        padding: 0 10px;
    }
        .top-rit .widget {
        flex-wrap: wrap;
        justify-content: center;
    }

    .text-heading {
        font-size: 32px;
        margin: 0 0 15px;
    }

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

    .mobile-menu-button-container {
        background: #273595;
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 2px solid #4258ff;
    }

    .header-sec .logo {
        margin: 0 auto 10px;
    }

    .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;
    }

    .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-size: 22px;
        font-family: 'Inter Tight';
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.3px;
        color: #fff;
    }

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

    button.showhide {
        display: none;
    }

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

    .hm-form-sec .gform_wrapper .gform_footer {
        margin: 20px auto 0;
    }

    .hm-form-sec .gform_footer input[type="submit"] {
        padding: 14px 25px !important;
        letter-spacing: 0.5px !important;
        line-height: 1 !important;
    }

    .hm-form-sec .gfield input.large,
    .hm-form-sec .gfield select,
    .hm-form-sec .gfield textarea.large {
        font-size: 13px !important;
        padding: 10px 15px !important;
    }

    .hmform-blk .text-heading {
        margin: 0 0 15px;
        font-size: 30px;
    }

    .hmform-map-title {
        font-size: 30px;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }

    .hm-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .gform_wrapper .gfield .instruction.validation_message {
        top: 5px;
    }

    .hm-form-sec fieldset .gfield_description.validation_message.gfield_validation_message {
        top: 15px !important;
        left: 0;
    }

    .formpopuptext {
        width: 100%;
    }

    .hm-form-sec .gform_wrapper .gfield.gfield_no_follows_desc {
        grid-column: span 12;
    }

    .hm-form-sec .gfield_checkbox .gchoice {
        text-align: left;
        justify-content: start;
    }

    .hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
        margin: 1px 3px 0px 0px !important;
        width: 13px !important;
        height: 13px !important;
    }

    .hm-form-sec .gfield input.large,
    .hm-form-sec .gfield select,
    .hm-form-sec .gfield textarea.large {
        line-height: 1 !important;
    }

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

    .ftr-blocks {
        padding: 30px 0px 60px;
    }

    .ftr-soc-icons {
        padding: 0 15px;
    }

    .copyrights p,
    .copyrights a {
        font-size: 14px;
        margin: 0 0 5px;
        letter-spacing: 0.7px;
    }

    .copyrights a {
        padding: 0 5px;
    }

    .growthlab img {
        width: 180px;
    }

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

    .ftr-menu ul li a {
        letter-spacing: 0.4px;
    }
    .top-rit .widget {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .header-sec {
        position: relative;
    }
        .banner-sec.landing-banner-sec {
        padding: 80px 0;
    }
        .banner-sec.landing-banner-sec {
        padding: 80px 0;
    }



}

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

    .text-heading {
        font-size: 30px;
    }

    a.cmn-btn {
        padding: 13px 44px 11px 13px;
        background-position: right 9px center;
        background-size: 21px;
        outline-offset: 3px;
        letter-spacing: 0.5px;
    }

    .header-sec .logo {
        max-width: 280px;
    }

    .mobile-menu-button-container a.mobi-call span.button-text,
    .mobile-menu-button-container span.menu-text {
        font-size: 20px;
    }

    .mobile-menu-button-container a.mobi-call {
        gap: 6px;
    }

    .hm-form-sec {
        padding: 30px 0 0;
    }

    .hmform-blk .text-heading {
        margin: 0 0 15px;
        font-size: 26px;
    }

    .hmform-blk p {
        font-size: 14px;
    }

    .hm-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .gform_wrapper .gfield .instruction.validation_message {
        top: 3px;
        font-size: 11px;
    }

    .hmform-blk {
        padding: 30px 15px;
    }

    .hm-form-sec .gform_footer input[type="submit"] {
        font-size: 15px !important;
        padding: 12px 20px !important;
    }

    .ftr-blocks {
        padding: 30px 0px 50px;
    }

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

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

    .ftr-itm.phone p a {
        font-size: 26px;
    }

    .copyrights {
        padding: 25px 0 20px;
    }

    .copyrights p {
        line-height: 1.6;
    }

}
.page-id-2548 .page_default p{
	text-align:center;
}
.page-id-2548 .page_default p:last-child{
	margin:0 !important;
}